您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
34634 行
1.7 MiB
34634 行
1.7 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
#include <stdint.h>
|
|
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
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);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct InterfaceActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void 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);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>
|
|
struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53;
|
|
// System.Action`1<System.Boolean>
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
|
|
// System.Action`1<UnityEngine.Font>
|
|
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
|
|
// System.Action`1<UnityEngine.UIElements.IPanel>
|
|
struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6;
|
|
// System.Action`1<UnityEngine.Material>
|
|
struct Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA;
|
|
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext>
|
|
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Action`1<UnityEngine.UIElements.Panel>
|
|
struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01;
|
|
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
|
|
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828;
|
|
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
|
|
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>
|
|
struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.UIElements.TextureId>
|
|
struct Dictionary_2_tD9E4A24F8EC9B8E4518103105947B4EF124299A8;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleComplexSelector>
|
|
struct Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue>
|
|
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.VisualElement>
|
|
struct Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
|
|
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.DynamicAtlas/TextureInfo>
|
|
struct Dictionary_2_tF1C3BFA70D6875EEF369CE69E661C6B617B5BEC0;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData>
|
|
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
|
|
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E;
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.CustomStyleResolvedEvent>
|
|
struct EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD;
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.GeometryChangedEvent>
|
|
struct EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E;
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>
|
|
struct EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD;
|
|
// UnityEngine.UIElements.EventBase`1<System.Object>
|
|
struct EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1;
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TooltipEvent>
|
|
struct EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C;
|
|
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>
|
|
struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.UIElements.UIDocument>
|
|
struct IEnumerable_1_t09818F564E5BA56DE9E5FD10F593FE841827BBCD;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.UIElements.VisualElement>
|
|
struct IEnumerable_1_tCEF1F6C69EA77DC2CEFABB0AC09506F177DC9164;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.UIElements.StylePropertyName>
|
|
struct IEnumerator_1_tAEC448C256930953D53F9EB6A4935D1573AB87BD;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Texture>
|
|
struct IEqualityComparer_1_t0BB5FD0478BB8CE71A945C9B46DE9166A57FCE00;
|
|
// System.Collections.Generic.IList`1<UnityEngine.UIElements.IEventDispatchingStrategy>
|
|
struct IList_1_tF62DE4FB23A982EBB71A50124BFC5C73483C17FC;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
|
|
struct KeyCollection_t5C97A698B442F319EB06EFA9084CE521E73C2F0D;
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>
|
|
struct KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA;
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>
|
|
struct KeyboardEventBase_1_t057EEE9439ED114E0F32C5C41075AD72A3E978DD;
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<System.Object>
|
|
struct KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C;
|
|
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
|
|
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
|
|
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
|
|
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>>
|
|
struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
|
|
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
|
|
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.DropdownMenuItem>
|
|
struct List_1_t98556D08ADC95F025E529036B8FB0403DC53D789;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>
|
|
struct List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>
|
|
struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IPanel>
|
|
struct List_1_t4DF09B0E9A8F312FB7592EC9D366F0808C94DCE6;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate>
|
|
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Panel>
|
|
struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
|
|
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet>
|
|
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TemplateAsset>
|
|
struct List_1_t63B31A07921C5E19BCA9E85447E2260F37E3E777;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>
|
|
struct List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344;
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElementAsset>
|
|
struct List_1_tA2DA9358299C5C3E2E66D546D9B0E9089C3D7DBE;
|
|
// System.Collections.Generic.List`1<UnityEngine.Yoga.YogaNode>
|
|
struct List_1_t84B666107A8A3ECB0F5A24B0243137D056DA9165;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Allocator2D/Area>
|
|
struct List_1_tCD8F482BA6987909B251341014B70FB8CCFC735D;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
|
|
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement>
|
|
struct List_1_t1E327CB749CA1F2F2DA41B2D4DFF57FD6BE0FF66;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
|
|
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo>
|
|
struct List_1_t0BE12F16A937298114B20824E93D706BCA5214D5;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>
|
|
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord>
|
|
struct List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualTreeAsset/SlotDefinition>
|
|
struct List_1_t70BBA01AC05569034FEB9847D92E5F046528FBAF;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualTreeAsset/UsingEntry>
|
|
struct List_1_t3A511618E31C01BE3D1EA788ABB9AD6F354E8485;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>
|
|
struct MouseEventBase_1_t5ED96675A2B42789E87132B5B4AE0102E645AA9B;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>
|
|
struct MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>
|
|
struct MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>
|
|
struct MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>
|
|
struct MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>
|
|
struct MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>
|
|
struct MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>
|
|
struct MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>
|
|
struct MouseEventBase_1_t8CFFFFBC092D11B6F52D25C2E177074C0CC59945;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>
|
|
struct MouseEventBase_1_t953A98054E7AFA8FD043BFDA1CFBB6160E06EBC2;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>
|
|
struct MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83;
|
|
// UnityEngine.UIElements.MouseEventBase`1<System.Object>
|
|
struct MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228;
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>
|
|
struct MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8;
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationCancelEvent>
|
|
struct NavigationEventBase_1_t7F8A7ED2852A570BAEE97B2620A0569C74E91022;
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationMoveEvent>
|
|
struct NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31;
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationSubmitEvent>
|
|
struct NavigationEventBase_1_t141648AE09CFA7BADDE9BDF1DF9CA2777D82DA87;
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationTabEvent>
|
|
struct NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939;
|
|
// UnityEngine.UIElements.NavigationEventBase`1<System.Object>
|
|
struct NavigationEventBase_1_tBB5FE8812B706A8379B36A5C435210DBE90644EB;
|
|
// UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>>
|
|
struct ObjectPool_1_t330A51752287ED087418126C388D21E9DBEF95C9;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.AttachToPanelEvent>
|
|
struct ObjectPool_1_t7FDDBA964772905A89719355C6E4F07922AA0C78;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.ClickEvent>
|
|
struct ObjectPool_1_t45D3269B91BE59332E45568581C266DBBE543DB9;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.ContextClickEvent>
|
|
struct ObjectPool_1_tA8C5B26B8CCBE92B90CDF4FBB00333936EACE68F;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>
|
|
struct ObjectPool_1_t465044209F0B459C5B7B829BA8D8AEBDFDFF2889;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.CustomStyleResolvedEvent>
|
|
struct ObjectPool_1_t5FC06EAFF1CF75D5A94102AEB85EBD17B92324E7;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.DetachFromPanelEvent>
|
|
struct ObjectPool_1_t30C8F70D98C7F0227113800C031CF8E316BD7608;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.GeometryChangedEvent>
|
|
struct ObjectPool_1_tC6626AC387E62EDBD0EA56924280D44E6476EC67;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.IMGUIEvent>
|
|
struct ObjectPool_1_t36D394C38E988B494FF27A209F41C47573069AFA;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.KeyDownEvent>
|
|
struct ObjectPool_1_t37080504ECCFF986BCF1E7D4C1D26BB929DEC7E9;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.KeyUpEvent>
|
|
struct ObjectPool_1_t1E06F490DDD84FA5A692D737BD9F030BF209D3E2;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseDownEvent>
|
|
struct ObjectPool_1_tFD015A99DC45F4AADDAFE8F44225A6FF6289EB10;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseEnterEvent>
|
|
struct ObjectPool_1_tD674D30EE867965489A6D1B0948964DA0E9C04A1;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseEnterWindowEvent>
|
|
struct ObjectPool_1_tB85DB0D054AA6927A16B00E00530B77F48198E8F;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseLeaveEvent>
|
|
struct ObjectPool_1_t09D2D8D6D357BDCA79FE810BA48C94438CA7FD3A;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseLeaveWindowEvent>
|
|
struct ObjectPool_1_tD29E2BEBACB54993D8FEA9165FCF17908E97141C;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseMoveEvent>
|
|
struct ObjectPool_1_tD78AE6F54B951DDB2D0439009049A8F2422D78BA;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseOutEvent>
|
|
struct ObjectPool_1_t858411DF975A800265E95EE948F4B0673ABFA5DA;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseOverEvent>
|
|
struct ObjectPool_1_t9D7EFBA539CD5460038297EF48FE5E46DA269BF4;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.MouseUpEvent>
|
|
struct ObjectPool_1_tE5621495D8A201AC7F4D06B7AEE892CCBC8B5BFC;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.NavigationCancelEvent>
|
|
struct ObjectPool_1_t4CCB307C788F662AC27F4884CC938F63B3E4836C;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.NavigationMoveEvent>
|
|
struct ObjectPool_1_t197544EA692A3B4CA53A6C415A61333162073672;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.NavigationSubmitEvent>
|
|
struct ObjectPool_1_t2E11CDAC72859A812629F64CB88669487FD5F0B5;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.NavigationTabEvent>
|
|
struct ObjectPool_1_t698CF6F533F80BD21C029130598B886F6FEB42E4;
|
|
// UnityEngine.UIElements.ObjectPool`1<System.Object>
|
|
struct ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerCancelEvent>
|
|
struct ObjectPool_1_tDF51BF8B537DAD012AFE10CFC541363835B64992;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerDownEvent>
|
|
struct ObjectPool_1_tD9D36AAF97C27AAA8F8C10396B70EE8016C3DB39;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerEnterEvent>
|
|
struct ObjectPool_1_tD15E0338DA7D4DAC91A4EA42A0786A46DE4BFF3B;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerLeaveEvent>
|
|
struct ObjectPool_1_t2F3ED061D994C01E8404150CA83077D75D4A3B04;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerMoveEvent>
|
|
struct ObjectPool_1_t8AFFCB7DAAEE40E4043E3A85360B759A778B3F5B;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerOutEvent>
|
|
struct ObjectPool_1_tB166EADDC12878AF1A699B8D8D54B676A9F0D3F3;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerOverEvent>
|
|
struct ObjectPool_1_tDAF8B367F71485D449E3DB4F566AB7C145D30B85;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerStationaryEvent>
|
|
struct ObjectPool_1_t378830198BB4C87EA1C9049351B640D8484ED9D4;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PointerUpEvent>
|
|
struct ObjectPool_1_tEA9E5136DCE87BF5FDC7E117132869969F52A700;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>
|
|
struct ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.TooltipEvent>
|
|
struct ObjectPool_1_t8E105ADAB08C8A295C9659F4B4AC2EF1C98112CA;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.TransitionCancelEvent>
|
|
struct ObjectPool_1_t832B418F0EE633B08A82DA8C95EA659D7217D0E1;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.TransitionEndEvent>
|
|
struct ObjectPool_1_t511FA97760840C42094CECA7AA3E0B58EB51A231;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.TransitionRunEvent>
|
|
struct ObjectPool_1_t539DE50F180F8B36A9A6DAFF61E3AE3612386F80;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.TransitionStartEvent>
|
|
struct ObjectPool_1_tF8034E1C380845CDC664082F044A15EFFA310FD5;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.VisualElementFocusChangeTarget>
|
|
struct ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.WheelEvent>
|
|
struct ObjectPool_1_t625CC081156CCA83AF28F9AC872DA35BC4C19D8B;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>
|
|
struct ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5;
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>
|
|
struct ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E;
|
|
// UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.AttachToPanelEvent>
|
|
struct PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3;
|
|
// UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.DetachFromPanelEvent>
|
|
struct PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39;
|
|
// UnityEngine.UIElements.PanelChangedEventBase`1<System.Object>
|
|
struct PanelChangedEventBase_1_tBD261468FE94C0F11CE3EE232C78393DEB70F0E2;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>
|
|
struct PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124;
|
|
// UnityEngine.UIElements.PointerEventBase`1<System.Object>
|
|
struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>
|
|
struct PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>
|
|
struct PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>
|
|
struct PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>
|
|
struct PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>
|
|
struct PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>
|
|
struct PointerEventBase_1_t33EFDCA6FF8E804893DB7207C86CCB0F444D18CB;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>
|
|
struct PointerEventBase_1_t793D0418D3A027331899231F3AF583DE8B4791CC;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerStationaryEvent>
|
|
struct PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A;
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>
|
|
struct PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>
|
|
struct Queue_1_t488F4FFC87B785BACAAF18A6B2E9307E5451DF68;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.InheritedData>
|
|
struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.LayoutData>
|
|
struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.RareData>
|
|
struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransformData>
|
|
struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransitionData>
|
|
struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9;
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.VisualData>
|
|
struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer>
|
|
struct Stack_1_t9978CB0119EA70B0C3101996FB3D675B2D59025A;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.PropagationPaths>
|
|
struct Stack_1_t853F0A5AE8C58989DE55C33158952AB6D8D18DE7;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>
|
|
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext>
|
|
struct Stack_1_t19851BEF370D35BCE2A6C3848C5148B09113067C;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>
|
|
struct Stack_1_t38DCE89F38EE7DBFF7ED20EECD0D2616231A9C40;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>
|
|
struct Stack_1_tB4719B4101F81F7FCCAEDF9ACD1D463D5F52A8D4;
|
|
// UnityEngine.UIElements.TransitionEventBase`1<System.Object>
|
|
struct TransitionEventBase_1_t933635D8B03AA439D2C5DEDAB40FFEDEDD47C0DD;
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionCancelEvent>
|
|
struct TransitionEventBase_1_t0AAD21652882D2FCF19FCF0C4347DC161E413130;
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionEndEvent>
|
|
struct TransitionEventBase_1_tE4425184474B0AA7732182D0294F0960A51DEAC4;
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionRunEvent>
|
|
struct TransitionEventBase_1_t297898456ECA9E8B0FE5C4821C0FD1C2CEFA86AC;
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionStartEvent>
|
|
struct TransitionEventBase_1_t1FB26EAAAF9B2F0657560F33B4BB75695CAF7579;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
|
|
struct ValueCollection_t614B08DB71609A6F3050A5C1DCB6251C4FB0B9FB;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Texture,UnityEngine.UIElements.TextureId>[]
|
|
struct EntryU5BU5D_tECE876C7CBF5CF511D870E21AEDBAFDE9A585AEB;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Color[]
|
|
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
|
|
// UnityEngine.UIElements.ComputedTransitionProperty[]
|
|
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// UnityEngine.UIElements.StyleSheets.Dimension[]
|
|
struct DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B;
|
|
// UnityEngine.Display[]
|
|
struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F;
|
|
// UnityEngine.UIElements.GradientSettings[]
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
|
|
// UnityEngine.UIElements.IEventDispatchingStrategy[]
|
|
struct IEventDispatchingStrategyU5BU5D_tFA34355B1D26B7562068B4D394A28C62295EBD97;
|
|
// UnityEngine.UIElements.IEventHandler[]
|
|
struct IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// UnityEngine.Object[]
|
|
struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A;
|
|
// UnityEngine.UIElements.StyleSheets.ScalableImage[]
|
|
struct ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52;
|
|
// System.Single[]
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// UnityEngine.UIElements.StyleComplexSelector[]
|
|
struct StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857;
|
|
// UnityEngine.UIElements.StylePropertyName[]
|
|
struct StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8;
|
|
// UnityEngine.UIElements.StyleRule[]
|
|
struct StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3;
|
|
// UnityEngine.UIElements.TextureId[]
|
|
struct TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A;
|
|
// UnityEngine.UIElements.UIDocument[]
|
|
struct UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.UIElements.VectorImageVertex[]
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
|
|
// UnityEngine.UIElements.Vertex[]
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
// UnityEngine.UIElements.VisualElement[]
|
|
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF;
|
|
// UnityEngine.UIElements.UIR.Allocator2D/Row[]
|
|
struct RowU5BU5D_tD00D1CA580C47C485027A84FED0305EF1055A67D;
|
|
// UnityEngine.UIElements.PointerDeviceState/PointerLocation[]
|
|
struct PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4;
|
|
// UnityEngine.UIElements.StyleSheet/ImportStruct[]
|
|
struct ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9;
|
|
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo[]
|
|
struct BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA;
|
|
// UnityEngine.UIElements.TextureRegistry/TextureInfo[]
|
|
struct TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row[]
|
|
struct RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// UnityEngine.UIElements.UIR.Allocator2D
|
|
struct Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157;
|
|
// UnityEngine.UIElements.AtlasBase
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
|
|
// UnityEngine.UIElements.AttachToPanelEvent
|
|
struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28;
|
|
// UnityEngine.UIElements.BaseRuntimePanel
|
|
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4;
|
|
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
|
|
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
|
|
// UnityEngine.UIElements.BaseVisualTreeUpdater
|
|
struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41;
|
|
// UnityEngine.Yoga.BaselineFunction
|
|
struct BaselineFunction_t13AFADEF52F63320B2159C237635948AEB801679;
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
// UnityEngine.UIElements.CallbackEventHandler
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4;
|
|
// UnityEngine.UIElements.ClickDetector
|
|
struct ClickDetector_t6B5A82C99CFD12E051D8E84A7C8F7488355B8F31;
|
|
// UnityEngine.UIElements.ClickEvent
|
|
struct ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318;
|
|
// UnityEngine.UIElements.ColorPage
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
// UnityEngine.UIElements.ContextClickEvent
|
|
struct ContextClickEvent_t06F36D1ACA5C8390D5085158C7D7C1BCF9549EA3;
|
|
// UnityEngine.UIElements.ContextualMenuManager
|
|
struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B;
|
|
// UnityEngine.UIElements.ContextualMenuPopulateEvent
|
|
struct ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
// UnityEngine.UIElements.CustomStyleResolvedEvent
|
|
struct CustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
// UnityEngine.UIElements.DefaultDispatchingStrategy
|
|
struct DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.UIElements.DetachFromPanelEvent
|
|
struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496;
|
|
// UnityEngine.Display
|
|
struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1;
|
|
// UnityEngine.UIElements.UIR.DrawParams
|
|
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443;
|
|
// UnityEngine.UIElements.DropdownMenu
|
|
struct DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2;
|
|
// UnityEngine.UIElements.DropdownMenuEventInfo
|
|
struct DropdownMenuEventInfo_t6118D88BC1584748707C62A0F91938760E4665CF;
|
|
// UnityEngine.UIElements.DynamicAtlas
|
|
struct DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8;
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter
|
|
struct DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6;
|
|
// UnityEngine.UIElements.DynamicAtlasPage
|
|
struct DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E;
|
|
// UnityEngine.UIElements.DynamicAtlasSettings
|
|
struct DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5;
|
|
// UnityEngine.UIElements.ElementUnderPointer
|
|
struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904;
|
|
// UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
|
|
// UnityEngine.UIElements.EventBase
|
|
struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C;
|
|
// UnityEngine.UIElements.EventCallbackRegistry
|
|
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
|
|
// UnityEngine.UIElements.EventDispatcher
|
|
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398;
|
|
// UnityEngine.UIElements.FocusChangeDirection
|
|
struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF;
|
|
// UnityEngine.UIElements.FocusController
|
|
struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A;
|
|
// UnityEngine.UIElements.Focusable
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0;
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958;
|
|
// UnityEngine.UIElements.FontDefinition
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C;
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
|
// UnityEngine.UIElements.GeometryChangedEvent
|
|
struct GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A;
|
|
// UnityEngine.UIElements.GetViewDataDictionary
|
|
struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638;
|
|
// UnityEngine.UIElements.HierarchyEvent
|
|
struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705;
|
|
// UnityEngine.UIElements.IBinding
|
|
struct IBinding_t02FD99E9C9F2072B28E110F16C157666F5B2DBC7;
|
|
// UnityEngine.UIElements.ICursorManager
|
|
struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B;
|
|
// UnityEngine.UIElements.ICustomStyle
|
|
struct ICustomStyle_t4385916BE4168875B5CC8B442752D4A1A6A69026;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.IDisposable
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// UnityEngine.UIElements.IEventDispatchingStrategy
|
|
struct IEventDispatchingStrategy_t0D91FED4877152CF1089B374AE7BF2C4374E8545;
|
|
// UnityEngine.UIElements.IEventHandler
|
|
struct IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3;
|
|
// UnityEngine.UIElements.IFocusRing
|
|
struct IFocusRing_t08BC753A7D9FFD5F88C58DF61E4FF056804CEC78;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// UnityEngine.UIElements.IMGUIContainer
|
|
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26;
|
|
// UnityEngine.UIElements.IMGUIEvent
|
|
struct IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5;
|
|
// UnityEngine.UIElements.IMouseEvent
|
|
struct IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E;
|
|
// UnityEngine.UIElements.IPanel
|
|
struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5;
|
|
// UnityEngine.UIElements.IPointerEvent
|
|
struct IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7;
|
|
// UnityEngine.UIElements.IResolvedStyle
|
|
struct IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89;
|
|
// UnityEngine.UIElements.IStyle
|
|
struct IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7;
|
|
// UnityEngine.UIElements.IStylePainter
|
|
struct IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6;
|
|
// UnityEngine.UIElements.IStylePropertyAnimationSystem
|
|
struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2;
|
|
// UnityEngine.UIElements.ITextHandle
|
|
struct ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4;
|
|
// UnityEngine.UIElements.InlineStyleAccess
|
|
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// UnityEngine.UIElements.KeyDownEvent
|
|
struct KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C;
|
|
// UnityEngine.UIElements.KeyUpEvent
|
|
struct KeyUpEvent_tA037C42AEA6A8E0919BA60BD796B3AD1DA506394;
|
|
// UnityEngine.UIElements.KeyboardEventDispatchingStrategy
|
|
struct KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB;
|
|
// UnityEngine.UIElements.LoadResourceFunction
|
|
struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// UnityEngine.MaterialPropertyBlock
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
|
|
// UnityEngine.Yoga.MeasureFunction
|
|
struct MeasureFunction_t60EBED1328F5328D4FA7E26335967E59E73B4D09;
|
|
// UnityEngine.UIElements.MeshGenerationContext
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62;
|
|
// UnityEngine.UIElements.UIR.MeshHandle
|
|
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E;
|
|
// UnityEngine.UIElements.MeshWriteData
|
|
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
// UnityEngine.UIElements.MouseCaptureDispatchingStrategy
|
|
struct MouseCaptureDispatchingStrategy_t6098898AC8EC044A7B4ADE38812D96CD54FE1439;
|
|
// UnityEngine.UIElements.MouseDownEvent
|
|
struct MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD;
|
|
// UnityEngine.UIElements.MouseEnterEvent
|
|
struct MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E;
|
|
// UnityEngine.UIElements.MouseEnterWindowEvent
|
|
struct MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6;
|
|
// UnityEngine.UIElements.MouseEventDispatchingStrategy
|
|
struct MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460;
|
|
// UnityEngine.UIElements.MouseLeaveEvent
|
|
struct MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9;
|
|
// UnityEngine.UIElements.MouseLeaveWindowEvent
|
|
struct MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7;
|
|
// UnityEngine.UIElements.MouseMoveEvent
|
|
struct MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5;
|
|
// UnityEngine.UIElements.MouseOutEvent
|
|
struct MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD;
|
|
// UnityEngine.UIElements.MouseOverEvent
|
|
struct MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2;
|
|
// UnityEngine.UIElements.MouseUpEvent
|
|
struct MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811;
|
|
// UnityEngine.UIElements.NavigateFocusRing
|
|
struct NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F;
|
|
// UnityEngine.UIElements.NavigationCancelEvent
|
|
struct NavigationCancelEvent_tB8811EBDC85FD365D1034AEA30F07CBC3161E59E;
|
|
// UnityEngine.UIElements.NavigationEventDispatchingStrategy
|
|
struct NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE;
|
|
// UnityEngine.UIElements.NavigationMoveEvent
|
|
struct NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF;
|
|
// UnityEngine.UIElements.NavigationSubmitEvent
|
|
struct NavigationSubmitEvent_t193DCBDB6CBC8FF9F0A545B48962188505665BB1;
|
|
// UnityEngine.UIElements.NavigationTabEvent
|
|
struct NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// UnityEngine.ObjectGUIState
|
|
struct ObjectGUIState_t7BE88DC8B9C7187A77D63BBCBE9DB7B674863C15;
|
|
// UnityEngine.UIElements.UIR.Page
|
|
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9;
|
|
// UnityEngine.UIElements.Panel
|
|
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9;
|
|
// UnityEngine.UIElements.PanelSettings
|
|
struct PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC;
|
|
// UnityEngine.UIElements.PanelTextSettings
|
|
struct PanelTextSettings_tB4960351E6865BC34421430949C4CA68E7425F25;
|
|
// UnityEngine.UIElements.PointerCancelEvent
|
|
struct PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51;
|
|
// UnityEngine.UIElements.PointerCaptureDispatchingStrategy
|
|
struct PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE;
|
|
// UnityEngine.UIElements.PointerDispatchState
|
|
struct PointerDispatchState_t145BB8BB02690F87487325596E690295E39A383A;
|
|
// UnityEngine.UIElements.PointerDownEvent
|
|
struct PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51;
|
|
// UnityEngine.UIElements.PointerEnterEvent
|
|
struct PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB;
|
|
// UnityEngine.UIElements.PointerEventDispatchingStrategy
|
|
struct PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F;
|
|
// UnityEngine.UIElements.PointerLeaveEvent
|
|
struct PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84;
|
|
// UnityEngine.UIElements.PointerMoveEvent
|
|
struct PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3;
|
|
// UnityEngine.UIElements.PointerOutEvent
|
|
struct PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5;
|
|
// UnityEngine.UIElements.PointerOverEvent
|
|
struct PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9;
|
|
// UnityEngine.UIElements.PointerStationaryEvent
|
|
struct PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A;
|
|
// UnityEngine.UIElements.PointerUpEvent
|
|
struct PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9;
|
|
// UnityEngine.UIElements.PropagationPaths
|
|
struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5;
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
// UnityEngine.UIElements.UIR.RenderChain
|
|
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727;
|
|
// UnityEngine.RenderTexture
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
// UnityEngine.UIElements.RepaintData
|
|
struct RepaintData_t90534752135661579EC254884F550545D001B5EA;
|
|
// UnityEngine.UIElements.RuntimePanel
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// UnityEngine.UIElements.SavePersistentViewData
|
|
struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
// UnityEngine.Sprite
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
// System.String
|
|
struct String_t;
|
|
// UnityEngine.UIElements.StyleSheet
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428;
|
|
// UnityEngine.UIElements.StyleVariableContext
|
|
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
|
|
// UnityEngine.UIElements.TemplateContainer
|
|
struct TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2;
|
|
// UnityEngine.UIElements.TextElement
|
|
struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// UnityEngine.UIElements.UIR.TextureBlitter
|
|
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7;
|
|
// UnityEngine.UIElements.TextureRegistry
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B;
|
|
// UnityEngine.UIElements.UIR.TextureSlotManager
|
|
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D;
|
|
// UnityEngine.UIElements.ThemeStyleSheet
|
|
struct ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553;
|
|
// UnityEngine.UIElements.TimeMsFunction
|
|
struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B;
|
|
// UnityEngine.UIElements.TimerEventScheduler
|
|
struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862;
|
|
// UnityEngine.UIElements.TooltipEvent
|
|
struct TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187;
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
// UnityEngine.UIElements.TransitionCancelEvent
|
|
struct TransitionCancelEvent_t74AA81A33FC7DA4C0E6E22C5D16B7BC51C94CF69;
|
|
// UnityEngine.UIElements.TransitionEndEvent
|
|
struct TransitionEndEvent_t0795C167FC14C0B97AFB54CCC2E34639ED85CCDD;
|
|
// UnityEngine.UIElements.TransitionRunEvent
|
|
struct TransitionRunEvent_t66B0D9314D2E48D69E5848848B085655F02BF1AF;
|
|
// UnityEngine.UIElements.TransitionStartEvent
|
|
struct TransitionStartEvent_t1DCCFED2B1D4744B1884EEF23EF75A03B8D2E5DF;
|
|
// UnityEngine.UIElements.UIDocument
|
|
struct UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77;
|
|
// UnityEngine.UIElements.UIDocumentList
|
|
struct UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator
|
|
struct UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7;
|
|
// UnityEngine.UIElements.UIRLayoutUpdater
|
|
struct UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3;
|
|
// UnityEngine.UIElements.UIRRepaintUpdater
|
|
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
|
|
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
|
|
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F;
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302;
|
|
// UnityEngine.UIElements.VectorImage
|
|
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC;
|
|
// UnityEngine.UIElements.UIR.VectorImageManager
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED;
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
|
|
// UnityEngine.UIElements.VisualElementFocusChangeTarget
|
|
struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD;
|
|
// UnityEngine.UIElements.VisualElementFocusRing
|
|
struct VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3;
|
|
// UnityEngine.UIElements.VisualTreeAsset
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
|
|
// UnityEngine.UIElements.VisualTreeUpdater
|
|
struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// System.WeakReference
|
|
struct WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E;
|
|
// UnityEngine.UIElements.WheelEvent
|
|
struct WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E;
|
|
// UnityEngine.Yoga.YogaConfig
|
|
struct YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345;
|
|
// UnityEngine.Yoga.YogaNode
|
|
struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA;
|
|
// UnityEngine.UIElements.UIR.Allocator2D/Row
|
|
struct Row_t5CAF04F94A4359C08ADDBA867B0817101F351999;
|
|
// UnityEngine.Display/DisplaysUpdatedDelegate
|
|
struct DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68;
|
|
// UnityEngine.Font/FontTextureRebuildCallback
|
|
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
|
|
// UnityEngine.GUILayoutUtility/LayoutCache
|
|
struct LayoutCache_tF844B2FAD6933B78FD5EFEBDE0529BCBAC19BA60;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection
|
|
struct ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523;
|
|
// UnityEngine.UIElements.PanelSettings/RuntimePanelAccess
|
|
struct RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482;
|
|
// UnityEngine.UIElements.UIElementsRuntimeUtility/CreateRuntimePanelDelegate
|
|
struct CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode
|
|
struct AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row
|
|
struct Row_t13B978986DAB62CA9755501639C69AE85BB5D688;
|
|
// UnityEngine.UIElements.VisualElement/CustomStyleAccess
|
|
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
|
|
// UnityEngine.UIElements.VisualElement/TypeData
|
|
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t1218DA3104C9EAD7C32A1D5B975FD26D77F76928_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t49C5D050F7E36AA2230E042A0ACB06DE32E81034_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tBD3A3272CA5474A0EF4F4EFF8E1751F89428D493_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* INavigationEvent_t4864FB506AF154EE9A56715FF6521E6582EDD129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00C8B8575EA768862D097FE0DE578FDA1BDA98ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A7A63B9C62BB3C9F95456E2AD9CAF0475D68EAD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0FD8656D3AB2889F2E9A9BB4871AF1832E06C628;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral176C0E7F3CF7D810B51A890C09CBB53B836BBFFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F944A70E1FA8C1798D32C5157D50E0ACEE3BDA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30DC9D0CEBA341F7969DFA2738E40446A9916EC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral32E295455108A3581149745BCD901D55CB51BB67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35D5A8D578C641673C2EE6070551CEA0D88116A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36773FD703C888D504C196B886D568671BBE3365;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37A04F65B66CB70559972D84AB383B0409B80401;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D92A6DC18E9957DDB0234923996F1FA0868D2A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F2245AFB92501666CD19BF7CD70C32F9F795FF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D6C61B181ED3B6899F71FAAC5929696215D64D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55CEDD70255BD96135EDEBDEFF00C50BD62F7FF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral708CAF52259C2DADA3E04A87104D0BB8F9A9A429;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83C7939D8DE0BBCA7545E4CE6E5443A6E69CA68C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8794A38DD1DBDE0D539E41A3D4F13B4F180F3B2B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D1F6F8C99A944BE00F5FEA239292EBCE0705370;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EC74C84E81C86699198C668FD02886EC7ED89EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9FD97401D6E675D3ECF55ECF43DFE7D7E3A20029;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9B5DC25F2DBD08397FE0F4A942BB810B4500E4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD01988BAD9B0B7B9383DB94DB28E700DADB854C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0CFACCBB2D28784F4ECDC0A8BCC7BC32ADDA940;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBEDB9DC254528B25B178CAE11A4637AF34D2036;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBEDCDFAFFDF19A76AA19451CC0199177F86E1350;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD56CFD33446C48AB44E25108488BF7259A179874;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9F6B690E16E25915983F3E6C7BE53DDCC99D060;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA0F0303588FE35C1D89860433393586C3359107;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED800A4E669837FC3F654BBC8A992AAE6E79DEA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1F73FAF57479D3FEC93A376CBC95B06DF2ADE57;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF71FAD7068421F91530642CBAF473FE4BEEA533C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC92930F0D90EC784C2096A405253957D21033B9;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Assert_AreEqual_TisPanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_mA4B9F9C0B45577CD0B5DA94209086048F4C52801_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInParent_TisUIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_m4B397E381B889ADE4905FAC91F03826F19F0C43A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m9FCAC78DA517D8D49886D2C4B11E303DB9F0A33B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA601853803D24C6AD7576B65112A7F22D4A8B66E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9ED33C8FA94F96FCFFE690D3ED6B2A9CD6690215_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m07979CE313024705F8601B859988BF128A89D73A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_m07E6C64037FE9505A185977AB65BFBA5A44E725B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_m768114758BAACFC114A17BB4E82FD6F5A71E0C04_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_m94F015707C9EE6A5C894793BC74DFA507165CD37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_mF945D03F17B30FCCD5ED820D85B9E7AD8F10C702_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_Init_m1F5590060695388CE63D493F277EB7FB86E3D0E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_Init_m56B39863E46D8744FA9932115F6B12AA94C46661_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_Init_m624713075B5108D1488D68D488679EF6665E6671_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m39F9F9EC1A25E1CCD2D3E36830B6019E74413AE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m5CC9D8C2B7CB494C07A8C2EA79870FC8B3103047_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m7A9011D1B8DE8005618D50765975CAC63EAE5673_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m9E7FA9571E521D71D24F9621FA5365A5758442AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1__ctor_m0DAB54A390BB87E02F7708C90F9C4DBB74F6F9DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1__ctor_m4A1FF501C503BCBA06AC50C98926B7121D64F952_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1__ctor_m6CD1821AACDF831718F32FEF562AD964019E8499_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1__ctor_mB1E5663AF6567CB703A4F1484568B8F32A0CD723_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1__ctor_m5DEEB4213631D80690A19ED45C5602BC705CA346_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1__ctor_m81B4CAFCE183DB45ACDB9AF0319476AF0CD969CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB82E803C32555760B742EE4F7963B5F916835CD0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mBEA695565A96AC6C8A9A0B2486ABC0AB39D34975_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m587BA9CBD56E4A95FF7B35422372713E9793E6BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1FED54E308718B4A0B27B066F4733D6EDEB8A9DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m856D83183F6F5CDDE65CD7A3B8DBF24E3630CC2F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m794DA0C14FD0BC557830E214DF2E247ADC22C4C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MeshWriteData_SetAllIndices_m243F1994B53722F1B42639704E5194AC07309CC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MeshWriteData_SetAllVertices_mB15F3031E85E8D13F4014E7AFF5EFF305D8D1582_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m1A803A49475B695B8F5BF5D9AB62EA0CB817400B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m1BA4B498C42F20567835D08127B25AD8B2894159_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m49A3EE93DD182B3C0BE5A020A58873970346C174_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m8C70A54437EEB74DF54473470D1630361993A354_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m8D3F4A4E35F1F1258743A32A212359C48D517AC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m9287D5CFB4D1419ABD1EC197F4E5405380ACBF79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_mBAB354695E368D4DDCCAB51CBEC05BCCEA51B096_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_mE1223EE2DAA26CC0B9EDED0DCDB18E5595E58B10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m0B0AF66EF7846C4FAA09B86D9A04A72AA7559F3A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m4EC1DC92CBE25F2D096B5F8C553FB4347F6EDE54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m5172307D4D848585DFF1EB18608B9B26AAAB7A47_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m5FF50B43F529E49EFB22E44617739B8D414D8D25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_mADB87BB99F95C493AFE5ACE6377E47F978226453_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_mB557CC2D817400B27286C2D5FBAB71B25A0A8DD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_mF4545F4BE72A0550BDF8FD5757AC406A1BF716A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_mFEAB9B469E99EDAA5E56F540357226049C5B9AFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_mFFC1D5A84BBF1E43B3219E043EC13091772C4708_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_PostDispatch_m554F8A3B5BB1FF34F91107CD64E9E927546D800D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_PostDispatch_mB75794FD55D2CD0C88E989577B3D4768393F353F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_PostDispatch_mE6988E33474F18D07624B92B3828903754A296E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m19DE4DD0D8F81992FFEC61A6920378DA6E4BD9C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m3C6E232AD6D84E78DDADFCF1186821ED2C5B66FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m4A8C93EF6FCE660673064A965E01B031FA8C153D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m604ECC785993566C6DBF24FE55F7050124B365DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m606F1D5F8D2D5C2AB1B3857D1C2C2EBBBF1F0906_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m6552D6F655A8E0E8C16FD2A907590F97F2DFF8A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mB7045D14E46AB980B352B696F07A3DE86F767129_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mB84A95F11F7DECE44659C5D099FE7C82773A2BB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mD08FBD2DD5FD68ABF25E50B606C89B3EB46D8C82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mD3DE0C71E1F39D8D818A1EA52D607369F382C3BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mD86BD142A6E3495041FBDAB51EAC772A22BEA5EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mE970617681C555250ADB957AAAA30CCA8471C99B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_get_pressedButtons_m8ED52FD85DF854AB58002D2C73701D3DE177A657_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1_Init_m3C16C9ABDFE7568FE4D45C6C0C16A6A7EE49E223_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1_Init_m7B60279F83401BB6508A7B2658240EDA30D5EA8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m364A946C798C642694D607BD7C3CB5B91A1DE34F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m4F9E95BC8D415DE106E1932FF4A82366CD25D8B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_mE183BB21D852CC844A54BEE671209231A4B4CC6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_mECD273E7B651E2DE0CB6D4F2AC99578358CF2D75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m65DB4C32F1FD5F850AB0BA920EE030C46F038666_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m9F4E02C21E4DBF326E10D22C3C4EF3D381A2F716_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mBED7FE0D073C450EA5B2CCE78D403ACF37DBCBB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mD6C613104651E2ACF8AE657D46C9119B43DEFBFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mDA7A72B1D56BE0420A31694C49EE8A15F774935C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_m6C99722C110E1E209D5AA11944A7DFBD81CCDD00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_m93C0AD972026A8C6B1DB42587A58D3A33F9BCE02_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mAC1FD0696B9C947EC8757B15FA56BC0EB7C059EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1__ctor_m484437AB3FBE0B759ABD36B98022E2ACCECF0311_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1__ctor_m9205106266852B52BAD4133BC38F6BF8DF28F26E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m0452B6D1ACD311FF1E10065BC7C06ABA451E18CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m55802F86E62184FCD28B2BDA3CEAD97A0BDA0129_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_mE4F4843A10364992D9519CDB41DD26138EE7FE2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m6A5AAAB38F079D58A444E447671A79AD4098B98A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m7C39066C6FC58310E991F2C8C4491520EB6D013B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m8C36DC066721E1AC99A205129551EBE2C65A432D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mA1E6CC3B61166169763B6912412A3E33CBF87E93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mAAF393FC943EA9A8341CB7DC23184B71F4B6FBFD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mB7A2ABD885C3D09B64F29476C624D9AAAABF32C5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mB8033AF59D776B5968DD983BA8E2FEE5D7B2643A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mECC6EFC54352B623BA3BCF96DC7ABCAA7109434C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_mAF5CD0D2EE756A1E0E7B0733E7EC352A320C0897_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_mBBF8C65E6E8406C67A589BDB0E6F5E54DE46A426_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_mCCE423FE41D58CBC68045348F89008943747FA2D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_mDE64F12665D559442C1EFAEC9FCBFBCB7622494F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m3E8100AEEA4FA6AC1C073A19604AE06E89F37349_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m5A717FB16CEBD963D885F99DBED915DBAD419F42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m998F76A42DE6E5246AEECA0095657850B41DA8A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mA0557C9D68E527F40125701EA3A67DA52C805AA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mA70B3E8EEAAE5C2CDE62205CD8E5A55FD41A33C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mAE2D24192D8C6D25D241F42CC8435FBC28036695_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mB7A3F65D4DA735C91B931AF65D46C6E5BFDD1FBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mDC2BA420399D1B05219425FA26A81E3C01EC983D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mEEDD5DA0CB24E8B1539D7A8B7B6F478813511665_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mFC14CFE3B732209E75A86B89C1CE113DBF9FC0AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_m035E9ED854B5F58692E67128A759F3863D212795_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_set_clickCount_m4D763377D2198E24049E18C07D680F3D5A858246_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RectangleParams_AdjustSpriteUVsForScaleMode_m74F6D4A8780376C3EEE8C418EAEE8FF2D644A775_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RectangleParams_AdjustUVsForScaleMode_m64F81E5131476C1DB18D866ADDEFA6DC2336859B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RuntimePanel_Create_m286F1586583CC0AE6C473D11ECA2A3D217F523F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionEventBase_1__ctor_m0173536041AC6AD075DF05F1E88C27A97A6C1E13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionEventBase_1__ctor_m59E5F6EDA095C329E3E009740FEB92327180BE70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionEventBase_1__ctor_mA89133B8A086738FD951A3B725B6756C8D00F741_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TransitionEventBase_1__ctor_mB38ABE9778812A782CD46CB5F6DEAD73C0551951_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRLayoutUpdater_OnVersionChanged_m866C78EC0825C2EB456C5437F1539B13F2F48FB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnGraphicsResourcesRecreate_m438F978E81851476DA62F795ED074A4F7DD2B02E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnPanelChanged_m8D3AD7BCE37157C6189B8F267E830AB4CFB190F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC_RuntimeMethod_var;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0;;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com;;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke;;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C;;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com;;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke;
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke;;
|
|
|
|
struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
struct PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4;
|
|
struct TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83;
|
|
struct RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
|
|
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tECE876C7CBF5CF511D870E21AEDBAFDE9A585AEB* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t5C97A698B442F319EB06EFA9084CE521E73C2F0D* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t614B08DB71609A6F3050A5C1DCB6251C4FB0B9FB* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>
|
|
struct List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
IEventDispatchingStrategyU5BU5D_tFA34355B1D26B7562068B4D394A28C62295EBD97* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
IEventDispatchingStrategyU5BU5D_tFA34355B1D26B7562068B4D394A28C62295EBD97* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>
|
|
struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
IEventHandlerU5BU5D_t8B5095152BCB4F52D8AB93DF0B3DD76B0ED1B97D* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
StylePropertyNameU5BU5D_t531626CF806E3F3D348D1F38A9109767014C35F8* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>
|
|
struct List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>
|
|
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* ___s_emptyArray_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>
|
|
struct ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Stack`1<T> UnityEngine.UIElements.ObjectPool`1::m_Stack
|
|
Stack_1_t853F0A5AE8C58989DE55C33158952AB6D8D18DE7* ___m_Stack_0;
|
|
// System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize
|
|
int32_t ___m_MaxSize_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>
|
|
struct ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Stack`1<T> UnityEngine.UIElements.ObjectPool`1::m_Stack
|
|
Stack_1_t38DCE89F38EE7DBFF7ED20EECD0D2616231A9C40* ___m_Stack_0;
|
|
// System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize
|
|
int32_t ___m_MaxSize_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>
|
|
struct ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Stack`1<T> UnityEngine.UIElements.ObjectPool`1::m_Stack
|
|
Stack_1_tB4719B4101F81F7FCCAEDF9ACD1D463D5F52A8D4* ___m_Stack_0;
|
|
// System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize
|
|
int32_t ___m_MaxSize_1;
|
|
};
|
|
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>
|
|
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
struct Il2CppArrayBounds;
|
|
|
|
// UnityEngine.UIElements.AtlasBase
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.AtlasBase::textureRegistry
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.BaseVisualTreeUpdater
|
|
struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41 : public RuntimeObject
|
|
{
|
|
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualTreeUpdater::panelChanged
|
|
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelChanged_0;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.BaseVisualTreeUpdater::m_Panel
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___m_Panel_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.CallbackEventHandler
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry
|
|
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ContextualMenuManager
|
|
struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.ContextualMenuManager::<displayMenuHandledOSX>k__BackingField
|
|
bool ___U3CdisplayMenuHandledOSXU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
};
|
|
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject* ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_39;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DefaultDispatchingStrategy
|
|
struct DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.DropdownMenu
|
|
struct DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.DropdownMenuItem> UnityEngine.UIElements.DropdownMenu::m_MenuItems
|
|
List_1_t98556D08ADC95F025E529036B8FB0403DC53D789* ___m_MenuItems_0;
|
|
// UnityEngine.UIElements.DropdownMenuEventInfo UnityEngine.UIElements.DropdownMenu::m_DropdownMenuEventInfo
|
|
DropdownMenuEventInfo_t6118D88BC1584748707C62A0F91938760E4665CF* ___m_DropdownMenuEventInfo_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcher
|
|
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.ClickDetector UnityEngine.UIElements.EventDispatcher::m_ClickDetector
|
|
ClickDetector_t6B5A82C99CFD12E051D8E84A7C8F7488355B8F31* ___m_ClickDetector_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy> UnityEngine.UIElements.EventDispatcher::m_DispatchingStrategies
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* ___m_DispatchingStrategies_1;
|
|
// System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord> UnityEngine.UIElements.EventDispatcher::m_Queue
|
|
Queue_1_t488F4FFC87B785BACAAF18A6B2E9307E5451DF68* ___m_Queue_3;
|
|
// UnityEngine.UIElements.PointerDispatchState UnityEngine.UIElements.EventDispatcher::<pointerState>k__BackingField
|
|
PointerDispatchState_t145BB8BB02690F87487325596E690295E39A383A* ___U3CpointerStateU3Ek__BackingField_4;
|
|
// System.UInt32 UnityEngine.UIElements.EventDispatcher::m_GateCount
|
|
uint32_t ___m_GateCount_5;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.EventDispatcher/DispatchContext> UnityEngine.UIElements.EventDispatcher::m_DispatchContexts
|
|
Stack_1_t19851BEF370D35BCE2A6C3848C5148B09113067C* ___m_DispatchContexts_6;
|
|
// System.Boolean UnityEngine.UIElements.EventDispatcher::m_Immediate
|
|
bool ___m_Immediate_8;
|
|
// System.Boolean UnityEngine.UIElements.EventDispatcher::<processingEvents>k__BackingField
|
|
bool ___U3CprocessingEventsU3Ek__BackingField_9;
|
|
};
|
|
|
|
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.ObjectPool`1<System.Collections.Generic.Queue`1<UnityEngine.UIElements.EventDispatcher/EventRecord>> UnityEngine.UIElements.EventDispatcher::k_EventQueuePool
|
|
ObjectPool_1_t330A51752287ED087418126C388D21E9DBEF95C9* ___k_EventQueuePool_2;
|
|
// UnityEngine.UIElements.IEventDispatchingStrategy[] UnityEngine.UIElements.EventDispatcher::s_EditorStrategies
|
|
IEventDispatchingStrategyU5BU5D_tFA34355B1D26B7562068B4D394A28C62295EBD97* ___s_EditorStrategies_7;
|
|
};
|
|
|
|
// UnityEngine.UIElements.FocusChangeDirection
|
|
struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.FocusChangeDirection::m_Value
|
|
int32_t ___m_Value_3;
|
|
};
|
|
|
|
struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::<unspecified>k__BackingField
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3CunspecifiedU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::<none>k__BackingField
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3CnoneU3Ek__BackingField_1;
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::<lastValue>k__BackingField
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3ClastValueU3Ek__BackingField_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.FocusController
|
|
struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.IFocusRing UnityEngine.UIElements.FocusController::<focusRing>k__BackingField
|
|
RuntimeObject* ___U3CfocusRingU3Ek__BackingField_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.FocusController/FocusedElement> UnityEngine.UIElements.FocusController::m_FocusedElements
|
|
List_1_t1E327CB749CA1F2F2DA41B2D4DFF57FD6BE0FF66* ___m_FocusedElements_1;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::m_LastFocusedElement
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___m_LastFocusedElement_2;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::m_LastPendingFocusedElement
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___m_LastPendingFocusedElement_3;
|
|
// System.Int32 UnityEngine.UIElements.FocusController::m_PendingFocusCount
|
|
int32_t ___m_PendingFocusCount_4;
|
|
// System.Int32 UnityEngine.UIElements.FocusController::<imguiKeyboardControl>k__BackingField
|
|
int32_t ___U3CimguiKeyboardControlU3Ek__BackingField_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyboardEventDispatchingStrategy
|
|
struct KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.IStylePainter UnityEngine.UIElements.MeshGenerationContext::painter
|
|
RuntimeObject* ___painter_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils
|
|
struct MeshGenerationContextUtils_tC8EA7B5084E1D829D67C7CFF02906FB05B65A32B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseCaptureDispatchingStrategy
|
|
struct MouseCaptureDispatchingStrategy_t6098898AC8EC044A7B4ADE38812D96CD54FE1439 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventDispatchingStrategy
|
|
struct MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventsHelper
|
|
struct MouseEventsHelper_tCA2B2B4B36A3F80CE118DECAE91AB7658A68437F : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigateFocusRing
|
|
struct NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::m_Root
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Root_6;
|
|
// UnityEngine.UIElements.VisualElementFocusRing UnityEngine.UIElements.NavigateFocusRing::m_Ring
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* ___m_Ring_7;
|
|
};
|
|
|
|
struct NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Left
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Left_0;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Right
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Right_1;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Up
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Up_2;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Down
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Down_3;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Next
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Next_4;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing::Previous
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___Previous_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationEventDispatchingStrategy
|
|
struct NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerCaptureDispatchingStrategy
|
|
struct PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerDeviceState
|
|
struct PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.PointerDeviceState/PointerLocation[] UnityEngine.UIElements.PointerDeviceState::s_PlayerPointerLocations
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* ___s_PlayerPointerLocations_0;
|
|
// System.Int32[] UnityEngine.UIElements.PointerDeviceState::s_PressedButtons
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_PressedButtons_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventDispatchingStrategy
|
|
struct PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventsHelper
|
|
struct PointerEventsHelper_tBCB1C72023C15955BDC79A319622ADC3F583EE82 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerId
|
|
struct PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerId::maxPointers
|
|
int32_t ___maxPointers_0;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::invalidPointerId
|
|
int32_t ___invalidPointerId_1;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::mousePointerId
|
|
int32_t ___mousePointerId_2;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::touchPointerIdBase
|
|
int32_t ___touchPointerIdBase_3;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::touchPointerCount
|
|
int32_t ___touchPointerCount_4;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::penPointerIdBase
|
|
int32_t ___penPointerIdBase_5;
|
|
// System.Int32 UnityEngine.UIElements.PointerId::penPointerCount
|
|
int32_t ___penPointerCount_6;
|
|
// System.Int32[] UnityEngine.UIElements.PointerId::hoveringPointers
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___hoveringPointers_7;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerType
|
|
struct PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.PointerType::mouse
|
|
String_t* ___mouse_0;
|
|
// System.String UnityEngine.UIElements.PointerType::touch
|
|
String_t* ___touch_1;
|
|
// System.String UnityEngine.UIElements.PointerType::pen
|
|
String_t* ___pen_2;
|
|
// System.String UnityEngine.UIElements.PointerType::unknown
|
|
String_t* ___unknown_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PropagationPaths
|
|
struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.PropagationPaths::trickleDownPath
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___trickleDownPath_1;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.PropagationPaths::targetElements
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___targetElements_2;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.PropagationPaths::bubbleUpPath
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___bubbleUpPath_3;
|
|
};
|
|
|
|
struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths> UnityEngine.UIElements.PropagationPaths::s_Pool
|
|
ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* ___s_Pool_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.RuntimeEventDispatcher
|
|
struct RuntimeEventDispatcher_t0CEE91FB28AD1A9A838484B3B6B843443D82AB44 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Shaders
|
|
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.UIR.Shaders::k_AtlasBlit
|
|
String_t* ___k_AtlasBlit_0;
|
|
// System.String UnityEngine.UIElements.UIR.Shaders::k_Editor
|
|
String_t* ___k_Editor_1;
|
|
// System.String UnityEngine.UIElements.UIR.Shaders::k_Runtime
|
|
String_t* ___k_Runtime_2;
|
|
// System.String UnityEngine.UIElements.UIR.Shaders::k_RuntimeWorld
|
|
String_t* ___k_RuntimeWorld_3;
|
|
// System.String UnityEngine.UIElements.UIR.Shaders::k_GraphView
|
|
String_t* ___k_GraphView_4;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureRegistry
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo> UnityEngine.UIElements.TextureRegistry::m_Textures
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* ___m_Textures_0;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_TextureToId
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* ___m_TextureToId_1;
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_FreeIds
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* ___m_FreeIds_2;
|
|
};
|
|
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::<instance>k__BackingField
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___U3CinstanceU3Ek__BackingField_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIDocumentList
|
|
struct UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument> UnityEngine.UIElements.UIDocumentList::m_AttachedUIDocuments
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* ___m_AttachedUIDocuments_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRUtility
|
|
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.UIRUtility::k_DefaultShaderName
|
|
String_t* ___k_DefaultShaderName_0;
|
|
// System.String UnityEngine.UIElements.UIRUtility::k_DefaultWorldSpaceShaderName
|
|
String_t* ___k_DefaultWorldSpaceShaderName_1;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelSettings/RuntimePanelAccess
|
|
struct RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::m_Settings
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___m_Settings_0;
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::m_RuntimePanel
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___m_RuntimePanel_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row
|
|
struct Row_t13B978986DAB62CA9755501639C69AE85BB5D688 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::<offsetX>k__BackingField
|
|
int32_t ___U3CoffsetXU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::<offsetY>k__BackingField
|
|
int32_t ___U3CoffsetYU3Ek__BackingField_2;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::<width>k__BackingField
|
|
int32_t ___U3CwidthU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::<height>k__BackingField
|
|
int32_t ___U3CheightU3Ek__BackingField_4;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::Cursor
|
|
int32_t ___Cursor_5;
|
|
};
|
|
|
|
struct Row_t13B978986DAB62CA9755501639C69AE85BB5D688_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row> UnityEngine.UIElements.UIRAtlasAllocator/Row::s_Pool
|
|
ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* ___s_Pool_0;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
RuntimeObject* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIDocument>
|
|
struct Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
|
|
struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>
|
|
struct KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
int32_t ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* ___value_1;
|
|
};
|
|
|
|
// Unity.Collections.NativeSlice`1<System.UInt16>
|
|
struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A
|
|
{
|
|
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
|
|
uint8_t* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
|
|
int32_t ___m_Stride_1;
|
|
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
|
|
struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2
|
|
{
|
|
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
|
|
uint8_t* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
|
|
int32_t ___m_Stride_1;
|
|
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData>
|
|
struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData>
|
|
struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData>
|
|
struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData>
|
|
struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData>
|
|
struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData>
|
|
struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
|
|
RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Alloc
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE
|
|
{
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::start
|
|
uint32_t ___start_0;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::size
|
|
uint32_t ___size_1;
|
|
// System.Object UnityEngine.UIElements.UIR.Alloc::handle
|
|
RuntimeObject* ___handle_2;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Alloc::shortLived
|
|
bool ___shortLived_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Alloc
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke
|
|
{
|
|
uint32_t ___start_0;
|
|
uint32_t ___size_1;
|
|
Il2CppIUnknown* ___handle_2;
|
|
int32_t ___shortLived_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Alloc
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com
|
|
{
|
|
uint32_t ___start_0;
|
|
uint32_t ___size_1;
|
|
Il2CppIUnknown* ___handle_2;
|
|
int32_t ___shortLived_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Background
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8
|
|
{
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.Background::m_Texture
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0;
|
|
// UnityEngine.Sprite UnityEngine.UIElements.Background::m_Sprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.Background::m_RenderTexture
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2;
|
|
// UnityEngine.UIElements.VectorImage UnityEngine.UIElements.Background::m_VectorImage
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.Background
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.Background
|
|
struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_PageHeight
|
|
int32_t ___m_PageHeight_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page> UnityEngine.UIElements.UIR.BitmapAllocator32::m_Pages
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.UIElements.UIR.BitmapAllocator32::m_AllocMap
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
|
|
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryWidth
|
|
int32_t ___m_EntryWidth_3;
|
|
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryHeight
|
|
int32_t ___m_EntryHeight_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_PageHeight_0;
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
|
|
int32_t ___m_EntryWidth_3;
|
|
int32_t ___m_EntryHeight_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com
|
|
{
|
|
int32_t ___m_PageHeight_0;
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
|
|
int32_t ___m_EntryWidth_3;
|
|
int32_t ___m_EntryHeight_4;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.ChainBuilderStats
|
|
struct ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C
|
|
{
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsAdded
|
|
uint32_t ___elementsAdded_0;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsRemoved
|
|
uint32_t ___elementsRemoved_1;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdates
|
|
uint32_t ___recursiveClipUpdates_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdatesExpanded
|
|
uint32_t ___recursiveClipUpdatesExpanded_3;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveClipUpdates
|
|
uint32_t ___nonRecursiveClipUpdates_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdates
|
|
uint32_t ___recursiveTransformUpdates_5;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdatesExpanded
|
|
uint32_t ___recursiveTransformUpdatesExpanded_6;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdates
|
|
uint32_t ___recursiveOpacityUpdates_7;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdatesExpanded
|
|
uint32_t ___recursiveOpacityUpdatesExpanded_8;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdates
|
|
uint32_t ___colorUpdates_9;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdatesExpanded
|
|
uint32_t ___colorUpdatesExpanded_10;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdates
|
|
uint32_t ___recursiveVisualUpdates_11;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdatesExpanded
|
|
uint32_t ___recursiveVisualUpdatesExpanded_12;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveVisualUpdates
|
|
uint32_t ___nonRecursiveVisualUpdates_13;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::dirtyProcessed
|
|
uint32_t ___dirtyProcessed_14;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nudgeTransformed
|
|
uint32_t ___nudgeTransformed_15;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::boneTransformed
|
|
uint32_t ___boneTransformed_16;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::skipTransformed
|
|
uint32_t ___skipTransformed_17;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::visualUpdateTransformed
|
|
uint32_t ___visualUpdateTransformed_18;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::updatedMeshAllocations
|
|
uint32_t ___updatedMeshAllocations_19;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::newMeshAllocations
|
|
uint32_t ___newMeshAllocations_20;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::groupTransformElementsChanged
|
|
uint32_t ___groupTransformElementsChanged_21;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::immedateRenderersActive
|
|
uint32_t ___immedateRenderersActive_22;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::textUpdates
|
|
uint32_t ___textUpdates_23;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// UnityEngine.Color
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.Color32
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
|
{
|
|
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;
|
|
};
|
|
};
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventDispatcherGate
|
|
struct EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097
|
|
{
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.EventDispatcherGate::m_Dispatcher
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___m_Dispatcher_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcherGate
|
|
struct EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097_marshaled_pinvoke
|
|
{
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___m_Dispatcher_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcherGate
|
|
struct EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097_marshaled_com
|
|
{
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___m_Dispatcher_0;
|
|
};
|
|
|
|
// UnityEngine.EventInterests
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8
|
|
{
|
|
// System.Boolean UnityEngine.EventInterests::<wantsMouseMove>k__BackingField
|
|
bool ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
// System.Boolean UnityEngine.EventInterests::<wantsMouseEnterLeaveWindow>k__BackingField
|
|
bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
// System.Boolean UnityEngine.EventInterests::<wantsLessLayoutEvents>k__BackingField
|
|
bool ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.EventInterests
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_pinvoke
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.EventInterests
|
|
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Focusable
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.Focusable::<focusable>k__BackingField
|
|
bool ___U3CfocusableU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.UIElements.Focusable::<tabIndex>k__BackingField
|
|
int32_t ___U3CtabIndexU3Ek__BackingField_2;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus
|
|
bool ___m_DelegatesFocus_3;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing
|
|
bool ___m_ExcludeFromFocusRing_4;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer
|
|
bool ___isIMGUIContainer_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.FontDefinition
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C
|
|
{
|
|
// UnityEngine.Font UnityEngine.UIElements.FontDefinition::m_Font
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0;
|
|
// UnityEngine.TextCore.Text.FontAsset UnityEngine.UIElements.FontDefinition::m_FontAsset
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.FontDefinition
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.FontDefinition
|
|
struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
|
|
};
|
|
};
|
|
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
|
|
{
|
|
// System.Single UnityEngine.Mathf::Epsilon
|
|
float ___Epsilon_0;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
|
|
};
|
|
|
|
// UnityEngine.PropertyName
|
|
struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2
|
|
{
|
|
// System.Int32 UnityEngine.PropertyName::id
|
|
int32_t ___id_0;
|
|
};
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.RectInt
|
|
struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8
|
|
{
|
|
// System.Int32 UnityEngine.RectInt::m_XMin
|
|
int32_t ___m_XMin_0;
|
|
// System.Int32 UnityEngine.RectInt::m_YMin
|
|
int32_t ___m_YMin_1;
|
|
// System.Int32 UnityEngine.RectInt::m_Width
|
|
int32_t ___m_Width_2;
|
|
// System.Int32 UnityEngine.RectInt::m_Height
|
|
int32_t ___m_Height_3;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StylePropertyNameCollection
|
|
struct StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName> UnityEngine.UIElements.StylePropertyNameCollection::propertiesList
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___propertiesList_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.StylePropertyNameCollection
|
|
struct StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_pinvoke
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___propertiesList_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.StylePropertyNameCollection
|
|
struct StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_com
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___propertiesList_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureId
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.TextureId::m_Index
|
|
int32_t ___m_Index_0;
|
|
};
|
|
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___invalid_1;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2Int
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
// System.Int32 UnityEngine.Vector2Int::m_X
|
|
int32_t ___m_X_0;
|
|
// System.Int32 UnityEngine.Vector2Int::m_Y
|
|
int32_t ___m_Y_1;
|
|
};
|
|
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
|
|
{
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6;
|
|
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector4
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
|
|
{
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFocusChangeDirection
|
|
struct VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C : public FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF
|
|
{
|
|
};
|
|
|
|
struct VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Left
|
|
VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* ___s_Left_4;
|
|
// UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Right
|
|
VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* ___s_Right_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFocusChangeTarget
|
|
struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD : public FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF
|
|
{
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.VisualElementFocusChangeTarget::<target>k__BackingField
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___U3CtargetU3Ek__BackingField_5;
|
|
};
|
|
|
|
struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.VisualElementFocusChangeTarget> UnityEngine.UIElements.VisualElementFocusChangeTarget::Pool
|
|
ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E* ___Pool_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementStyleSheetSet
|
|
struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElementStyleSheetSet::m_Element
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElementStyleSheetSet
|
|
struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElementStyleSheetSet
|
|
struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection
|
|
struct ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523 : public FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
|
|
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::heads
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::tails
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
|
|
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::minDepths
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___minDepths_2;
|
|
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::maxDepths
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___maxDepths_3;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::dirtyID
|
|
uint32_t ___dirtyID_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
|
|
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
|
|
Il2CppSafeArray/*NONE*/* ___minDepths_2;
|
|
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
|
|
uint32_t ___dirtyID_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
|
|
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
|
|
Il2CppSafeArray/*NONE*/* ___minDepths_2;
|
|
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
|
|
uint32_t ___dirtyID_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
struct TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B
|
|
{
|
|
// UnityEngine.Texture UnityEngine.UIElements.TextureRegistry/TextureInfo::texture
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_0;
|
|
// System.Boolean UnityEngine.UIElements.TextureRegistry/TextureInfo::dynamic
|
|
bool ___dynamic_1;
|
|
// System.Int32 UnityEngine.UIElements.TextureRegistry/TextureInfo::refCount
|
|
int32_t ___refCount_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
struct TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_pinvoke
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_0;
|
|
int32_t ___dynamic_1;
|
|
int32_t ___refCount_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
struct TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_com
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_0;
|
|
int32_t ___dynamic_1;
|
|
int32_t ___refCount_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics
|
|
struct DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::currentFrameIndex
|
|
int32_t ___currentFrameIndex_0;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::totalIndices
|
|
uint32_t ___totalIndices_1;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::commandCount
|
|
uint32_t ___commandCount_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawCommandCount
|
|
uint32_t ___drawCommandCount_3;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::materialSetCount
|
|
uint32_t ___materialSetCount_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCount
|
|
uint32_t ___drawRangeCount_5;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCallCount
|
|
uint32_t ___drawRangeCallCount_6;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::immediateDraws
|
|
uint32_t ___immediateDraws_7;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::stencilRefChanges
|
|
uint32_t ___stencilRefChanges_8;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>
|
|
struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>
|
|
struct Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// Unity.Collections.Allocator
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
// System.Int32 Unity.Collections.Allocator::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Allocator2D
|
|
struct Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157 : public RuntimeObject
|
|
{
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.Allocator2D::m_MinSize
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_MinSize_0;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.Allocator2D::m_MaxSize
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_MaxSize_1;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.Allocator2D::m_MaxAllocSize
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_MaxAllocSize_2;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Allocator2D::m_RowHeightBias
|
|
int32_t ___m_RowHeightBias_3;
|
|
// UnityEngine.UIElements.UIR.Allocator2D/Row[] UnityEngine.UIElements.UIR.Allocator2D::m_Rows
|
|
RowU5BU5D_tD00D1CA580C47C485027A84FED0305EF1055A67D* ___m_Rows_4;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Allocator2D/Area> UnityEngine.UIElements.UIR.Allocator2D::m_Areas
|
|
List_1_tCD8F482BA6987909B251341014B70FB8CCFC735D* ___m_Areas_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.AngleUnit
|
|
struct AngleUnit_tBF6F2F35C63DB0F3F4AD8C279B515D1FED86B59F
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.AngleUnit::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Bounds
|
|
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod
|
|
struct ClipMethod_t576E65D24928AB1D0072DB926DDFA98B84FBCEDB
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.ClipMethod::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ColorPage
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.ColorPage::isValid
|
|
bool ___isValid_0;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.ColorPage::pageAndID
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ColorPage
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke
|
|
{
|
|
int32_t ___isValid_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.ColorPage
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com
|
|
{
|
|
int32_t ___isValid_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID_1;
|
|
};
|
|
|
|
// UnityEngine.ColorSpace
|
|
struct ColorSpace_tD0808E0BE85FD3B9774234676F83A872F4EDA3C7
|
|
{
|
|
// System.Int32 UnityEngine.ColorSpace::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C
|
|
{
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData> UnityEngine.UIElements.ComputedStyle::inheritedData
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData> UnityEngine.UIElements.ComputedStyle::layoutData
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData> UnityEngine.UIElements.ComputedStyle::rareData
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData> UnityEngine.UIElements.ComputedStyle::transformData
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData> UnityEngine.UIElements.ComputedStyle::transitionData
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
|
|
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData> UnityEngine.UIElements.ComputedStyle::visualData
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
|
|
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.ComputedStyle::yogaNode
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue> UnityEngine.UIElements.ComputedStyle::customProperties
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
|
|
// System.Int64 UnityEngine.UIElements.ComputedStyle::matchingRulesHash
|
|
int64_t ___matchingRulesHash_8;
|
|
// System.Single UnityEngine.UIElements.ComputedStyle::dpiScaling
|
|
float ___dpiScaling_9;
|
|
// UnityEngine.UIElements.ComputedTransitionProperty[] UnityEngine.UIElements.ComputedStyle::computedTransitions
|
|
ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions_10;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke
|
|
{
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
|
|
int64_t ___matchingRulesHash_8;
|
|
float ___dpiScaling_9;
|
|
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions_10;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com
|
|
{
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
|
|
int64_t ___matchingRulesHash_8;
|
|
float ___dpiScaling_9;
|
|
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions_10;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ContextType
|
|
struct ContextType_t50FAC10DB1D4E29B37E532DED9CAA804FC4E59A0
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.ContextType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// UnityEngine.Display
|
|
struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1 : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Display::nativeDisplay
|
|
intptr_t ___nativeDisplay_0;
|
|
};
|
|
|
|
struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields
|
|
{
|
|
// UnityEngine.Display[] UnityEngine.Display::displays
|
|
DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* ___displays_1;
|
|
// UnityEngine.Display UnityEngine.Display::_mainDisplay
|
|
Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* ____mainDisplay_2;
|
|
// UnityEngine.Display/DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated
|
|
DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68* ___onDisplaysUpdated_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DisplayStyle
|
|
struct DisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DisplayStyle::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlasFilters
|
|
struct DynamicAtlasFilters_t77D7D10C660BD87504D2E24529954A1D811A0EB8
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasFilters::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlasFiltersInternal
|
|
struct DynamicAtlasFiltersInternal_tEC35F07B46221B425F071E80D87D545D742AF846
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasFiltersInternal::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Event::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_StaticFields
|
|
{
|
|
// UnityEngine.Event UnityEngine.Event::s_Current
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_Current_1;
|
|
// UnityEngine.Event UnityEngine.Event::s_MasterEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_MasterEvent_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.EventModifiers
|
|
struct EventModifiers_t48244B043FBB42CDD555C6AC43279EC7158777AC
|
|
{
|
|
// System.Int32 UnityEngine.EventModifiers::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.EventType
|
|
struct EventType_tC62F0D77DB08D7326B58B2D8CF43BD45CFD3203E
|
|
{
|
|
// System.Int32 UnityEngine.EventType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// UnityEngine.FilterMode
|
|
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
|
|
{
|
|
// System.Int32 UnityEngine.FilterMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.FontStyle
|
|
struct FontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1
|
|
{
|
|
// System.Int32 UnityEngine.FontStyle::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.HideFlags
|
|
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
|
|
{
|
|
// System.Int32 UnityEngine.HideFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.HierarchyChangeType
|
|
struct HierarchyChangeType_t4AB1A5DF8963637F09533BEB1BE11C663EAB78AF
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.HierarchyChangeType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.KeyCode
|
|
struct KeyCode_t75B9ECCC26D858F55040DDFF9523681E996D17E9
|
|
{
|
|
// System.Int32 UnityEngine.KeyCode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.LengthUnit
|
|
struct LengthUnit_t746199A94302055274F284E176E01D38EE8A669A
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.LengthUnit::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Profiling.LowLevel.MarkerFlags
|
|
struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30
|
|
{
|
|
// System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__
|
|
uint16_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshWriteData
|
|
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9 : public RuntimeObject
|
|
{
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.MeshWriteData::m_Vertices
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_Vertices_0;
|
|
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.MeshWriteData::m_Indices
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___m_Indices_1;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshWriteData::m_UVRegion
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_UVRegion_2;
|
|
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentIndex
|
|
int32_t ___currentIndex_3;
|
|
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentVertex
|
|
int32_t ___currentVertex_4;
|
|
};
|
|
|
|
// System.Globalization.NumberStyles
|
|
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
|
|
{
|
|
// System.Int32 System.Globalization.NumberStyles::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.OverflowInternal
|
|
struct OverflowInternal_t6A74561363466CCB7905A65D3E5E24887AE0F11F
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.OverflowInternal::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.OwnedState
|
|
struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4
|
|
{
|
|
// System.Byte UnityEngine.UIElements.UIR.OwnedState::value__
|
|
uint8_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelClearSettings
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearDepthStencil
|
|
bool ___clearDepthStencil_0;
|
|
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearColor
|
|
bool ___clearColor_1;
|
|
// UnityEngine.Color UnityEngine.UIElements.PanelClearSettings::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke
|
|
{
|
|
int32_t ___clearDepthStencil_0;
|
|
int32_t ___clearColor_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings
|
|
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com
|
|
{
|
|
int32_t ___clearDepthStencil_0;
|
|
int32_t ___clearColor_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelScaleMode
|
|
struct PanelScaleMode_t3E197E96ADB48A57291EB6A97ECA17277A72B16F
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PanelScaleMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelScreenMatchMode
|
|
struct PanelScreenMatchMode_t55EF21EB86F03FC7E17800DD95CBED44B23C6F70
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PanelScreenMatchMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PickingMode
|
|
struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PickingMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PropagationPhase
|
|
struct PropagationPhase_tF3BE8BF5ED45FC52A828B7B6F078B64F01FAE6D6
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PropagationPhase::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PseudoStates
|
|
struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PseudoStates::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
|
|
struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypes::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.RenderHints
|
|
struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.RenderHints::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.RenderTextureFormat
|
|
struct RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F
|
|
{
|
|
// System.Int32 UnityEngine.RenderTextureFormat::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.ScaleMode
|
|
struct ScaleMode_t16AD656758EE54C56B3DA34FE4F2033C9C2EE13D
|
|
{
|
|
// System.Int32 UnityEngine.ScaleMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.SpritePackingRotation
|
|
struct SpritePackingRotation_tB7E07D538FFBB0031B3C6FB2F987B8D64BC19000
|
|
{
|
|
// System.Int32 UnityEngine.SpritePackingRotation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleKeyword
|
|
struct StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.StyleKeyword::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId
|
|
struct StylePropertyId_tA3B8A5213F5BA43F9C5443B27B165D744713BE69
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyId::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.TextAnchor
|
|
struct TextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830
|
|
{
|
|
// System.Int32 UnityEngine.TextAnchor::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.TextCoreSettings
|
|
struct TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115
|
|
{
|
|
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::faceColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___faceColor_0;
|
|
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::outlineColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___outlineColor_1;
|
|
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::outlineWidth
|
|
float ___outlineWidth_2;
|
|
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::underlayColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___underlayColor_3;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.UIR.TextCoreSettings::underlayOffset
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___underlayOffset_4;
|
|
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::underlaySoftness
|
|
float ___underlaySoftness_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextOverflow
|
|
struct TextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.TextOverflow::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextOverflowPosition
|
|
struct TextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.TextOverflowPosition::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VersionChangeType
|
|
struct VersionChangeType_t8D9A58D958CC211E9300168DC98D3F7DF67594C3
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VersionChangeType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Vertex
|
|
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.Vertex::position
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_1;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::tint
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___tint_2;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.Vertex::uv
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_3;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::xformClipPages
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___xformClipPages_4;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::ids
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___ids_5;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::flags
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___flags_6;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.Vertex::opacityColorPages
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___opacityColorPages_7;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.Vertex::circle
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___circle_8;
|
|
// System.Single UnityEngine.UIElements.Vertex::textureId
|
|
float ___textureId_9;
|
|
};
|
|
|
|
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields
|
|
{
|
|
// System.Single UnityEngine.UIElements.Vertex::nearZ
|
|
float ___nearZ_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Visibility
|
|
struct Visibility_t1AEE2D871B126DD95D6F1D3B36EC92FE0D489F47
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.Visibility::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFlags
|
|
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElementFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualTreeUpdatePhase
|
|
struct VisualTreeUpdatePhase_t1EF45877A1796DC3991B9FF3A6AD762BE02DF67D
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualTreeUpdatePhase::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.WhiteSpace
|
|
struct WhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.WhiteSpace::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.Yoga.YogaNode
|
|
struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Yoga.YogaNode::_ygNode
|
|
intptr_t ____ygNode_0;
|
|
// UnityEngine.Yoga.YogaConfig UnityEngine.Yoga.YogaNode::_config
|
|
YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ____config_1;
|
|
// System.WeakReference UnityEngine.Yoga.YogaNode::_parent
|
|
WeakReference_tD4B0518CE911FFD9FAAB3FCD492644A354312D8E* ____parent_2;
|
|
// System.Collections.Generic.List`1<UnityEngine.Yoga.YogaNode> UnityEngine.Yoga.YogaNode::_children
|
|
List_1_t84B666107A8A3ECB0F5A24B0243137D056DA9165* ____children_3;
|
|
// UnityEngine.Yoga.MeasureFunction UnityEngine.Yoga.YogaNode::_measureFunction
|
|
MeasureFunction_t60EBED1328F5328D4FA7E26335967E59E73B4D09* ____measureFunction_4;
|
|
// UnityEngine.Yoga.BaselineFunction UnityEngine.Yoga.YogaNode::_baselineFunction
|
|
BaselineFunction_t13AFADEF52F63320B2159C237635948AEB801679* ____baselineFunction_5;
|
|
// System.Object UnityEngine.Yoga.YogaNode::_data
|
|
RuntimeObject* ____data_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Allocator2D/Alloc2D
|
|
struct Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E
|
|
{
|
|
// UnityEngine.RectInt UnityEngine.UIElements.UIR.Allocator2D/Alloc2D::rect
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect_0;
|
|
// UnityEngine.UIElements.UIR.Allocator2D/Row UnityEngine.UIElements.UIR.Allocator2D/Alloc2D::row
|
|
Row_t5CAF04F94A4359C08ADDBA867B0817101F351999* ___row_1;
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.Allocator2D/Alloc2D::alloc
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___alloc_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Allocator2D/Alloc2D
|
|
struct Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E_marshaled_pinvoke
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect_0;
|
|
Row_t5CAF04F94A4359C08ADDBA867B0817101F351999* ___row_1;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___alloc_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Allocator2D/Alloc2D
|
|
struct Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E_marshaled_com
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect_0;
|
|
Row_t5CAF04F94A4359C08ADDBA867B0817101F351999* ___row_1;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___alloc_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Angle/Unit
|
|
struct Unit_t21DCD5C095F7DC1A0B9A47CAF8CAD3E7776CD3DB
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.Angle/Unit::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase/EventPropagation
|
|
struct EventPropagation_t024AF56F7A787C03AA21B065B624553EF52E7B83
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase/EventPropagation::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase/LifeCycleStatus
|
|
struct LifeCycleStatus_tEE500629F5431B574B8047EB70864747D348D38C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase/LifeCycleStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.IMGUIContainer/GUIGlobals
|
|
struct GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.IMGUIContainer/GUIGlobals::matrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0;
|
|
// UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1;
|
|
// UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::contentColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2;
|
|
// UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::backgroundColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_3;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer/GUIGlobals::enabled
|
|
bool ___enabled_4;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer/GUIGlobals::changed
|
|
bool ___changed_5;
|
|
// System.Int32 UnityEngine.UIElements.IMGUIContainer/GUIGlobals::displayIndex
|
|
int32_t ___displayIndex_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.IMGUIContainer/GUIGlobals
|
|
struct GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10_marshaled_pinvoke
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_3;
|
|
int32_t ___enabled_4;
|
|
int32_t ___changed_5;
|
|
int32_t ___displayIndex_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.IMGUIContainer/GUIGlobals
|
|
struct GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10_marshaled_com
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_3;
|
|
int32_t ___enabled_4;
|
|
int32_t ___changed_5;
|
|
int32_t ___displayIndex_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Length/Unit
|
|
struct Unit_t7A9C3ABB0618BEBFDC1813D07080CE0C145448ED
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.Length/Unit::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags
|
|
struct MeshFlags_tC36F9F848F3DB16DF11E55B5CD6EC22E860876A3
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContext/MeshFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseCaptureDispatchingStrategy/EventBehavior
|
|
struct EventBehavior_t819CBDEA1FEE0FFF5400EF78B32688DBDBFD11E9
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.MouseCaptureDispatchingStrategy/EventBehavior::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
struct FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::currentFocusable
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentFocusable_0;
|
|
// UnityEngine.Rect UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::validRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___validRect_1;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::firstPass
|
|
bool ___firstPass_2;
|
|
// UnityEngine.UIElements.NavigateFocusRing/ChangeDirection UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::direction
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___direction_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
struct FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentFocusable_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___validRect_1;
|
|
int32_t ___firstPass_2;
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___direction_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
struct FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentFocusable_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___validRect_1;
|
|
int32_t ___firstPass_2;
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___direction_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction
|
|
struct Direction_t7783E528E50FAB7F36720CD0F263B96ED3DE80F8
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.NavigationMoveEvent/Direction::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationTabEvent/Direction
|
|
struct Direction_tBD3F9484BC94BD03FB5D0FCA04631D4D85361874
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.NavigationTabEvent/Direction::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerDeviceState/LocationFlag
|
|
struct LocationFlag_t967AE045AA727496F989291CFBC14F53964FCECB
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerDeviceState/LocationFlag::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Profiling.ProfilerMarker/AutoScope
|
|
struct AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139
|
|
{
|
|
// System.IntPtr Unity.Profiling.ProfilerMarker/AutoScope::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PropagationPaths/Type
|
|
struct Type_tD53E080CC5AC8595BBFD93ED1C3C9DDE819526C8
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PropagationPaths/Type::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode
|
|
struct AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D : public RuntimeObject
|
|
{
|
|
// UnityEngine.RectInt UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::rect
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect_1;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::previous
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___previous_2;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::next
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___next_3;
|
|
};
|
|
|
|
struct AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode> UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::s_Pool
|
|
ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* ___s_Pool_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode
|
|
struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder
|
|
struct DefaultFocusOrder_t9EEC8B5DF0685386B41519B150765DD4F7905090
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>
|
|
struct NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
|
|
struct NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Angle
|
|
struct Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC
|
|
{
|
|
// System.Single UnityEngine.UIElements.Angle::m_Value
|
|
float ___m_Value_0;
|
|
// UnityEngine.UIElements.Angle/Unit UnityEngine.UIElements.Angle::m_Unit
|
|
int32_t ___m_Unit_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BMPAlloc
|
|
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.BMPAlloc::page
|
|
int32_t ___page_1;
|
|
// System.UInt16 UnityEngine.UIElements.UIR.BMPAlloc::pageLine
|
|
uint16_t ___pageLine_2;
|
|
// System.Byte UnityEngine.UIElements.UIR.BMPAlloc::bitIndex
|
|
uint8_t ___bitIndex_3;
|
|
// UnityEngine.UIElements.UIR.OwnedState UnityEngine.UIElements.UIR.BMPAlloc::ownedState
|
|
uint8_t ___ownedState_4;
|
|
};
|
|
|
|
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.BaseVisualElementPanel
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject
|
|
{
|
|
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed
|
|
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed_0;
|
|
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale
|
|
float ___m_Scale_1;
|
|
// UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig
|
|
YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ___yogaConfig_2;
|
|
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint
|
|
float ___m_PixelsPerPoint_3;
|
|
// UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::<clearSettings>k__BackingField
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField_4;
|
|
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<duringLayoutPhase>k__BackingField
|
|
bool ___U3CduringLayoutPhaseU3Ek__BackingField_5;
|
|
// UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::<repaintData>k__BackingField
|
|
RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField_6;
|
|
// UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::<cursorManager>k__BackingField
|
|
RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_7;
|
|
// UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::<contextualMenuManager>k__BackingField
|
|
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField_8;
|
|
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_9;
|
|
// UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers
|
|
ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers_10;
|
|
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardShaderChanged_11;
|
|
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardWorldSpaceShaderChanged_12;
|
|
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged_13;
|
|
// System.Action`1<UnityEngine.Material> UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial
|
|
Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA* ___updateMaterial_14;
|
|
// UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged
|
|
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged_15;
|
|
// System.Action`1<UnityEngine.UIElements.IPanel> UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate
|
|
Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate_16;
|
|
};
|
|
|
|
// UnityEngine.Component
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlas
|
|
struct DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8 : public AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.DynamicAtlas/TextureInfo> UnityEngine.UIElements.DynamicAtlas::m_Database
|
|
Dictionary_2_tF1C3BFA70D6875EEF369CE69E661C6B617B5BEC0* ___m_Database_1;
|
|
// UnityEngine.UIElements.DynamicAtlasPage UnityEngine.UIElements.DynamicAtlas::m_PointPage
|
|
DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* ___m_PointPage_2;
|
|
// UnityEngine.UIElements.DynamicAtlasPage UnityEngine.UIElements.DynamicAtlas::m_BilinearPage
|
|
DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* ___m_BilinearPage_3;
|
|
// UnityEngine.ColorSpace UnityEngine.UIElements.DynamicAtlas::m_ColorSpace
|
|
int32_t ___m_ColorSpace_4;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IPanel> UnityEngine.UIElements.DynamicAtlas::m_Panels
|
|
List_1_t4DF09B0E9A8F312FB7592EC9D366F0808C94DCE6* ___m_Panels_5;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlas::m_MinAtlasSize
|
|
int32_t ___m_MinAtlasSize_6;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlas::m_MaxAtlasSize
|
|
int32_t ___m_MaxAtlasSize_7;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlas::m_MaxSubTextureSize
|
|
int32_t ___m_MaxSubTextureSize_8;
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlas::m_ActiveFilters
|
|
int32_t ___m_ActiveFilters_9;
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter UnityEngine.UIElements.DynamicAtlas::m_CustomFilter
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___m_CustomFilter_10;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlasPage
|
|
struct DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.DynamicAtlasPage::<textureId>k__BackingField
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___U3CtextureIdU3Ek__BackingField_0;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.DynamicAtlasPage::<atlas>k__BackingField
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___U3CatlasU3Ek__BackingField_1;
|
|
// UnityEngine.RenderTextureFormat UnityEngine.UIElements.DynamicAtlasPage::<format>k__BackingField
|
|
int32_t ___U3CformatU3Ek__BackingField_2;
|
|
// UnityEngine.FilterMode UnityEngine.UIElements.DynamicAtlasPage::<filterMode>k__BackingField
|
|
int32_t ___U3CfilterModeU3Ek__BackingField_3;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.DynamicAtlasPage::<minSize>k__BackingField
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CminSizeU3Ek__BackingField_4;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.DynamicAtlasPage::<maxSize>k__BackingField
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CmaxSizeU3Ek__BackingField_5;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasPage::m_1Padding
|
|
int32_t ___m_1Padding_6;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasPage::m_2Padding
|
|
int32_t ___m_2Padding_7;
|
|
// UnityEngine.UIElements.UIR.Allocator2D UnityEngine.UIElements.DynamicAtlasPage::m_Allocator
|
|
Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* ___m_Allocator_8;
|
|
// UnityEngine.UIElements.UIR.TextureBlitter UnityEngine.UIElements.DynamicAtlasPage::m_Blitter
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* ___m_Blitter_9;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.DynamicAtlasPage::m_CurrentSize
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_CurrentSize_10;
|
|
// System.Boolean UnityEngine.UIElements.DynamicAtlasPage::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_12;
|
|
};
|
|
|
|
struct DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasPage::s_TextureCounter
|
|
int32_t ___s_TextureCounter_11;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlasSettings
|
|
struct DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::m_MinAtlasSize
|
|
int32_t ___m_MinAtlasSize_0;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::m_MaxAtlasSize
|
|
int32_t ___m_MaxAtlasSize_1;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::m_MaxSubTextureSize
|
|
int32_t ___m_MaxSubTextureSize_2;
|
|
// UnityEngine.UIElements.DynamicAtlasFiltersInternal UnityEngine.UIElements.DynamicAtlasSettings::m_ActiveFilters
|
|
int32_t ___m_ActiveFilters_3;
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter UnityEngine.UIElements.DynamicAtlasSettings::m_CustomFilter
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___m_CustomFilter_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase
|
|
struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C : public RuntimeObject
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase::<timestamp>k__BackingField
|
|
int64_t ___U3CtimestampU3Ek__BackingField_2;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::<eventId>k__BackingField
|
|
uint64_t ___U3CeventIdU3Ek__BackingField_3;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::<triggerEventId>k__BackingField
|
|
uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4;
|
|
// UnityEngine.UIElements.EventBase/EventPropagation UnityEngine.UIElements.EventBase::<propagation>k__BackingField
|
|
int32_t ___U3CpropagationU3Ek__BackingField_5;
|
|
// UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ___m_Path_6;
|
|
// UnityEngine.UIElements.EventBase/LifeCycleStatus UnityEngine.UIElements.EventBase::<lifeCycleStatus>k__BackingField
|
|
int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::<leafTarget>k__BackingField
|
|
RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target
|
|
RuntimeObject* ___m_Target_9;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler> UnityEngine.UIElements.EventBase::<skipElements>k__BackingField
|
|
List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* ___U3CskipElementsU3Ek__BackingField_10;
|
|
// UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::<propagationPhase>k__BackingField
|
|
int32_t ___U3CpropagationPhaseU3Ek__BackingField_11;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget
|
|
RuntimeObject* ___m_CurrentTarget_12;
|
|
// UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ImguiEvent_13;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.EventBase::<originalMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CoriginalMousePositionU3Ek__BackingField_14;
|
|
};
|
|
|
|
struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId
|
|
int64_t ___s_LastTypeId_0;
|
|
// System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId
|
|
uint64_t ___s_NextEventId_1;
|
|
};
|
|
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
|
|
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
|
|
};
|
|
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
|
|
{
|
|
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
|
|
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
|
|
};
|
|
|
|
// UnityEngine.GameObject
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.Length
|
|
struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256
|
|
{
|
|
// System.Single UnityEngine.UIElements.Length::m_Value
|
|
float ___m_Value_1;
|
|
// UnityEngine.UIElements.Length/Unit UnityEngine.UIElements.Length::m_Unit
|
|
int32_t ___m_Unit_2;
|
|
};
|
|
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveSign
|
|
String_t* ___positiveSign_4;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeSign
|
|
String_t* ___negativeSign_5;
|
|
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
|
|
String_t* ___numberDecimalSeparator_6;
|
|
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
|
|
String_t* ___numberGroupSeparator_7;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
|
|
String_t* ___currencyGroupSeparator_8;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
|
|
String_t* ___currencyDecimalSeparator_9;
|
|
// System.String System.Globalization.NumberFormatInfo::currencySymbol
|
|
String_t* ___currencySymbol_10;
|
|
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
|
|
String_t* ___ansiCurrencySymbol_11;
|
|
// System.String System.Globalization.NumberFormatInfo::nanSymbol
|
|
String_t* ___nanSymbol_12;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
|
|
String_t* ___positiveInfinitySymbol_13;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
|
|
String_t* ___negativeInfinitySymbol_14;
|
|
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
|
|
String_t* ___percentDecimalSeparator_15;
|
|
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
|
|
String_t* ___percentGroupSeparator_16;
|
|
// System.String System.Globalization.NumberFormatInfo::percentSymbol
|
|
String_t* ___percentSymbol_17;
|
|
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
|
|
String_t* ___perMilleSymbol_18;
|
|
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
|
|
int32_t ___m_dataItem_20;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
|
|
int32_t ___numberDecimalDigits_21;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
|
|
int32_t ___currencyDecimalDigits_22;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
|
|
int32_t ___currencyPositivePattern_23;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
|
|
int32_t ___currencyNegativePattern_24;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
|
|
int32_t ___numberNegativePattern_25;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
|
|
int32_t ___percentPositivePattern_26;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
|
|
int32_t ___percentNegativePattern_27;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
|
|
int32_t ___percentDecimalDigits_28;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
|
|
int32_t ___digitSubstitution_29;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
|
|
bool ___isReadOnly_30;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_31;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
|
|
bool ___m_isInvariant_32;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
|
|
bool ___validForParseAsNumber_33;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
|
|
bool ___validForParseAsCurrency_34;
|
|
};
|
|
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
|
|
{
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Sprite
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.StylePropertyName
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF
|
|
{
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.StylePropertyName::<id>k__BackingField
|
|
int32_t ___U3CidU3Ek__BackingField_0;
|
|
// System.String UnityEngine.UIElements.StylePropertyName::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.StylePropertyName
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_pinvoke
|
|
{
|
|
int32_t ___U3CidU3Ek__BackingField_0;
|
|
char* ___U3CnameU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.StylePropertyName
|
|
struct StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_marshaled_com
|
|
{
|
|
int32_t ___U3CidU3Ek__BackingField_0;
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextNativeSettings
|
|
struct TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062
|
|
{
|
|
// System.String UnityEngine.UIElements.TextNativeSettings::text
|
|
String_t* ___text_0;
|
|
// UnityEngine.Font UnityEngine.UIElements.TextNativeSettings::font
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_1;
|
|
// System.Int32 UnityEngine.UIElements.TextNativeSettings::size
|
|
int32_t ___size_2;
|
|
// System.Single UnityEngine.UIElements.TextNativeSettings::scaling
|
|
float ___scaling_3;
|
|
// UnityEngine.FontStyle UnityEngine.UIElements.TextNativeSettings::style
|
|
int32_t ___style_4;
|
|
// UnityEngine.Color UnityEngine.UIElements.TextNativeSettings::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_5;
|
|
// UnityEngine.TextAnchor UnityEngine.UIElements.TextNativeSettings::anchor
|
|
int32_t ___anchor_6;
|
|
// System.Boolean UnityEngine.UIElements.TextNativeSettings::wordWrap
|
|
bool ___wordWrap_7;
|
|
// System.Single UnityEngine.UIElements.TextNativeSettings::wordWrapWidth
|
|
float ___wordWrapWidth_8;
|
|
// System.Boolean UnityEngine.UIElements.TextNativeSettings::richText
|
|
bool ___richText_9;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.TextNativeSettings
|
|
struct TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062_marshaled_pinvoke
|
|
{
|
|
char* ___text_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_1;
|
|
int32_t ___size_2;
|
|
float ___scaling_3;
|
|
int32_t ___style_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_5;
|
|
int32_t ___anchor_6;
|
|
int32_t ___wordWrap_7;
|
|
float ___wordWrapWidth_8;
|
|
int32_t ___richText_9;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.TextNativeSettings
|
|
struct TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062_marshaled_com
|
|
{
|
|
Il2CppChar* ___text_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_1;
|
|
int32_t ___size_2;
|
|
float ___scaling_3;
|
|
int32_t ___style_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_5;
|
|
int32_t ___anchor_6;
|
|
int32_t ___wordWrap_7;
|
|
float ___wordWrapWidth_8;
|
|
int32_t ___richText_9;
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.TextureBlitter
|
|
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo[] UnityEngine.UIElements.UIR.TextureBlitter::m_SingleBlit
|
|
BlitInfoU5BU5D_t090EAE36AF18528B2F72B1D3BBA4831E32F287BA* ___m_SingleBlit_2;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.TextureBlitter::m_BlitMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial_3;
|
|
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.TextureBlitter::m_Properties
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_Properties_4;
|
|
// UnityEngine.RectInt UnityEngine.UIElements.UIR.TextureBlitter::m_Viewport
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___m_Viewport_5;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.UIR.TextureBlitter::m_PrevRT
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_PrevRT_6;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.TextureBlitter/BlitInfo> UnityEngine.UIElements.UIR.TextureBlitter::m_PendingBlits
|
|
List_1_t0BE12F16A937298114B20824E93D706BCA5214D5* ___m_PendingBlits_7;
|
|
// System.Boolean UnityEngine.UIElements.UIR.TextureBlitter::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_8;
|
|
};
|
|
|
|
struct TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_StaticFields
|
|
{
|
|
// System.Int32[] UnityEngine.UIElements.UIR.TextureBlitter::k_TextureIds
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___k_TextureIds_0;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.TextureBlitter::s_CommitSampler
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_CommitSampler_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIElementsUtility
|
|
struct UIElementsUtility_t03323144D50362C6BF96652D3355728749769293 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
struct UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields
|
|
{
|
|
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.IMGUIContainer> UnityEngine.UIElements.UIElementsUtility::s_ContainerStack
|
|
Stack_1_t9978CB0119EA70B0C3101996FB3D675B2D59025A* ___s_ContainerStack_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel> UnityEngine.UIElements.UIElementsUtility::s_UIElementsCache
|
|
Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75* ___s_UIElementsCache_1;
|
|
// UnityEngine.Event UnityEngine.UIElements.UIElementsUtility::s_EventInstance
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_EventInstance_2;
|
|
// UnityEngine.Color UnityEngine.UIElements.UIElementsUtility::editorPlayModeTintColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___editorPlayModeTintColor_3;
|
|
// System.Single UnityEngine.UIElements.UIElementsUtility::singleLineHeight
|
|
float ___singleLineHeight_4;
|
|
// UnityEngine.UIElements.UIElementsUtility UnityEngine.UIElements.UIElementsUtility::s_Instance
|
|
UIElementsUtility_t03323144D50362C6BF96652D3355728749769293* ___s_Instance_5;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Panel> UnityEngine.UIElements.UIElementsUtility::s_PanelsIterationList
|
|
List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919* ___s_PanelsIterationList_6;
|
|
// System.String UnityEngine.UIElements.UIElementsUtility::s_RepaintProfilerMarkerName
|
|
String_t* ___s_RepaintProfilerMarkerName_7;
|
|
// System.String UnityEngine.UIElements.UIElementsUtility::s_EventProfilerMarkerName
|
|
String_t* ___s_EventProfilerMarkerName_8;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIElementsUtility::s_RepaintProfilerMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_RepaintProfilerMarker_9;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIElementsUtility::s_EventProfilerMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_EventProfilerMarker_10;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRAtlasAllocator
|
|
struct UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<maxAtlasSize>k__BackingField
|
|
int32_t ___U3CmaxAtlasSizeU3Ek__BackingField_0;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<maxImageWidth>k__BackingField
|
|
int32_t ___U3CmaxImageWidthU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<maxImageHeight>k__BackingField
|
|
int32_t ___U3CmaxImageHeightU3Ek__BackingField_2;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<virtualWidth>k__BackingField
|
|
int32_t ___U3CvirtualWidthU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<virtualHeight>k__BackingField
|
|
int32_t ___U3CvirtualHeightU3Ek__BackingField_4;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<physicalWidth>k__BackingField
|
|
int32_t ___U3CphysicalWidthU3Ek__BackingField_5;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::<physicalHeight>k__BackingField
|
|
int32_t ___U3CphysicalHeightU3Ek__BackingField_6;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode UnityEngine.UIElements.UIRAtlasAllocator::m_FirstUnpartitionedArea
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___m_FirstUnpartitionedArea_7;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row[] UnityEngine.UIElements.UIRAtlasAllocator::m_OpenRows
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* ___m_OpenRows_8;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::m_1SidePadding
|
|
int32_t ___m_1SidePadding_9;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::m_2SidePadding
|
|
int32_t ___m_2SidePadding_10;
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_12;
|
|
};
|
|
|
|
struct UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRAtlasAllocator::s_MarkerTryAllocate
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTryAllocate_11;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRLayoutUpdater
|
|
struct UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3 : public BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41
|
|
{
|
|
};
|
|
|
|
struct UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.UIRLayoutUpdater::s_Description
|
|
String_t* ___s_Description_2;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRLayoutUpdater::s_ProfilerMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ProfilerMarker_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIRRepaintUpdater
|
|
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E : public BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41
|
|
{
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIRRepaintUpdater::attachedPanel
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___attachedPanel_2;
|
|
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIRRepaintUpdater::renderChain
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain_3;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<drawStats>k__BackingField
|
|
bool ___U3CdrawStatsU3Ek__BackingField_6;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<breakBatches>k__BackingField
|
|
bool ___U3CbreakBatchesU3Ek__BackingField_7;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_8;
|
|
};
|
|
|
|
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.UIRRepaintUpdater::s_Description
|
|
String_t* ___s_Description_4;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRRepaintUpdater::s_ProfilerMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ProfilerMarker_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302 : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_MockDevice
|
|
bool ___m_MockDevice_0;
|
|
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_DefaultStencilState
|
|
intptr_t ___m_DefaultStencilState_1;
|
|
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_VertexDecl
|
|
intptr_t ___m_VertexDecl_2;
|
|
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice::m_FirstPage
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___m_FirstPage_3;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextPageVertexCount
|
|
uint32_t ___m_NextPageVertexCount_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_LargeMeshVertexCount
|
|
uint32_t ___m_LargeMeshVertexCount_5;
|
|
// System.Single UnityEngine.UIElements.UIR.UIRenderDevice::m_IndexToVertexCountRatio
|
|
float ___m_IndexToVertexCountRatio_6;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeferredFrees
|
|
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* ___m_DeferredFrees_7;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>> UnityEngine.UIElements.UIR.UIRenderDevice::m_Updates
|
|
List_1_tA79C35FB5E50135962B53960CB758B9262700632* ___m_Updates_8;
|
|
// System.UInt32[] UnityEngine.UIElements.UIR.UIRenderDevice::m_Fences
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Fences_9;
|
|
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice::m_StandardMatProps
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_StandardMatProps_10;
|
|
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice::m_CommonMatProps
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_CommonMatProps_11;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_FrameIndex
|
|
uint32_t ___m_FrameIndex_12;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextUpdateID
|
|
uint32_t ___m_NextUpdateID_13;
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawStats
|
|
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F ___m_DrawStats_14;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice::m_MeshHandles
|
|
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* ___m_MeshHandles_15;
|
|
// UnityEngine.UIElements.UIR.DrawParams UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawParams
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___m_DrawParams_16;
|
|
// UnityEngine.UIElements.UIR.TextureSlotManager UnityEngine.UIElements.UIR.UIRenderDevice::m_TextureSlotManager
|
|
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* ___m_TextureSlotManager_17;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::<maxVerticesPerPage>k__BackingField
|
|
uint32_t ___U3CmaxVerticesPerPageU3Ek__BackingField_37;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<breakBatches>k__BackingField
|
|
bool ___U3CbreakBatchesU3Ek__BackingField_38;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_41;
|
|
};
|
|
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeviceFreeQueue
|
|
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* ___m_DeviceFreeQueue_18;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::m_ActiveDeviceCount
|
|
int32_t ___m_ActiveDeviceCount_19;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SubscribedToNotifications
|
|
bool ___m_SubscribedToNotifications_20;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SynchronousFree
|
|
bool ___m_SynchronousFree_21;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexPropID
|
|
int32_t ___s_FontTexPropID_22;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexSDFScaleID
|
|
int32_t ___s_FontTexSDFScaleID_23;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_PixelClipInvViewPropID
|
|
int32_t ___s_PixelClipInvViewPropID_24;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_GradientSettingsTexID
|
|
int32_t ___s_GradientSettingsTexID_25;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderInfoTexID
|
|
int32_t ___s_ShaderInfoTexID_26;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ScreenClipRectPropID
|
|
int32_t ___s_ScreenClipRectPropID_27;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_TransformsPropID
|
|
int32_t ___s_TransformsPropID_28;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipRectsPropID
|
|
int32_t ___s_ClipRectsPropID_29;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAllocate
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAllocate_30;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFree
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFree_31;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAdvanceFrame
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAdvanceFrame_32;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFence
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFence_33;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerBeforeDraw
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerBeforeDraw_34;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_VertexTexturingIsAvailable
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_VertexTexturingIsAvailable_35;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderModelIs35
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_ShaderModelIs35_36;
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexFloat
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexFloat_39;
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexARGB8
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexARGB8_40;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFocusRing
|
|
struct VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElementFocusRing::root
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root_0;
|
|
// UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder UnityEngine.UIElements.VisualElementFocusRing::<defaultFocusOrder>k__BackingField
|
|
int32_t ___U3CdefaultFocusOrderU3Ek__BackingField_1;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord> UnityEngine.UIElements.VisualElementFocusRing::m_FocusRing
|
|
List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B* ___m_FocusRing_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80
|
|
{
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::playmodeTintColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftWidth
|
|
float ___leftWidth_6;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topWidth
|
|
float ___topWidth_7;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightWidth
|
|
float ___rightWidth_8;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomWidth
|
|
float ___bottomWidth_9;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topLeftRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topRightRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomRightRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomLeftRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
|
|
// UnityEngine.Material UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::leftColorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage_15;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::topColorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage_16;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::rightColorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___rightColorPage_17;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams::bottomColorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___bottomColorPage_18;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_pinvoke
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
|
|
float ___leftWidth_6;
|
|
float ___topWidth_7;
|
|
float ___rightWidth_8;
|
|
float ___bottomWidth_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___leftColorPage_15;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___topColorPage_16;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___rightColorPage_17;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___bottomColorPage_18;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
struct BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_com
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor_5;
|
|
float ___leftWidth_6;
|
|
float ___topWidth_7;
|
|
float ___rightWidth_8;
|
|
float ___bottomWidth_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_14;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___leftColorPage_15;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___topColorPage_16;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___rightColorPage_17;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___bottomColorPage_18;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B
|
|
{
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::rect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::uv
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::color
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
// UnityEngine.Texture UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::texture
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
|
|
// UnityEngine.Sprite UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::sprite
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
|
|
// UnityEngine.UIElements.VectorImage UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::vectorImage
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
|
|
// UnityEngine.Material UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
|
|
// UnityEngine.ScaleMode UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::scaleMode
|
|
int32_t ___scaleMode_7;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::playmodeTintColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topLeftRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topRightRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomRightRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomLeftRadius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::leftSlice
|
|
int32_t ___leftSlice_13;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::topSlice
|
|
int32_t ___topSlice_14;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::rightSlice
|
|
int32_t ___rightSlice_15;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::bottomSlice
|
|
int32_t ___bottomSlice_16;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::spriteGeomRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::colorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage_18;
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::meshFlags
|
|
int32_t ___meshFlags_19;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_pinvoke
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
|
|
int32_t ___scaleMode_7;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
|
|
int32_t ___leftSlice_13;
|
|
int32_t ___topSlice_14;
|
|
int32_t ___rightSlice_15;
|
|
int32_t ___bottomSlice_16;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___colorPage_18;
|
|
int32_t ___meshFlags_19;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
struct RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_com
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_3;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite_4;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage_5;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_6;
|
|
int32_t ___scaleMode_7;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius_12;
|
|
int32_t ___leftSlice_13;
|
|
int32_t ___topSlice_14;
|
|
int32_t ___rightSlice_15;
|
|
int32_t ___bottomSlice_16;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_17;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___colorPage_18;
|
|
int32_t ___meshFlags_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
struct PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerDeviceState/PointerLocation::<Position>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CPositionU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PointerDeviceState/PointerLocation::<Panel>k__BackingField
|
|
RuntimeObject* ___U3CPanelU3Ek__BackingField_1;
|
|
// UnityEngine.UIElements.PointerDeviceState/LocationFlag UnityEngine.UIElements.PointerDeviceState/PointerLocation::<Flags>k__BackingField
|
|
int32_t ___U3CFlagsU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
struct PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_pinvoke
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CPositionU3Ek__BackingField_0;
|
|
RuntimeObject* ___U3CPanelU3Ek__BackingField_1;
|
|
int32_t ___U3CFlagsU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
struct PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_com
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CPositionU3Ek__BackingField_0;
|
|
RuntimeObject* ___U3CPanelU3Ek__BackingField_1;
|
|
int32_t ___U3CFlagsU3Ek__BackingField_2;
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>
|
|
struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`1<System.Boolean>
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>
|
|
struct Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF ____current_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.AttachToPanelEvent>
|
|
struct EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t7FDDBA964772905A89719355C6E4F07922AA0C78* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ClickEvent>
|
|
struct EventBase_1_t8C644CD99134CBBFDB84260302CD495995488415 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t8C644CD99134CBBFDB84260302CD495995488415_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t45D3269B91BE59332E45568581C266DBBE543DB9* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextClickEvent>
|
|
struct EventBase_1_t49DA49F09B95959C5E19486DC83822D8DAFB72CB : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t49DA49F09B95959C5E19486DC83822D8DAFB72CB_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tA8C5B26B8CCBE92B90CDF4FBB00333936EACE68F* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>
|
|
struct EventBase_1_tFF13D0B80B4CBC6B9B6101B69E3A38EDB7D7A53E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tFF13D0B80B4CBC6B9B6101B69E3A38EDB7D7A53E_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t465044209F0B459C5B7B829BA8D8AEBDFDFF2889* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.CustomStyleResolvedEvent>
|
|
struct EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t5FC06EAFF1CF75D5A94102AEB85EBD17B92324E7* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.DetachFromPanelEvent>
|
|
struct EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t30C8F70D98C7F0227113800C031CF8E316BD7608* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.GeometryChangedEvent>
|
|
struct EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tC6626AC387E62EDBD0EA56924280D44E6476EC67* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>
|
|
struct EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t36D394C38E988B494FF27A209F41C47573069AFA* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>
|
|
struct EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t37080504ECCFF986BCF1E7D4C1D26BB929DEC7E9* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyUpEvent>
|
|
struct EventBase_1_t056EE42AB4A3D8793585737CC6974771FF692BED : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t056EE42AB4A3D8793585737CC6974771FF692BED_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t1E06F490DDD84FA5A692D737BD9F030BF209D3E2* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseDownEvent>
|
|
struct EventBase_1_t3863B2426C83CF34F5037FA191495E8B16EDFF6C : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t3863B2426C83CF34F5037FA191495E8B16EDFF6C_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tFD015A99DC45F4AADDAFE8F44225A6FF6289EB10* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterEvent>
|
|
struct EventBase_1_t3CD372C353265503211D0A03178379DA3D8C7086 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t3CD372C353265503211D0A03178379DA3D8C7086_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tD674D30EE867965489A6D1B0948964DA0E9C04A1* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>
|
|
struct EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tB85DB0D054AA6927A16B00E00530B77F48198E8F* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveEvent>
|
|
struct EventBase_1_t17411A14F7A082E3C14EEADDE1585D1A60254BC3 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t17411A14F7A082E3C14EEADDE1585D1A60254BC3_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t09D2D8D6D357BDCA79FE810BA48C94438CA7FD3A* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>
|
|
struct EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tD29E2BEBACB54993D8FEA9165FCF17908E97141C* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseMoveEvent>
|
|
struct EventBase_1_tFF5ADBE25C7FD2806CE67DEAAA69B7AAACA73531 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tFF5ADBE25C7FD2806CE67DEAAA69B7AAACA73531_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tD78AE6F54B951DDB2D0439009049A8F2422D78BA* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOutEvent>
|
|
struct EventBase_1_t96FB7E88831163AE4AFA79A213CB7BBA6200DD94 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t96FB7E88831163AE4AFA79A213CB7BBA6200DD94_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t858411DF975A800265E95EE948F4B0673ABFA5DA* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseOverEvent>
|
|
struct EventBase_1_t96C244E548BB513A57632B73B292C7E7C1CC404D : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t96C244E548BB513A57632B73B292C7E7C1CC404D_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t9D7EFBA539CD5460038297EF48FE5E46DA269BF4* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseUpEvent>
|
|
struct EventBase_1_t9ED9D70674CFE9504A67746757FB582440278391 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t9ED9D70674CFE9504A67746757FB582440278391_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tE5621495D8A201AC7F4D06B7AEE892CCBC8B5BFC* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationCancelEvent>
|
|
struct EventBase_1_t06692607D03E5B5F275B33C5EACCE075D1C2AB05 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t06692607D03E5B5F275B33C5EACCE075D1C2AB05_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t4CCB307C788F662AC27F4884CC938F63B3E4836C* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationMoveEvent>
|
|
struct EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t197544EA692A3B4CA53A6C415A61333162073672* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationSubmitEvent>
|
|
struct EventBase_1_tF3176CA51B64DBB3010435BA1986B05039647C37 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tF3176CA51B64DBB3010435BA1986B05039647C37_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t2E11CDAC72859A812629F64CB88669487FD5F0B5* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationTabEvent>
|
|
struct EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t698CF6F533F80BD21C029130598B886F6FEB42E4* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<System.Object>
|
|
struct EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCancelEvent>
|
|
struct EventBase_1_tB8AF17419B0E6B39E32F8925FCA535F5CF5C79D2 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tB8AF17419B0E6B39E32F8925FCA535F5CF5C79D2_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tDF51BF8B537DAD012AFE10CFC541363835B64992* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>
|
|
struct EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tD9D36AAF97C27AAA8F8C10396B70EE8016C3DB39* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerEnterEvent>
|
|
struct EventBase_1_t1D0AAEBCAF4B558F0F7FDDA7060BF68A5C648C10 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t1D0AAEBCAF4B558F0F7FDDA7060BF68A5C648C10_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tD15E0338DA7D4DAC91A4EA42A0786A46DE4BFF3B* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerLeaveEvent>
|
|
struct EventBase_1_t6C339E78DC90E37A13879F0EF1449D7E9412953C : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t6C339E78DC90E37A13879F0EF1449D7E9412953C_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t2F3ED061D994C01E8404150CA83077D75D4A3B04* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerMoveEvent>
|
|
struct EventBase_1_t4941B5AE834AA028696C83756491CE8884F30DDE : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t4941B5AE834AA028696C83756491CE8884F30DDE_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t8AFFCB7DAAEE40E4043E3A85360B759A778B3F5B* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOutEvent>
|
|
struct EventBase_1_tD501482DA0C705071241B3F48D0782E9B5188854 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tD501482DA0C705071241B3F48D0782E9B5188854_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tB166EADDC12878AF1A699B8D8D54B676A9F0D3F3* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerOverEvent>
|
|
struct EventBase_1_tB0C64467E85CE95C90E60DB69E1D0B004FFB1A33 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tB0C64467E85CE95C90E60DB69E1D0B004FFB1A33_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tDAF8B367F71485D449E3DB4F566AB7C145D30B85* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerStationaryEvent>
|
|
struct EventBase_1_tC17F382C71F6951079D81E77988E6FEE8996FC5C : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tC17F382C71F6951079D81E77988E6FEE8996FC5C_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t378830198BB4C87EA1C9049351B640D8484ED9D4* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerUpEvent>
|
|
struct EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tEA9E5136DCE87BF5FDC7E117132869969F52A700* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TooltipEvent>
|
|
struct EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t8E105ADAB08C8A295C9659F4B4AC2EF1C98112CA* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TransitionCancelEvent>
|
|
struct EventBase_1_tF0143A54530AEDF93FEB87C6CBA6FF7FB02BF1A1 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tF0143A54530AEDF93FEB87C6CBA6FF7FB02BF1A1_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t832B418F0EE633B08A82DA8C95EA659D7217D0E1* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TransitionEndEvent>
|
|
struct EventBase_1_t19FCA0E562C449FA0A2FA0053E97568D4B389A56 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t19FCA0E562C449FA0A2FA0053E97568D4B389A56_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t511FA97760840C42094CECA7AA3E0B58EB51A231* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TransitionRunEvent>
|
|
struct EventBase_1_t4F23137036FDF513830C85C5F8B2BF3A0E146A0F : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t4F23137036FDF513830C85C5F8B2BF3A0E146A0F_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t539DE50F180F8B36A9A6DAFF61E3AE3612386F80* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TransitionStartEvent>
|
|
struct EventBase_1_t90E610023DACA9D4D888599D2E1B536299CE9098 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_t90E610023DACA9D4D888599D2E1B536299CE9098_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_tF8034E1C380845CDC664082F044A15EFFA310FD5* ___s_Pool_16;
|
|
};
|
|
|
|
// UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>
|
|
struct EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9 : public EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount
|
|
int32_t ___m_RefCount_17;
|
|
};
|
|
|
|
struct EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9_StaticFields
|
|
{
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId
|
|
int64_t ___s_TypeId_15;
|
|
// UnityEngine.UIElements.ObjectPool`1<T> UnityEngine.UIElements.EventBase`1::s_Pool
|
|
ObjectPool_1_t625CC081156CCA83AF28F9AC872DA35BC4C19D8B* ___s_Pool_16;
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>
|
|
struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Behaviour
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter
|
|
struct DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.HierarchyEvent
|
|
struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.Panel
|
|
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9 : public BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Panel::m_RootContainer
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_RootContainer_17;
|
|
// UnityEngine.UIElements.VisualTreeUpdater UnityEngine.UIElements.Panel::m_VisualTreeUpdater
|
|
VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9* ___m_VisualTreeUpdater_18;
|
|
// UnityEngine.UIElements.IStylePropertyAnimationSystem UnityEngine.UIElements.Panel::m_StylePropertyAnimationSystem
|
|
RuntimeObject* ___m_StylePropertyAnimationSystem_19;
|
|
// System.String UnityEngine.UIElements.Panel::m_PanelName
|
|
String_t* ___m_PanelName_20;
|
|
// System.UInt32 UnityEngine.UIElements.Panel::m_Version
|
|
uint32_t ___m_Version_21;
|
|
// System.UInt32 UnityEngine.UIElements.Panel::m_RepaintVersion
|
|
uint32_t ___m_RepaintVersion_22;
|
|
// System.UInt32 UnityEngine.UIElements.Panel::m_HierarchyVersion
|
|
uint32_t ___m_HierarchyVersion_23;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBeforeUpdate
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBeforeUpdate_24;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerUpdate
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerUpdate_25;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerLayout
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerLayout_26;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBindings
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBindings_27;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerAnimations
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerAnimations_28;
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.Panel::<dispatcher>k__BackingField
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___U3CdispatcherU3Ek__BackingField_30;
|
|
// UnityEngine.UIElements.TimerEventScheduler UnityEngine.UIElements.Panel::m_Scheduler
|
|
TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862* ___m_Scheduler_31;
|
|
// UnityEngine.ScriptableObject UnityEngine.UIElements.Panel::<ownerObject>k__BackingField
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___U3CownerObjectU3Ek__BackingField_32;
|
|
// UnityEngine.UIElements.ContextType UnityEngine.UIElements.Panel::<contextType>k__BackingField
|
|
int32_t ___U3CcontextTypeU3Ek__BackingField_33;
|
|
// UnityEngine.UIElements.SavePersistentViewData UnityEngine.UIElements.Panel::<saveViewData>k__BackingField
|
|
SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716* ___U3CsaveViewDataU3Ek__BackingField_34;
|
|
// UnityEngine.UIElements.GetViewDataDictionary UnityEngine.UIElements.Panel::<getViewDataDictionary>k__BackingField
|
|
GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638* ___U3CgetViewDataDictionaryU3Ek__BackingField_35;
|
|
// UnityEngine.UIElements.FocusController UnityEngine.UIElements.Panel::<focusController>k__BackingField
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* ___U3CfocusControllerU3Ek__BackingField_36;
|
|
// UnityEngine.EventInterests UnityEngine.UIElements.Panel::<IMGUIEventInterests>k__BackingField
|
|
EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 ___U3CIMGUIEventInterestsU3Ek__BackingField_37;
|
|
// System.Int32 UnityEngine.UIElements.Panel::<IMGUIContainersCount>k__BackingField
|
|
int32_t ___U3CIMGUIContainersCountU3Ek__BackingField_40;
|
|
// UnityEngine.UIElements.IMGUIContainer UnityEngine.UIElements.Panel::<rootIMGUIContainer>k__BackingField
|
|
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* ___U3CrootIMGUIContainerU3Ek__BackingField_41;
|
|
// UnityEngine.Shader UnityEngine.UIElements.Panel::m_StandardShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardShader_42;
|
|
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.Panel::m_Atlas
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_43;
|
|
// System.Boolean UnityEngine.UIElements.Panel::m_ValidatingLayout
|
|
bool ___m_ValidatingLayout_44;
|
|
};
|
|
|
|
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::s_MarkerPickAll
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerPickAll_29;
|
|
// UnityEngine.UIElements.LoadResourceFunction UnityEngine.UIElements.Panel::<loadResourceFunc>k__BackingField
|
|
LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850* ___U3CloadResourceFuncU3Ek__BackingField_38;
|
|
// UnityEngine.UIElements.TimeMsFunction UnityEngine.UIElements.Panel::<TimeSinceStartup>k__BackingField
|
|
TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B* ___U3CTimeSinceStartupU3Ek__BackingField_39;
|
|
// System.Action`1<UnityEngine.UIElements.Panel> UnityEngine.UIElements.Panel::beforeAnyRepaint
|
|
Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01* ___beforeAnyRepaint_45;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelSettings
|
|
struct PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.UIElements.ThemeStyleSheet UnityEngine.UIElements.PanelSettings::themeUss
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* ___themeUss_7;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.PanelSettings::m_TargetTexture
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_TargetTexture_8;
|
|
// UnityEngine.UIElements.PanelScaleMode UnityEngine.UIElements.PanelSettings::m_ScaleMode
|
|
int32_t ___m_ScaleMode_9;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_Scale
|
|
float ___m_Scale_10;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_ReferenceDpi
|
|
float ___m_ReferenceDpi_12;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_FallbackDpi
|
|
float ___m_FallbackDpi_13;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.PanelSettings::m_ReferenceResolution
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___m_ReferenceResolution_14;
|
|
// UnityEngine.UIElements.PanelScreenMatchMode UnityEngine.UIElements.PanelSettings::m_ScreenMatchMode
|
|
int32_t ___m_ScreenMatchMode_15;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_Match
|
|
float ___m_Match_16;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_SortingOrder
|
|
float ___m_SortingOrder_17;
|
|
// System.Int32 UnityEngine.UIElements.PanelSettings::m_TargetDisplay
|
|
int32_t ___m_TargetDisplay_18;
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings::m_ClearDepthStencil
|
|
bool ___m_ClearDepthStencil_19;
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings::m_ClearColor
|
|
bool ___m_ClearColor_20;
|
|
// UnityEngine.Color UnityEngine.UIElements.PanelSettings::m_ColorClearValue
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ColorClearValue_21;
|
|
// UnityEngine.UIElements.PanelSettings/RuntimePanelAccess UnityEngine.UIElements.PanelSettings::m_PanelAccess
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* ___m_PanelAccess_22;
|
|
// UnityEngine.UIElements.UIDocumentList UnityEngine.UIElements.PanelSettings::m_AttachedUIDocumentsList
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* ___m_AttachedUIDocumentsList_23;
|
|
// UnityEngine.UIElements.DynamicAtlasSettings UnityEngine.UIElements.PanelSettings::m_DynamicAtlasSettings
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* ___m_DynamicAtlasSettings_24;
|
|
// UnityEngine.Shader UnityEngine.UIElements.PanelSettings::m_AtlasBlitShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_AtlasBlitShader_25;
|
|
// UnityEngine.Shader UnityEngine.UIElements.PanelSettings::m_RuntimeShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_RuntimeShader_26;
|
|
// UnityEngine.Shader UnityEngine.UIElements.PanelSettings::m_RuntimeWorldShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_RuntimeWorldShader_27;
|
|
// UnityEngine.UIElements.PanelTextSettings UnityEngine.UIElements.PanelSettings::textSettings
|
|
PanelTextSettings_tB4960351E6865BC34421430949C4CA68E7425F25* ___textSettings_28;
|
|
// UnityEngine.Rect UnityEngine.UIElements.PanelSettings::m_TargetRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_TargetRect_29;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::m_ResolvedScale
|
|
float ___m_ResolvedScale_30;
|
|
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.PanelSettings::m_AssignedScreenToPanel
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___m_AssignedScreenToPanel_31;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainVEData
|
|
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prev
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::next
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::groupTransformAncestor
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::boneTransformAncestor
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevDirty
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextDirty
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::hierarchyDepth
|
|
int32_t ___hierarchyDepth_6;
|
|
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes UnityEngine.UIElements.UIR.RenderChainVEData::dirtiedValues
|
|
int32_t ___dirtiedValues_7;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.RenderChainVEData::dirtyID
|
|
uint32_t ___dirtyID_8;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstClosingCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastClosingCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isInChain
|
|
bool ___isInChain_13;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isHierarchyHidden
|
|
bool ___isHierarchyHidden_14;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localFlipsWinding
|
|
bool ___localFlipsWinding_15;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::worldFlipsWinding
|
|
bool ___worldFlipsWinding_16;
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod
|
|
int32_t ___clipMethod_17;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenStencilRef
|
|
int32_t ___childrenStencilRef_18;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenMaskDepth
|
|
int32_t ___childrenMaskDepth_19;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging
|
|
bool ___disableNudging_20;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText
|
|
bool ___usesLegacyText_21;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart
|
|
int32_t ___displacementUVStart_25;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd
|
|
int32_t ___displacementUVEnd_26;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderLeftColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderTopColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderRightColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderBottomColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::tintColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
|
|
// System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity
|
|
float ___compositeOpacity_37;
|
|
// UnityEngine.Color UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textEntries
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
|
|
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textures
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
|
|
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
|
|
int32_t ___hierarchyDepth_6;
|
|
int32_t ___dirtiedValues_7;
|
|
uint32_t ___dirtyID_8;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
|
|
int32_t ___isInChain_13;
|
|
int32_t ___isHierarchyHidden_14;
|
|
int32_t ___localFlipsWinding_15;
|
|
int32_t ___worldFlipsWinding_16;
|
|
int32_t ___clipMethod_17;
|
|
int32_t ___childrenStencilRef_18;
|
|
int32_t ___childrenMaskDepth_19;
|
|
int32_t ___disableNudging_20;
|
|
int32_t ___usesLegacyText_21;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
|
|
int32_t ___displacementUVStart_25;
|
|
int32_t ___displacementUVEnd_26;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
|
|
float ___compositeOpacity_37;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
|
|
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
|
|
int32_t ___hierarchyDepth_6;
|
|
int32_t ___dirtiedValues_7;
|
|
uint32_t ___dirtyID_8;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
|
|
int32_t ___isInChain_13;
|
|
int32_t ___isHierarchyHidden_14;
|
|
int32_t ___localFlipsWinding_15;
|
|
int32_t ___worldFlipsWinding_16;
|
|
int32_t ___clipMethod_17;
|
|
int32_t ___childrenStencilRef_18;
|
|
int32_t ___childrenMaskDepth_19;
|
|
int32_t ___disableNudging_20;
|
|
int32_t ___usesLegacyText_21;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_22;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_23;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_24;
|
|
int32_t ___displacementUVStart_25;
|
|
int32_t ___displacementUVEnd_26;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_27;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_28;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_29;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_30;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_31;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_32;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_33;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_34;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_35;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_36;
|
|
float ___compositeOpacity_37;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_38;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_40;
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_41;
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_42;
|
|
};
|
|
|
|
// UnityEngine.RenderTexture
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleLength
|
|
struct StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8
|
|
{
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.StyleLength::m_Value
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Value_0;
|
|
// UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleLength::m_Keyword
|
|
int32_t ___m_Keyword_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheet
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.StyleSheet::m_ImportedWithErrors
|
|
bool ___m_ImportedWithErrors_4;
|
|
// System.Boolean UnityEngine.UIElements.StyleSheet::m_ImportedWithWarnings
|
|
bool ___m_ImportedWithWarnings_5;
|
|
// UnityEngine.UIElements.StyleRule[] UnityEngine.UIElements.StyleSheet::m_Rules
|
|
StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3* ___m_Rules_6;
|
|
// UnityEngine.UIElements.StyleComplexSelector[] UnityEngine.UIElements.StyleSheet::m_ComplexSelectors
|
|
StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857* ___m_ComplexSelectors_7;
|
|
// System.Single[] UnityEngine.UIElements.StyleSheet::floats
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___floats_8;
|
|
// UnityEngine.UIElements.StyleSheets.Dimension[] UnityEngine.UIElements.StyleSheet::dimensions
|
|
DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B* ___dimensions_9;
|
|
// UnityEngine.Color[] UnityEngine.UIElements.StyleSheet::colors
|
|
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___colors_10;
|
|
// System.String[] UnityEngine.UIElements.StyleSheet::strings
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___strings_11;
|
|
// UnityEngine.Object[] UnityEngine.UIElements.StyleSheet::assets
|
|
ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A* ___assets_12;
|
|
// UnityEngine.UIElements.StyleSheet/ImportStruct[] UnityEngine.UIElements.StyleSheet::imports
|
|
ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9* ___imports_13;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet> UnityEngine.UIElements.StyleSheet::m_FlattenedImportedStyleSheets
|
|
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___m_FlattenedImportedStyleSheets_14;
|
|
// System.Int32 UnityEngine.UIElements.StyleSheet::m_ContentHash
|
|
int32_t ___m_ContentHash_15;
|
|
// UnityEngine.UIElements.StyleSheets.ScalableImage[] UnityEngine.UIElements.StyleSheet::scalableImages
|
|
ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52* ___scalableImages_16;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleComplexSelector> UnityEngine.UIElements.StyleSheet::orderedNameSelectors
|
|
Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F* ___orderedNameSelectors_17;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleComplexSelector> UnityEngine.UIElements.StyleSheet::orderedTypeSelectors
|
|
Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F* ___orderedTypeSelectors_18;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleComplexSelector> UnityEngine.UIElements.StyleSheet::orderedClassSelectors
|
|
Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F* ___orderedClassSelectors_19;
|
|
// System.Boolean UnityEngine.UIElements.StyleSheet::m_IsDefaultStyleSheet
|
|
bool ___m_IsDefaultStyleSheet_20;
|
|
};
|
|
|
|
struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.StyleSheet::kCustomPropertyMarker
|
|
String_t* ___kCustomPropertyMarker_21;
|
|
};
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.Transform
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF
|
|
{
|
|
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Storage
|
|
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TransformAllocator
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TransformAllocator_1;
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRectAllocator
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ClipRectAllocator_2;
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_OpacityAllocator
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_OpacityAllocator_3;
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ColorAllocator
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ColorAllocator_4;
|
|
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TextSettingsAllocator
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TextSettingsAllocator_5;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_StorageReallyCreated
|
|
bool ___m_StorageReallyCreated_6;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_VertexTexturingEnabled
|
|
bool ___m_VertexTexturingEnabled_7;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Transforms
|
|
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRects
|
|
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
|
|
};
|
|
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields
|
|
{
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformTexel
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___identityTransformTexel_10;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectTexel
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___infiniteClipRectTexel_11;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityTexel
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___fullOpacityTexel_12;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorTexel
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___clearColorTexel_13;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsTexel
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___defaultTextCoreSettingsTexel_14;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformValue
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityTransformValue_15;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow0Value
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow0Value_16;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow1Value
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow1Value_17;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow2Value
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow2Value_18;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectValue
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___infiniteClipRectValue_19;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityValue
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullOpacityValue_20;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorValue
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clearColorValue_21;
|
|
// UnityEngine.UIElements.UIR.TextCoreSettings UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsValue
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___defaultTextCoreSettingsValue_22;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransform
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___identityTransform_23;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRect
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___infiniteClipRect_24;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacity
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___fullOpacity_25;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColor
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clearColor_26;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettings
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defaultTextCoreSettings_27;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke
|
|
{
|
|
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TransformAllocator_1;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ClipRectAllocator_2;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_OpacityAllocator_3;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ColorAllocator_4;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TextSettingsAllocator_5;
|
|
int32_t ___m_StorageReallyCreated_6;
|
|
int32_t ___m_VertexTexturingEnabled_7;
|
|
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
|
|
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com
|
|
{
|
|
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TransformAllocator_1;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ClipRectAllocator_2;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_OpacityAllocator_3;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ColorAllocator_4;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TextSettingsAllocator_5;
|
|
int32_t ___m_StorageReallyCreated_6;
|
|
int32_t ___m_VertexTexturingEnabled_7;
|
|
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
|
|
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VectorImage
|
|
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.VectorImage::atlas
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas_4;
|
|
// UnityEngine.UIElements.VectorImageVertex[] UnityEngine.UIElements.VectorImage::vertices
|
|
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* ___vertices_5;
|
|
// System.UInt16[] UnityEngine.UIElements.VectorImage::indices
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___indices_6;
|
|
// UnityEngine.UIElements.GradientSettings[] UnityEngine.UIElements.VectorImage::settings
|
|
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___settings_7;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.VectorImage::size
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size_8;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualTreeAsset
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.VisualTreeAsset::m_ImportedWithErrors
|
|
bool ___m_ImportedWithErrors_5;
|
|
// System.Boolean UnityEngine.UIElements.VisualTreeAsset::m_ImportedWithWarnings
|
|
bool ___m_ImportedWithWarnings_6;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualTreeAsset/UsingEntry> UnityEngine.UIElements.VisualTreeAsset::m_Usings
|
|
List_1_t3A511618E31C01BE3D1EA788ABB9AD6F354E8485* ___m_Usings_8;
|
|
// UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.VisualTreeAsset::inlineSheet
|
|
StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___inlineSheet_9;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElementAsset> UnityEngine.UIElements.VisualTreeAsset::m_VisualElementAssets
|
|
List_1_tA2DA9358299C5C3E2E66D546D9B0E9089C3D7DBE* ___m_VisualElementAssets_10;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TemplateAsset> UnityEngine.UIElements.VisualTreeAsset::m_TemplateAssets
|
|
List_1_t63B31A07921C5E19BCA9E85447E2260F37E3E777* ___m_TemplateAssets_11;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualTreeAsset/SlotDefinition> UnityEngine.UIElements.VisualTreeAsset::m_Slots
|
|
List_1_t70BBA01AC05569034FEB9847D92E5F046528FBAF* ___m_Slots_12;
|
|
// System.Int32 UnityEngine.UIElements.VisualTreeAsset::m_ContentContainerId
|
|
int32_t ___m_ContentContainerId_13;
|
|
// System.Int32 UnityEngine.UIElements.VisualTreeAsset::m_ContentHash
|
|
int32_t ___m_ContentHash_14;
|
|
};
|
|
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.VisualTreeAsset::LinkedVEAInTemplatePropertyName
|
|
String_t* ___LinkedVEAInTemplatePropertyName_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualTreeAsset::s_TemporarySlotInsertionPoints
|
|
Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___s_TemporarySlotInsertionPoints_7;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
struct TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F
|
|
{
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::rect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
// System.String UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::text
|
|
String_t* ___text_1;
|
|
// UnityEngine.Font UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::font
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_2;
|
|
// UnityEngine.UIElements.FontDefinition UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::fontDefinition
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___fontDefinition_3;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::fontSize
|
|
int32_t ___fontSize_4;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::letterSpacing
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing_5;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::wordSpacing
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing_6;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::paragraphSpacing
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paragraphSpacing_7;
|
|
// UnityEngine.FontStyle UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::fontStyle
|
|
int32_t ___fontStyle_8;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::fontColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___fontColor_9;
|
|
// UnityEngine.TextAnchor UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::anchor
|
|
int32_t ___anchor_10;
|
|
// System.Boolean UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::wordWrap
|
|
bool ___wordWrap_11;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::wordWrapWidth
|
|
float ___wordWrapWidth_12;
|
|
// System.Boolean UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::richText
|
|
bool ___richText_13;
|
|
// UnityEngine.Color UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::playmodeTintColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_14;
|
|
// UnityEngine.UIElements.TextOverflow UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::textOverflow
|
|
int32_t ___textOverflow_15;
|
|
// UnityEngine.UIElements.TextOverflowPosition UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::textOverflowPosition
|
|
int32_t ___textOverflowPosition_16;
|
|
// UnityEngine.UIElements.OverflowInternal UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::overflow
|
|
int32_t ___overflow_17;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::panel
|
|
RuntimeObject* ___panel_18;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
struct TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_pinvoke
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
char* ___text_1;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_2;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke ___fontDefinition_3;
|
|
int32_t ___fontSize_4;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing_5;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing_6;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paragraphSpacing_7;
|
|
int32_t ___fontStyle_8;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___fontColor_9;
|
|
int32_t ___anchor_10;
|
|
int32_t ___wordWrap_11;
|
|
float ___wordWrapWidth_12;
|
|
int32_t ___richText_13;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_14;
|
|
int32_t ___textOverflow_15;
|
|
int32_t ___textOverflowPosition_16;
|
|
int32_t ___overflow_17;
|
|
RuntimeObject* ___panel_18;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
struct TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_com
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect_0;
|
|
Il2CppChar* ___text_1;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___font_2;
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com ___fontDefinition_3;
|
|
int32_t ___fontSize_4;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___letterSpacing_5;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___wordSpacing_6;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___paragraphSpacing_7;
|
|
int32_t ___fontStyle_8;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___fontColor_9;
|
|
int32_t ___anchor_10;
|
|
int32_t ___wordWrap_11;
|
|
float ___wordWrapWidth_12;
|
|
int32_t ___richText_13;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor_14;
|
|
int32_t ___textOverflow_15;
|
|
int32_t ___textOverflowPosition_16;
|
|
int32_t ___overflow_17;
|
|
RuntimeObject* ___panel_18;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIElementsRuntimeUtility/CreateRuntimePanelDelegate
|
|
struct CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>
|
|
struct KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA : public EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// System.Char UnityEngine.UIElements.KeyboardEventBase`1::<character>k__BackingField
|
|
Il2CppChar ___U3CcharacterU3Ek__BackingField_19;
|
|
// UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::<keyCode>k__BackingField
|
|
int32_t ___U3CkeyCodeU3Ek__BackingField_20;
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>
|
|
struct KeyboardEventBase_1_t057EEE9439ED114E0F32C5C41075AD72A3E978DD : public EventBase_1_t056EE42AB4A3D8793585737CC6974771FF692BED
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// System.Char UnityEngine.UIElements.KeyboardEventBase`1::<character>k__BackingField
|
|
Il2CppChar ___U3CcharacterU3Ek__BackingField_19;
|
|
// UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::<keyCode>k__BackingField
|
|
int32_t ___U3CkeyCodeU3Ek__BackingField_20;
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyboardEventBase`1<System.Object>
|
|
struct KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C : public EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// System.Char UnityEngine.UIElements.KeyboardEventBase`1::<character>k__BackingField
|
|
Il2CppChar ___U3CcharacterU3Ek__BackingField_19;
|
|
// UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::<keyCode>k__BackingField
|
|
int32_t ___U3CkeyCodeU3Ek__BackingField_20;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>
|
|
struct MouseEventBase_1_t5ED96675A2B42789E87132B5B4AE0102E645AA9B : public EventBase_1_t49DA49F09B95959C5E19486DC83822D8DAFB72CB
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>
|
|
struct MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E : public EventBase_1_tFF13D0B80B4CBC6B9B6101B69E3A38EDB7D7A53E
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>
|
|
struct MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF : public EventBase_1_t3863B2426C83CF34F5037FA191495E8B16EDFF6C
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>
|
|
struct MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087 : public EventBase_1_t3CD372C353265503211D0A03178379DA3D8C7086
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>
|
|
struct MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8 : public EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>
|
|
struct MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303 : public EventBase_1_t17411A14F7A082E3C14EEADDE1585D1A60254BC3
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>
|
|
struct MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6 : public EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>
|
|
struct MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067 : public EventBase_1_tFF5ADBE25C7FD2806CE67DEAAA69B7AAACA73531
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>
|
|
struct MouseEventBase_1_t8CFFFFBC092D11B6F52D25C2E177074C0CC59945 : public EventBase_1_t96FB7E88831163AE4AFA79A213CB7BBA6200DD94
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>
|
|
struct MouseEventBase_1_t953A98054E7AFA8FD043BFDA1CFBB6160E06EBC2 : public EventBase_1_t96C244E548BB513A57632B73B292C7E7C1CC404D
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>
|
|
struct MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83 : public EventBase_1_t9ED9D70674CFE9504A67746757FB582440278391
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<System.Object>
|
|
struct MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228 : public EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>
|
|
struct MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8 : public EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9
|
|
{
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmousePositionU3Ek__BackingField_19;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<localMousePosition>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ClocalMousePositionU3Ek__BackingField_20;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::<mouseDelta>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmouseDeltaU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_22;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_23;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_24;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_triggeredByOSU3Ek__BackingField_25;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.recomputeTopElementUnderMouse>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IMouseEventInternal_recomputeTopElementUnderMouseU3Ek__BackingField_26;
|
|
// UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.MouseEventBase`1::<UnityEngine.UIElements.IMouseEventInternal.sourcePointerEvent>k__BackingField
|
|
RuntimeObject* ___U3CUnityEngine_UIElements_IMouseEventInternal_sourcePointerEventU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationCancelEvent>
|
|
struct NavigationEventBase_1_t7F8A7ED2852A570BAEE97B2620A0569C74E91022 : public EventBase_1_t06692607D03E5B5F275B33C5EACCE075D1C2AB05
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationMoveEvent>
|
|
struct NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31 : public EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationSubmitEvent>
|
|
struct NavigationEventBase_1_t141648AE09CFA7BADDE9BDF1DF9CA2777D82DA87 : public EventBase_1_tF3176CA51B64DBB3010435BA1986B05039647C37
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationTabEvent>
|
|
struct NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939 : public EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.AttachToPanelEvent>
|
|
struct PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3 : public EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22
|
|
{
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::<originPanel>k__BackingField
|
|
RuntimeObject* ___U3CoriginPanelU3Ek__BackingField_18;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::<destinationPanel>k__BackingField
|
|
RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.DetachFromPanelEvent>
|
|
struct PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39 : public EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6
|
|
{
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::<originPanel>k__BackingField
|
|
RuntimeObject* ___U3CoriginPanelU3Ek__BackingField_18;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PanelChangedEventBase`1::<destinationPanel>k__BackingField
|
|
RuntimeObject* ___U3CdestinationPanelU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>
|
|
struct PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124 : public EventBase_1_t8C644CD99134CBBFDB84260302CD495995488415
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<System.Object>
|
|
struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F : public EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>
|
|
struct PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7 : public EventBase_1_tB8AF17419B0E6B39E32F8925FCA535F5CF5C79D2
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>
|
|
struct PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9 : public EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>
|
|
struct PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6 : public EventBase_1_t1D0AAEBCAF4B558F0F7FDDA7060BF68A5C648C10
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>
|
|
struct PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE : public EventBase_1_t6C339E78DC90E37A13879F0EF1449D7E9412953C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>
|
|
struct PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B : public EventBase_1_t4941B5AE834AA028696C83756491CE8884F30DDE
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>
|
|
struct PointerEventBase_1_t33EFDCA6FF8E804893DB7207C86CCB0F444D18CB : public EventBase_1_tD501482DA0C705071241B3F48D0782E9B5188854
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>
|
|
struct PointerEventBase_1_t793D0418D3A027331899231F3AF583DE8B4791CC : public EventBase_1_tB0C64467E85CE95C90E60DB69E1D0B004FFB1A33
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerStationaryEvent>
|
|
struct PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A : public EventBase_1_tC17F382C71F6951079D81E77988E6FEE8996FC5C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>
|
|
struct PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496 : public EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pointerId>k__BackingField
|
|
int32_t ___U3CpointerIdU3Ek__BackingField_18;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1::<pointerType>k__BackingField
|
|
String_t* ___U3CpointerTypeU3Ek__BackingField_19;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<isPrimary>k__BackingField
|
|
bool ___U3CisPrimaryU3Ek__BackingField_20;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<button>k__BackingField
|
|
int32_t ___U3CbuttonU3Ek__BackingField_21;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<pressedButtons>k__BackingField
|
|
int32_t ___U3CpressedButtonsU3Ek__BackingField_22;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<position>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CpositionU3Ek__BackingField_23;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<localPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3ClocalPositionU3Ek__BackingField_24;
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.PointerEventBase`1::<deltaPosition>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaPositionU3Ek__BackingField_25;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<deltaTime>k__BackingField
|
|
float ___U3CdeltaTimeU3Ek__BackingField_26;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1::<clickCount>k__BackingField
|
|
int32_t ___U3CclickCountU3Ek__BackingField_27;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<pressure>k__BackingField
|
|
float ___U3CpressureU3Ek__BackingField_28;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<tangentialPressure>k__BackingField
|
|
float ___U3CtangentialPressureU3Ek__BackingField_29;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<altitudeAngle>k__BackingField
|
|
float ___U3CaltitudeAngleU3Ek__BackingField_30;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<azimuthAngle>k__BackingField
|
|
float ___U3CazimuthAngleU3Ek__BackingField_31;
|
|
// System.Single UnityEngine.UIElements.PointerEventBase`1::<twist>k__BackingField
|
|
float ___U3CtwistU3Ek__BackingField_32;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radius>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_33;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerEventBase`1::<radiusVariance>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_34;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.PointerEventBase`1::<modifiers>k__BackingField
|
|
int32_t ___U3CmodifiersU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.triggeredByOS>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_triggeredByOSU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.PointerEventBase`1::<UnityEngine.UIElements.IPointerEventInternal.recomputeTopElementUnderPointer>k__BackingField
|
|
bool ___U3CUnityEngine_UIElements_IPointerEventInternal_recomputeTopElementUnderPointerU3Ek__BackingField_37;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionCancelEvent>
|
|
struct TransitionEventBase_1_t0AAD21652882D2FCF19FCF0C4347DC161E413130 : public EventBase_1_tF0143A54530AEDF93FEB87C6CBA6FF7FB02BF1A1
|
|
{
|
|
// UnityEngine.UIElements.StylePropertyNameCollection UnityEngine.UIElements.TransitionEventBase`1::<stylePropertyNames>k__BackingField
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312 ___U3CstylePropertyNamesU3Ek__BackingField_18;
|
|
// System.Double UnityEngine.UIElements.TransitionEventBase`1::<elapsedTime>k__BackingField
|
|
double ___U3CelapsedTimeU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionEndEvent>
|
|
struct TransitionEventBase_1_tE4425184474B0AA7732182D0294F0960A51DEAC4 : public EventBase_1_t19FCA0E562C449FA0A2FA0053E97568D4B389A56
|
|
{
|
|
// UnityEngine.UIElements.StylePropertyNameCollection UnityEngine.UIElements.TransitionEventBase`1::<stylePropertyNames>k__BackingField
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312 ___U3CstylePropertyNamesU3Ek__BackingField_18;
|
|
// System.Double UnityEngine.UIElements.TransitionEventBase`1::<elapsedTime>k__BackingField
|
|
double ___U3CelapsedTimeU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionRunEvent>
|
|
struct TransitionEventBase_1_t297898456ECA9E8B0FE5C4821C0FD1C2CEFA86AC : public EventBase_1_t4F23137036FDF513830C85C5F8B2BF3A0E146A0F
|
|
{
|
|
// UnityEngine.UIElements.StylePropertyNameCollection UnityEngine.UIElements.TransitionEventBase`1::<stylePropertyNames>k__BackingField
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312 ___U3CstylePropertyNamesU3Ek__BackingField_18;
|
|
// System.Double UnityEngine.UIElements.TransitionEventBase`1::<elapsedTime>k__BackingField
|
|
double ___U3CelapsedTimeU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionStartEvent>
|
|
struct TransitionEventBase_1_t1FB26EAAAF9B2F0657560F33B4BB75695CAF7579 : public EventBase_1_t90E610023DACA9D4D888599D2E1B536299CE9098
|
|
{
|
|
// UnityEngine.UIElements.StylePropertyNameCollection UnityEngine.UIElements.TransitionEventBase`1::<stylePropertyNames>k__BackingField
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312 ___U3CstylePropertyNamesU3Ek__BackingField_18;
|
|
// System.Double UnityEngine.UIElements.TransitionEventBase`1::<elapsedTime>k__BackingField
|
|
double ___U3CelapsedTimeU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.BaseRuntimePanel
|
|
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4 : public Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9
|
|
{
|
|
// UnityEngine.GameObject UnityEngine.UIElements.BaseRuntimePanel::m_SelectableGameObject
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_SelectableGameObject_46;
|
|
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::m_RuntimePanelCreationIndex
|
|
int32_t ___m_RuntimePanelCreationIndex_48;
|
|
// System.Single UnityEngine.UIElements.BaseRuntimePanel::m_SortingPriority
|
|
float ___m_SortingPriority_49;
|
|
// System.Action UnityEngine.UIElements.BaseRuntimePanel::destroyed
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___destroyed_50;
|
|
// UnityEngine.Shader UnityEngine.UIElements.BaseRuntimePanel::m_StandardWorldSpaceShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardWorldSpaceShader_51;
|
|
// System.Boolean UnityEngine.UIElements.BaseRuntimePanel::m_DrawToCameras
|
|
bool ___m_DrawToCameras_52;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.BaseRuntimePanel::targetTexture
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture_53;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.BaseRuntimePanel::panelToWorld
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___panelToWorld_54;
|
|
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::<targetDisplay>k__BackingField
|
|
int32_t ___U3CtargetDisplayU3Ek__BackingField_55;
|
|
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::m_ScreenToPanelSpace
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___m_ScreenToPanelSpace_57;
|
|
};
|
|
|
|
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::s_CurrentRuntimePanelCounter
|
|
int32_t ___s_CurrentRuntimePanelCounter_47;
|
|
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::DefaultScreenToPanelSpace
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___DefaultScreenToPanelSpace_56;
|
|
};
|
|
|
|
// UnityEngine.UIElements.CustomStyleResolvedEvent
|
|
struct CustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6 : public EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.GeometryChangedEvent
|
|
struct GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A : public EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E
|
|
{
|
|
// UnityEngine.Rect UnityEngine.UIElements.GeometryChangedEvent::<oldRect>k__BackingField
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3ColdRectU3Ek__BackingField_18;
|
|
// UnityEngine.Rect UnityEngine.UIElements.GeometryChangedEvent::<newRect>k__BackingField
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3CnewRectU3Ek__BackingField_19;
|
|
// System.Int32 UnityEngine.UIElements.GeometryChangedEvent::<layoutPass>k__BackingField
|
|
int32_t ___U3ClayoutPassU3Ek__BackingField_20;
|
|
};
|
|
|
|
// UnityEngine.UIElements.IMGUIEvent
|
|
struct IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5 : public EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD
|
|
{
|
|
};
|
|
|
|
// UnityEngine.MonoBehaviour
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChain
|
|
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::m_FirstCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_FirstCommand_0;
|
|
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking UnityEngine.UIElements.UIR.RenderChain::m_DirtyTracker
|
|
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4 ___m_DirtyTracker_1;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain::m_CommandPool
|
|
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* ___m_CommandPool_2;
|
|
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChain::m_TexturePool
|
|
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* ___m_TexturePool_3;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData> UnityEngine.UIElements.UIR.RenderChain::m_RenderNodesData
|
|
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* ___m_RenderNodesData_4;
|
|
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultShader_5;
|
|
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultWorldSpaceShader_6;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultMat
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultMat_7;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceMat
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultWorldSpaceMat_8;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_BlockDirtyRegistration
|
|
bool ___m_BlockDirtyRegistration_9;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_StaticIndex
|
|
int32_t ___m_StaticIndex_10;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_ActiveRenderNodes
|
|
int32_t ___m_ActiveRenderNodes_11;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_CustomMaterialCommands
|
|
int32_t ___m_CustomMaterialCommands_12;
|
|
// UnityEngine.UIElements.UIR.ChainBuilderStats UnityEngine.UIElements.UIR.RenderChain::m_Stats
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C ___m_Stats_13;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsAdded
|
|
uint32_t ___m_StatsElementsAdded_14;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsRemoved
|
|
uint32_t ___m_StatsElementsRemoved_15;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::m_FirstTextElement
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_FirstTextElement_16;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter UnityEngine.UIElements.UIR.RenderChain::m_TextUpdatePainter
|
|
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___m_TextUpdatePainter_17;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_TextElementCount
|
|
int32_t ___m_TextElementCount_18;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextStartIndex
|
|
int32_t ___m_DirtyTextStartIndex_19;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextRemaining
|
|
int32_t ___m_DirtyTextRemaining_20;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_FontWasReset
|
|
bool ___m_FontWasReset_21;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2> UnityEngine.UIElements.UIR.RenderChain::m_LastGroupTransformElementScale
|
|
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* ___m_LastGroupTransformElementScale_22;
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.UIR.RenderChain::m_TextureRegistry
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___m_TextureRegistry_23;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_31;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::<panel>k__BackingField
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CpanelU3Ek__BackingField_33;
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::<device>k__BackingField
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___U3CdeviceU3Ek__BackingField_34;
|
|
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::<atlas>k__BackingField
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___U3CatlasU3Ek__BackingField_35;
|
|
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::<vectorImageManager>k__BackingField
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___U3CvectorImageManagerU3Ek__BackingField_36;
|
|
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator UnityEngine.UIElements.UIR.RenderChain::shaderInfoAllocator
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF ___shaderInfoAllocator_37;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::<painter>k__BackingField
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___U3CpainterU3Ek__BackingField_38;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawStats>k__BackingField
|
|
bool ___U3CdrawStatsU3Ek__BackingField_39;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawInCameras>k__BackingField
|
|
bool ___U3CdrawInCamerasU3Ek__BackingField_40;
|
|
};
|
|
|
|
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerProcess
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerProcess_24;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerClipProcessing
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerClipProcessing_25;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerOpacityProcessing
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerOpacityProcessing_26;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerColorsProcessing
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerColorsProcessing_27;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTransformProcessing
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTransformProcessing_28;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerVisualsProcessing
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerVisualsProcessing_29;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTextRegen
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTextRegen_30;
|
|
// System.Action UnityEngine.UIElements.UIR.RenderChain::OnPreRender
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnPreRender_32;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ThemeStyleSheet
|
|
struct ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553 : public StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TooltipEvent
|
|
struct TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187 : public EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C
|
|
{
|
|
// System.String UnityEngine.UIElements.TooltipEvent::<tooltip>k__BackingField
|
|
String_t* ___U3CtooltipU3Ek__BackingField_18;
|
|
// UnityEngine.Rect UnityEngine.UIElements.TooltipEvent::<rect>k__BackingField
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3CrectU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.runningAnimationCount>k__BackingField
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField_6;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.completedAnimationCount>k__BackingField
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField_7;
|
|
// System.String UnityEngine.UIElements.VisualElement::m_Name
|
|
String_t* ___m_Name_12;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::m_ClassList
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList_13;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>> UnityEngine.UIElements.VisualElement::m_PropertyBag
|
|
List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260* ___m_PropertyBag_14;
|
|
// UnityEngine.UIElements.VisualElementFlags UnityEngine.UIElements.VisualElement::m_Flags
|
|
int32_t ___m_Flags_15;
|
|
// System.String UnityEngine.UIElements.VisualElement::m_ViewDataKey
|
|
String_t* ___m_ViewDataKey_16;
|
|
// UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::m_RenderHints
|
|
int32_t ___m_RenderHints_17;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastLayout
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout_18;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastPseudoPadding
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding_19;
|
|
// UnityEngine.UIElements.UIR.RenderChainVEData UnityEngine.UIElements.VisualElement::renderChainData
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData_20;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout_21;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox_22;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox_23;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache_24;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache_25;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClip
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip_26;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClipMinusGroup
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup_27;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::m_WorldClipIsInfinite
|
|
bool ___m_WorldClipIsInfinite_28;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::triggerPseudoMask
|
|
int32_t ___triggerPseudoMask_30;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::dependencyPseudoMask
|
|
int32_t ___dependencyPseudoMask_31;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates
|
|
int32_t ___m_PseudoStates_32;
|
|
// UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::<pickingMode>k__BackingField
|
|
int32_t ___U3CpickingModeU3Ek__BackingField_33;
|
|
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::<yogaNode>k__BackingField
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___U3CyogaNodeU3Ek__BackingField_34;
|
|
// UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::m_Style
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style_35;
|
|
// UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualElement::variableContext
|
|
StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_36;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::inheritedStylesHash
|
|
int32_t ___inheritedStylesHash_37;
|
|
// System.UInt32 UnityEngine.UIElements.VisualElement::controlid
|
|
uint32_t ___controlid_38;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount
|
|
int32_t ___imguiContainerDescendantCount_39;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<enabledSelf>k__BackingField
|
|
bool ___U3CenabledSelfU3Ek__BackingField_40;
|
|
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext> UnityEngine.UIElements.VisualElement::<generateVisualContent>k__BackingField
|
|
Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField_41;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.VisualElement::k_GenerateVisualContentMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker_42;
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::m_SubRenderTargetMode
|
|
int32_t ___m_SubRenderTargetMode_43;
|
|
// UnityEngine.Material UnityEngine.UIElements.VisualElement::m_defaultMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial_45;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate> UnityEngine.UIElements.VisualElement::m_RunningAnimations
|
|
List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations_46;
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::<hierarchy>k__BackingField
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField_48;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isRootVisualContainer>k__BackingField
|
|
bool ___U3CisRootVisualContainerU3Ek__BackingField_49;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<cacheAsBitmap>k__BackingField
|
|
bool ___U3CcacheAsBitmapU3Ek__BackingField_50;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent_51;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_LogicalParent
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent_52;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::m_Children
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children_54;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::<elementPanel>k__BackingField
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField_55;
|
|
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.VisualElement::m_VisualTreeAssetSource
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource_56;
|
|
// UnityEngine.UIElements.InlineStyleAccess UnityEngine.UIElements.VisualElement::inlineStyleAccess
|
|
InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess_58;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet> UnityEngine.UIElements.VisualElement::styleSheetList
|
|
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList_59;
|
|
// UnityEngine.UIElements.VisualElement/TypeData UnityEngine.UIElements.VisualElement::m_TypeData
|
|
TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData_63;
|
|
};
|
|
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields
|
|
{
|
|
// System.UInt32 UnityEngine.UIElements.VisualElement::s_NextId
|
|
uint32_t ___s_NextId_8;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::s_EmptyClassList
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList_9;
|
|
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::userDataPropertyKey
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey_10;
|
|
// System.String UnityEngine.UIElements.VisualElement::disabledUssClassName
|
|
String_t* ___disabledUssClassName_11;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::s_InfiniteRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___s_InfiniteRect_29;
|
|
// UnityEngine.Material UnityEngine.UIElements.VisualElement::s_runtimeMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial_44;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::s_EmptyList
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList_53;
|
|
// UnityEngine.UIElements.VisualElement/CustomStyleAccess UnityEngine.UIElements.VisualElement::s_CustomStyleAccess
|
|
CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess_57;
|
|
// System.Text.RegularExpressions.Regex UnityEngine.UIElements.VisualElement::s_InternalStyleSheetPath
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath_60;
|
|
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::tooltipPropertyKey
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey_61;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData> UnityEngine.UIElements.VisualElement::s_TypeData
|
|
Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData_62;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
struct Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB
|
|
{
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName> UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::m_Enumerator
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___m_Enumerator_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
struct Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_pinvoke
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___m_Enumerator_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
struct Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_com
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___m_Enumerator_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.AttachToPanelEvent
|
|
struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28 : public PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.BindableElement
|
|
struct BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C : public VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115
|
|
{
|
|
// UnityEngine.UIElements.IBinding UnityEngine.UIElements.BindableElement::<binding>k__BackingField
|
|
RuntimeObject* ___U3CbindingU3Ek__BackingField_64;
|
|
// System.String UnityEngine.UIElements.BindableElement::<bindingPath>k__BackingField
|
|
String_t* ___U3CbindingPathU3Ek__BackingField_65;
|
|
};
|
|
|
|
// UnityEngine.UIElements.ClickEvent
|
|
struct ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318 : public PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.ContextClickEvent
|
|
struct ContextClickEvent_t06F36D1ACA5C8390D5085158C7D7C1BCF9549EA3 : public MouseEventBase_1_t5ED96675A2B42789E87132B5B4AE0102E645AA9B
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.ContextualMenuPopulateEvent
|
|
struct ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB : public MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E
|
|
{
|
|
// UnityEngine.UIElements.DropdownMenu UnityEngine.UIElements.ContextualMenuPopulateEvent::<menu>k__BackingField
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ___U3CmenuU3Ek__BackingField_28;
|
|
// UnityEngine.UIElements.EventBase UnityEngine.UIElements.ContextualMenuPopulateEvent::<triggerEvent>k__BackingField
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___U3CtriggerEventU3Ek__BackingField_29;
|
|
// UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.ContextualMenuPopulateEvent::m_ContextualMenuManager
|
|
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___m_ContextualMenuManager_30;
|
|
};
|
|
|
|
// UnityEngine.UIElements.DetachFromPanelEvent
|
|
struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496 : public PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.IMGUIContainer
|
|
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26 : public VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115
|
|
{
|
|
// System.Action UnityEngine.UIElements.IMGUIContainer::m_OnGUIHandler
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnGUIHandler_64;
|
|
// UnityEngine.ObjectGUIState UnityEngine.UIElements.IMGUIContainer::m_ObjectGUIState
|
|
ObjectGUIState_t7BE88DC8B9C7187A77D63BBCBE9DB7B674863C15* ___m_ObjectGUIState_65;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::useOwnerObjectGUIState
|
|
bool ___useOwnerObjectGUIState_66;
|
|
// UnityEngine.Rect UnityEngine.UIElements.IMGUIContainer::<lastWorldClip>k__BackingField
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___U3ClastWorldClipU3Ek__BackingField_67;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::m_CullingEnabled
|
|
bool ___m_CullingEnabled_68;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::m_IsFocusDelegated
|
|
bool ___m_IsFocusDelegated_69;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::m_RefreshCachedLayout
|
|
bool ___m_RefreshCachedLayout_70;
|
|
// UnityEngine.GUILayoutUtility/LayoutCache UnityEngine.UIElements.IMGUIContainer::m_Cache
|
|
LayoutCache_tF844B2FAD6933B78FD5EFEBDE0529BCBAC19BA60* ___m_Cache_71;
|
|
// UnityEngine.Rect UnityEngine.UIElements.IMGUIContainer::m_CachedClippingRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_CachedClippingRect_72;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.IMGUIContainer::m_CachedTransform
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CachedTransform_73;
|
|
// UnityEngine.UIElements.ContextType UnityEngine.UIElements.IMGUIContainer::<contextType>k__BackingField
|
|
int32_t ___U3CcontextTypeU3Ek__BackingField_74;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::lostFocus
|
|
bool ___lostFocus_75;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::receivedFocus
|
|
bool ___receivedFocus_76;
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.IMGUIContainer::focusChangeDirection
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___focusChangeDirection_77;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::hasFocusableControls
|
|
bool ___hasFocusableControls_78;
|
|
// System.Int32 UnityEngine.UIElements.IMGUIContainer::newKeyboardFocusControlID
|
|
int32_t ___newKeyboardFocusControlID_79;
|
|
// System.Boolean UnityEngine.UIElements.IMGUIContainer::<focusOnlyIfHasFocusableControls>k__BackingField
|
|
bool ___U3CfocusOnlyIfHasFocusableControlsU3Ek__BackingField_80;
|
|
// UnityEngine.UIElements.IMGUIContainer/GUIGlobals UnityEngine.UIElements.IMGUIContainer::m_GUIGlobals
|
|
GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10 ___m_GUIGlobals_84;
|
|
};
|
|
|
|
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.IMGUIContainer::ussClassName
|
|
String_t* ___ussClassName_81;
|
|
// System.String UnityEngine.UIElements.IMGUIContainer::ussFoldoutChildDepthClassName
|
|
String_t* ___ussFoldoutChildDepthClassName_82;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.IMGUIContainer::ussFoldoutChildDepthClassNames
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___ussFoldoutChildDepthClassNames_83;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.IMGUIContainer::k_OnGUIMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_OnGUIMarker_85;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.IMGUIContainer::k_ImmediateCallbackMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ImmediateCallbackMarker_86;
|
|
// UnityEngine.Event UnityEngine.UIElements.IMGUIContainer::s_DefaultMeasureEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_DefaultMeasureEvent_87;
|
|
// UnityEngine.Event UnityEngine.UIElements.IMGUIContainer::s_MeasureEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_MeasureEvent_88;
|
|
// UnityEngine.Event UnityEngine.UIElements.IMGUIContainer::s_CurrentEvent
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_CurrentEvent_89;
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyDownEvent
|
|
struct KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C : public KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.KeyUpEvent
|
|
struct KeyUpEvent_tA037C42AEA6A8E0919BA60BD796B3AD1DA506394 : public KeyboardEventBase_1_t057EEE9439ED114E0F32C5C41075AD72A3E978DD
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseDownEvent
|
|
struct MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD : public MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEnterEvent
|
|
struct MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E : public MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseEnterWindowEvent
|
|
struct MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6 : public MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseLeaveEvent
|
|
struct MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9 : public MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseLeaveWindowEvent
|
|
struct MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7 : public MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseMoveEvent
|
|
struct MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5 : public MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseOutEvent
|
|
struct MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD : public MouseEventBase_1_t8CFFFFBC092D11B6F52D25C2E177074C0CC59945
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseOverEvent
|
|
struct MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2 : public MouseEventBase_1_t953A98054E7AFA8FD043BFDA1CFBB6160E06EBC2
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MouseUpEvent
|
|
struct MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811 : public MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationCancelEvent
|
|
struct NavigationCancelEvent_tB8811EBDC85FD365D1034AEA30F07CBC3161E59E : public NavigationEventBase_1_t7F8A7ED2852A570BAEE97B2620A0569C74E91022
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationMoveEvent
|
|
struct NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF : public NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31
|
|
{
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction UnityEngine.UIElements.NavigationMoveEvent::<direction>k__BackingField
|
|
int32_t ___U3CdirectionU3Ek__BackingField_18;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.NavigationMoveEvent::<move>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CmoveU3Ek__BackingField_19;
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationSubmitEvent
|
|
struct NavigationSubmitEvent_t193DCBDB6CBC8FF9F0A545B48962188505665BB1 : public NavigationEventBase_1_t141648AE09CFA7BADDE9BDF1DF9CA2777D82DA87
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.NavigationTabEvent
|
|
struct NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7 : public NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939
|
|
{
|
|
// UnityEngine.UIElements.NavigationTabEvent/Direction UnityEngine.UIElements.NavigationTabEvent::<direction>k__BackingField
|
|
int32_t ___U3CdirectionU3Ek__BackingField_18;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerCancelEvent
|
|
struct PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51 : public PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerDownEvent
|
|
struct PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51 : public PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerEnterEvent
|
|
struct PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB : public PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerLeaveEvent
|
|
struct PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84 : public PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerMoveEvent
|
|
struct PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3 : public PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.PointerMoveEvent::<isHandledByDraggable>k__BackingField
|
|
bool ___U3CisHandledByDraggableU3Ek__BackingField_38;
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerOutEvent
|
|
struct PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5 : public PointerEventBase_1_t33EFDCA6FF8E804893DB7207C86CCB0F444D18CB
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerOverEvent
|
|
struct PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9 : public PointerEventBase_1_t793D0418D3A027331899231F3AF583DE8B4791CC
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerStationaryEvent
|
|
struct PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A : public PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.PointerUpEvent
|
|
struct PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9 : public PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.RuntimePanel
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346 : public BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4
|
|
{
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.RuntimePanel::m_PanelSettings
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___m_PanelSettings_59;
|
|
};
|
|
|
|
struct RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.RuntimePanel::s_EventDispatcher
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___s_EventDispatcher_58;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionCancelEvent
|
|
struct TransitionCancelEvent_t74AA81A33FC7DA4C0E6E22C5D16B7BC51C94CF69 : public TransitionEventBase_1_t0AAD21652882D2FCF19FCF0C4347DC161E413130
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionEndEvent
|
|
struct TransitionEndEvent_t0795C167FC14C0B97AFB54CCC2E34639ED85CCDD : public TransitionEventBase_1_tE4425184474B0AA7732182D0294F0960A51DEAC4
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionRunEvent
|
|
struct TransitionRunEvent_t66B0D9314D2E48D69E5848848B085655F02BF1AF : public TransitionEventBase_1_t297898456ECA9E8B0FE5C4821C0FD1C2CEFA86AC
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TransitionStartEvent
|
|
struct TransitionStartEvent_t1DCCFED2B1D4744B1884EEF23EF75A03B8D2E5DF : public TransitionEventBase_1_t1FB26EAAAF9B2F0657560F33B4BB75695CAF7579
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIDocument
|
|
struct UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIDocument::m_UIDocumentCreationIndex
|
|
int32_t ___m_UIDocumentCreationIndex_8;
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.UIDocument::m_PanelSettings
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___m_PanelSettings_9;
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.UIDocument::m_PreviousPanelSettings
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___m_PreviousPanelSettings_10;
|
|
// UnityEngine.UIElements.UIDocument UnityEngine.UIElements.UIDocument::m_ParentUI
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___m_ParentUI_11;
|
|
// UnityEngine.UIElements.UIDocumentList UnityEngine.UIElements.UIDocument::m_ChildrenContent
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* ___m_ChildrenContent_12;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument> UnityEngine.UIElements.UIDocument::m_ChildrenContentCopy
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* ___m_ChildrenContentCopy_13;
|
|
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.UIDocument::sourceAsset
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___sourceAsset_14;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIDocument::m_RootVisualElement
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_RootVisualElement_15;
|
|
// System.Int32 UnityEngine.UIElements.UIDocument::m_FirstChildInsertIndex
|
|
int32_t ___m_FirstChildInsertIndex_16;
|
|
// System.Single UnityEngine.UIElements.UIDocument::m_SortingOrder
|
|
float ___m_SortingOrder_17;
|
|
};
|
|
|
|
struct UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIDocument::s_CurrentUIDocumentCounter
|
|
int32_t ___s_CurrentUIDocumentCounter_7;
|
|
};
|
|
|
|
// UnityEngine.UIElements.WheelEvent
|
|
struct WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E : public MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.WheelEvent::<delta>k__BackingField
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CdeltaU3Ek__BackingField_28;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TemplateContainer
|
|
struct TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2 : public BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C
|
|
{
|
|
// System.String UnityEngine.UIElements.TemplateContainer::<templateId>k__BackingField
|
|
String_t* ___U3CtemplateIdU3Ek__BackingField_66;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.TemplateContainer::m_ContentContainer
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_ContentContainer_67;
|
|
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.TemplateContainer::m_TemplateSource
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_TemplateSource_68;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextElement
|
|
struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0 : public BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C
|
|
{
|
|
// UnityEngine.UIElements.ITextHandle UnityEngine.UIElements.TextElement::m_TextHandle
|
|
RuntimeObject* ___m_TextHandle_67;
|
|
// System.String UnityEngine.UIElements.TextElement::m_Text
|
|
String_t* ___m_Text_69;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::m_EnableRichText
|
|
bool ___m_EnableRichText_70;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::m_DisplayTooltipWhenElided
|
|
bool ___m_DisplayTooltipWhenElided_71;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::<isElided>k__BackingField
|
|
bool ___U3CisElidedU3Ek__BackingField_72;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::m_WasElided
|
|
bool ___m_WasElided_74;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::m_UpdateTextParams
|
|
bool ___m_UpdateTextParams_75;
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/TextParams UnityEngine.UIElements.TextElement::m_TextParams
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___m_TextParams_76;
|
|
// System.Int32 UnityEngine.UIElements.TextElement::m_PreviousTextParamsHashCode
|
|
int32_t ___m_PreviousTextParamsHashCode_77;
|
|
};
|
|
|
|
struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_StaticFields
|
|
{
|
|
// System.String UnityEngine.UIElements.TextElement::ussClassName
|
|
String_t* ___ussClassName_66;
|
|
// System.Int32 UnityEngine.UIElements.TextElement::maxTextVertices
|
|
int32_t ___maxTextVertices_68;
|
|
// System.String UnityEngine.UIElements.TextElement::k_EllipsisText
|
|
String_t* ___k_EllipsisText_73;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.UIElements.PointerDeviceState/PointerLocation[]
|
|
struct PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6 m_Items[1];
|
|
|
|
inline PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CPanelU3Ek__BackingField_1), (void*)NULL);
|
|
}
|
|
inline PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CPanelU3Ek__BackingField_1), (void*)NULL);
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Display[]
|
|
struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* m_Items[1];
|
|
|
|
inline Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.UIDocument[]
|
|
struct UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* m_Items[1];
|
|
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row[]
|
|
struct RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Row_t13B978986DAB62CA9755501639C69AE85BB5D688* m_Items[1];
|
|
|
|
inline Row_t13B978986DAB62CA9755501639C69AE85BB5D688* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Row_t13B978986DAB62CA9755501639C69AE85BB5D688** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Row_t13B978986DAB62CA9755501639C69AE85BB5D688* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Row_t13B978986DAB62CA9755501639C69AE85BB5D688* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Row_t13B978986DAB62CA9755501639C69AE85BB5D688** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Row_t13B978986DAB62CA9755501639C69AE85BB5D688* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.Vertex[]
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 m_Items[1];
|
|
|
|
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint16_t m_Items[1];
|
|
|
|
inline uint16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1];
|
|
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.TextureRegistry/TextureInfo[]
|
|
struct TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B m_Items[1];
|
|
|
|
inline TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___texture_0), (void*)NULL);
|
|
}
|
|
inline TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___texture_0), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke_back(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_pinvoke_cleanup(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com_back(const FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled, FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C& unmarshaled);
|
|
IL2CPP_EXTERN_C void FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshal_com_cleanup(FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com& marshaled);
|
|
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::get_modifiers()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyboardEventBase_1_get_modifiers_m3854A98D9AB58D771AA688360DB63B5D22DEA9DE_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method) ;
|
|
// System.Char UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::get_character()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar KeyboardEventBase_1_get_character_mA9CEB62FCAB60DB09B83D5502FE84DE4B70D3727_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::get_keyCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyboardEventBase_1_get_keyCode_m416D85227006AA4A4F4A20396D2291068AA4916F_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventBase_1__ctor_m58E4DB80F810EC3538D88CC0D9856AFB36D64B42_gshared (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.EventBase`1<System.Object>::GetPooled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventBase_1_GetPooled_mCAEB2F0F66DB8B32ED9EA65AC8665A84D4FEEACD_gshared (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<System.Object>::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_1_Init_mD11258015D6778B557F3DED4696BEF3335FD66C3_gshared (EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_1__ctor_m385124A7A8517F869B52108A7FC234225AFBB4A0_gshared (EventBase_1_t2B9B970022841F58172C0C783B7E1040BEF85AC1* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<System.Object>::TypeId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1<System.Object>::get_pressedButtons()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MouseEventBase_1_get_pressedButtons_mE1BB0319BD4FC0790C886E984B48E75000C464AC_gshared_inline (MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared (MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared (MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MouseEventBase_1_GetPooled_m8E73695C65B559F19DD86D74457202396BDA42CF_gshared (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MouseEventBase_1_GetPooled_m59E2F96FBC74BE624E649489B0CF86AA0D207624_gshared (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventBase_1_PostDispatch_m6B960FED57E8CC7841E48230254BAF12F40B4C5E_gshared (MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228* __this, RuntimeObject* ___panel0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MouseEventBase_1_GetPooled_m1505BF0EBEC23A116A233E803414B50B12434A33_gshared (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___mousePosition1, bool ___recomputeTopElementUnderMouse2, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PointerEventBase_1_GetPooled_mF42E7D3523D9DED163672F61EE8AD043543E5F2B_gshared (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position1, int32_t ___pointerId2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<System.Object>::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationEventBase_1_Init_m207A5CA6A8C3A85BE62B23B38AA3FE7ADD4C322F_gshared (NavigationEventBase_1_tBB5FE8812B706A8379B36A5C435210DBE90644EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationEventBase_1__ctor_mA5A97B1F0450883554F0B9A668C117821F0FC157_gshared (NavigationEventBase_1_tBB5FE8812B706A8379B36A5C435210DBE90644EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelChangedEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelChangedEventBase_1__ctor_m4AC8196BE117F81955496D33C8F2F07869E87897_gshared (PanelChangedEventBase_1_tBD261468FE94C0F11CE3EE232C78393DEB70F0E2* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerEventBase_1_get_pointerId_mF0B5F3F2655036A39E6ECAB56386CADBFDF1CF99_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventBase_1_PostDispatch_m55159C6FE00ECB9C36A55169DFA3EAE699EB3AC3_gshared (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, RuntimeObject* ___panel0, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1<System.Object>::get_pointerType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* PointerEventBase_1_get_pointerType_m05EB5D56224F7A7A190AAFBBD622113A7A704F7C_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.PointerEventBase`1<System.Object>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PointerEventBase_1_GetPooled_mF2EF0C63A4512264C9D63C1EA20760063A61E303_gshared (RuntimeObject* ___triggerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<System.Object>::set_clickCount(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerEventBase_1_set_clickCount_m951FFA44DA701FFDDB0784EC6EC325293D671DD0_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.ObjectPool`1<System.Object>::Get()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ObjectPool_1_Get_m8083040649293905041518C11D70D801265F2F87_gshared (ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::Release(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1_Release_m6F11856AD6B4BB632CF4268585A12AD5BA07F7EA_gshared (ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6* __this, RuntimeObject* ___element0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<System.Object>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1__ctor_m1BFAB787CE8A32532F3B2E3D4AF4B1905E0230DE_gshared (ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6* __this, int32_t ___maxSize0, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54_gshared (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220_gshared (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_gshared_inline (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D_gshared (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TransitionEventBase`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionEventBase_1__ctor_m9620CC0C2912EF596AFFE7229C4EB742A2FB048E_gshared (TransitionEventBase_1_t933635D8B03AA439D2C5DEDAB40FFEDEDD47C0DD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.KeyboardEventBase`1<System.Object>::get_shiftKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyboardEventBase_1_get_shiftKey_m251E3EA2045B05A2E7F801DD7A5A52A50ABDE1EA_gshared (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, RuntimeObject* ___item1, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Assertions.Assert::AreEqual<System.Object>(T,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_AreEqual_TisRuntimeObject_m8D81E3A8231A642313203387318070C6224B8784_gshared (RuntimeObject* ___expected0, RuntimeObject* ___actual1, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInParent<System.Object>(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Component_GetComponentsInParent_TisRuntimeObject_m28B780AC357FCF95670D111FF933290A5B13FEAB_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, bool ___includeInactive0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Assertions.Assert::IsNull<System.Object>(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_IsNull_TisRuntimeObject_m1AE33B777CC72E3C3D8702A42F61466B7BE1FA8D_gshared (RuntimeObject* ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt16>::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_gshared_inline (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___value1, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, uint16_t ___value1, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::CopyFrom(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___array0, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::CopyFrom(T[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___array0, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_gshared_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_gshared (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___index0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_gshared (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___index0, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B ___value1, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_gshared_inline (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465_gshared (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_gshared_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B ___item0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.UIElements.TextureId>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m574CD9CB329D72CEB8C6AF86FC8505866356FDC3_gshared (Dictionary_2_tD9E4A24F8EC9B8E4518103105947B4EF124299A8* __this, RuntimeObject* ___key0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___value1, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.UIElements.TextureId>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m96CE02E15D17B57DDBDCC7EBD55CBBFA6246B3BF_gshared (Dictionary_2_tD9E4A24F8EC9B8E4518103105947B4EF124299A8* __this, RuntimeObject* ___key0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* ___value1, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.UIElements.TextureId>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m665BE26F8733E3D14291F63422375AD56A5CBA47_gshared (Dictionary_2_tD9E4A24F8EC9B8E4518103105947B4EF124299A8* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::Push(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922_gshared (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___item0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646_gshared (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.UIElements.TextureId>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6A68FE85D547536512A7C67235439ADC4F73C425_gshared (Dictionary_2_tD9E4A24F8EC9B8E4518103105947B4EF124299A8* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE_gshared (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method) ;
|
|
|
|
// UnityEngine.Event UnityEngine.UIElements.EventBase::get_imguiEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Event::CopyFrom(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_CopyFrom_m2F9B9704FBE156C5D58FF630F7968568C19821F5 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___e0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Event::set_type(UnityEngine.EventType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_type_m16D35A8AF665F4A73A447F9EE7CA36963F34FEC2 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_modifiers()
|
|
inline int32_t KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_inline (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA*, const RuntimeMethod*))KeyboardEventBase_1_get_modifiers_m3854A98D9AB58D771AA688360DB63B5D22DEA9DE_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Event::set_modifiers(UnityEngine.EventModifiers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_modifiers_m879319643B5CD23F3223AB8E835C8ABCD3DA72FB (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Char UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_character()
|
|
inline Il2CppChar KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_inline (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Il2CppChar (*) (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA*, const RuntimeMethod*))KeyboardEventBase_1_get_character_mA9CEB62FCAB60DB09B83D5502FE84DE4B70D3727_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Event::set_character(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_character_mA159F1742FD9EA968F32556C5FE1A2401069BAF5 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_keyCode()
|
|
inline int32_t KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_inline (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA*, const RuntimeMethod*))KeyboardEventBase_1_get_keyCode_m416D85227006AA4A4F4A20396D2291068AA4916F_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.Event::set_keyCode(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_keyCode_m698D040F2EE0BE55B1B06A3FD865CC0A5D7B1168 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::.ctor()
|
|
inline void KeyboardEventBase_1__ctor_m81B4CAFCE183DB45ACDB9AF0319476AF0CD969CB (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA*, const RuntimeMethod*))KeyboardEventBase_1__ctor_m58E4DB80F810EC3538D88CC0D9856AFB36D64B42_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyUpEvent>::.ctor()
|
|
inline void KeyboardEventBase_1__ctor_m5DEEB4213631D80690A19ED45C5602BC705CA346 (KeyboardEventBase_1_t057EEE9439ED114E0F32C5C41075AD72A3E978DD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyboardEventBase_1_t057EEE9439ED114E0F32C5C41075AD72A3E978DD*, const RuntimeMethod*))KeyboardEventBase_1__ctor_m58E4DB80F810EC3538D88CC0D9856AFB36D64B42_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.GeometryChangedEvent>::GetPooled()
|
|
inline GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* EventBase_1_GetPooled_m07E6C64037FE9505A185977AB65BFBA5A44E725B (const RuntimeMethod* method)
|
|
{
|
|
return (( GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* (*) (const RuntimeMethod*))EventBase_1_GetPooled_mCAEB2F0F66DB8B32ED9EA65AC8665A84D4FEEACD_gshared)(method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_oldRect(UnityEngine.Rect)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_oldRect_mEA782D77A997652976CE3517396F2D8973A41742_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_newRect(UnityEngine.Rect)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_newRect_m3F885B6343894840429DACBBBA8BDFE6CDB78F52_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.GeometryChangedEvent>::Init()
|
|
inline void EventBase_1_Init_m1F5590060695388CE63D493F277EB7FB86E3D0E0 (EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E*, const RuntimeMethod*))EventBase_1_Init_mD11258015D6778B557F3DED4696BEF3335FD66C3_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_LocalInit_mCF78204B861F080CBA5E8FCFFCA59B2BEBE88268 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.Rect::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_layoutPass(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_layoutPass_mCB48CB5C27EF9B4CCDF45776DCC8C4B35871E6FC_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.GeometryChangedEvent>::.ctor()
|
|
inline void EventBase_1__ctor_m4A1FF501C503BCBA06AC50C98926B7121D64F952 (EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E*, const RuntimeMethod*))EventBase_1__ctor_m385124A7A8517F869B52108A7FC234225AFBB4A0_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.PointerCaptureHelper::GetCapturingElement(UnityEngine.UIElements.IPanel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PointerCaptureHelper_GetCapturingElement_mE69E42FF4CA7A7033A6A071B02BFE024FC439E9E (RuntimeObject* ___panel0, int32_t ___pointerId1, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseCaptureOutEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m7A9011D1B8DE8005618D50765975CAC63EAE5673 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.VisualElement::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseCaptureController::ReleaseMouse(UnityEngine.UIElements.IEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseCaptureController_ReleaseMouse_m054C407BEFEAECE39CDAAAC76748BFD21B81FBDE (RuntimeObject* ___handler0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::get_target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.WheelEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m5CC9D8C2B7CB494C07A8C2EA79870FC8B3103047 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::RecomputeTopElementUnderPointer(System.Int32,UnityEngine.Vector2,UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualElementPanel_RecomputeTopElementUnderPointer_mF3D6110A28FCCF72408FE62A21A4F57E4AC717AF (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, int32_t ___pointerId0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___pointerPos1, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___triggerEvent2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_dispatch(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_dispatch_m6FFDCFE9444A5C96E0511099D29F2CE72D8EAAD5 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_target(UnityEngine.UIElements.IEventHandler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.EventBase::get_skipDisabledElements()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBase_get_skipDisabledElements_m92D25C10EE0BE65D488B27481A746791E7C36814 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_skipDisabledElements(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_skipDisabledElements_mCD199A8D744CA42DC9A331A2795DAEB2CCA9243D (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.CallbackEventHandler::HandleEventAtTargetPhase(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackEventHandler_HandleEventAtTargetPhase_m681B23C2CCCF3064FEC2DFF49645043E7F909B18 (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_propagationPhase(UnityEngine.UIElements.PropagationPhase)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagationPhase_mC66AE0DFD3D62A90A809387B2BF2833F5CED3B8B_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler> UnityEngine.UIElements.EventBase::get_skipElements()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* EventBase_get_skipElements_mAF08DF55E115F65F6256966A2A5307194DD49DDE_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventHandler>::Add(T)
|
|
inline void List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_inline (List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.EventBase::set_stopDispatch(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_propagateToIMGUI(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Assertions.Assert::IsTrue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0 (bool ___condition0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::SetBestTargetForEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy_SetBestTargetForEvent_m6AD81D5781BA4AF59E37258EB9770636802CEE56 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToTarget(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToTarget_m090B429767AAD9F0504BBE4C90383A6423FE3970 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToRegularTarget(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToRegularTarget_m4C8D09FDA9DE47D375D4110C34965CF51CEC15B3 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToIMGUIContainer(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToIMGUIContainer_m5FCBA8243C39F155B6EAA4AE9ED5ADE8C34C6BB1 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventDispatchUtilities::PropagateEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatchUtilities_PropagateEvent_m88103C8E1DC1372A9DF42B277B13BA7DDE338C33 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::IsDone(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_IsDone_m73A9CFCDF0EFC313B0B47B4EE473D58FBAC499D8 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.EventBase::get_propagateToIMGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBase_get_propagateToIMGUI_m59D28D93C3A147615075F78237CA478A4930ABF4 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventDispatchUtilities::PropagateToIMGUIContainer(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatchUtilities_PropagateToIMGUIContainer_m3A8715DB5CC5B37322A129BCA0EDAA19F9A4D9A0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::UpdateElementUnderMouse(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.VisualElement&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy_UpdateElementUnderMouse_m9CBAC6EE531B3ECB1042A44CE2207E713D3E2AF2 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** ___elementUnderMouse2, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::GetTopElementUnderPointer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualElementPanel_GetTopElementUnderPointer_mDB876CD969BE130AC4E687554E08334ECBEB6B30 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, int32_t ___pointerId0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::get_pressedButtons()
|
|
inline int32_t MouseEventBase_1_get_pressedButtons_m8ED52FD85DF854AB58002D2C73701D3DE177A657_inline (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6*, const RuntimeMethod*))MouseEventBase_1_get_pressedButtons_mE1BB0319BD4FC0790C886E984B48E75000C464AC_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::ClearCachedElementUnderPointer(System.Int32,UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_ClearCachedElementUnderPointer_m56ED8260C952BAB24740F95B280D2294BCC58539 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, int32_t ___pointerId0, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___triggerEvent1, const RuntimeMethod* method) ;
|
|
// UnityEngine.EventType UnityEngine.Event::get_rawType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::StopPropagation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_StopPropagation_mEFC7E5AB7164157065FF19064A6ADCBB0D8AF6FB (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.EventBase::get_isPropagationStopped()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBase_get_isPropagationStopped_m36E1E4831DC04452D18B5339E2CAD8979B6BD6B3 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::Init()
|
|
inline void MouseEventBase_1_Init_m4EC1DC92CBE25F2D096B5F8C553FB4347F6EDE54 (MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseDownEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseDownEvent_LocalInit_m572FAB81FAD2754FCC34F790390C5A0B33E40B32 (MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase::set_propagation(UnityEngine.UIElements.EventBase/EventPropagation)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m19DE4DD0D8F81992FFEC61A6920378DA6E4BD9C4 (MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t236F036084AFE2993D8121CCFDC53AAB6C278ECF*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::PressButton(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_PressButton_mEB6593AA780D700614DB16CB48B66C559C888BBB (int32_t ___pointerId0, int32_t ___buttonId1, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseDownEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
inline MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseEventBase_1_GetPooled_mBAB354695E368D4DDCCAB51CBEC05BCCEA51B096 (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* (*) (RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m8E73695C65B559F19DD86D74457202396BDA42CF_gshared)(___pointerEvent0, method);
|
|
}
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::MakeFromPointerEvent(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_MakeFromPointerEvent_m65B33E43BE8B88E7D2733B4041173B1567A77E8F (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::Init()
|
|
inline void MouseEventBase_1_Init_mADB87BB99F95C493AFE5ACE6377E47F978226453 (MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseUpEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseUpEvent_LocalInit_m9D4351244B2C35DA661614AF2681EE5375BA0466 (MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m4A8C93EF6FCE660673064A965E01B031FA8C153D (MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t46809EA36A0565CF67A1688881999B3118F91E83*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::ReleaseButton(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_ReleaseButton_m52607AED542F94DCA31D1423322CDD7BC22E356A (int32_t ___pointerId0, int32_t ___buttonId1, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseUpEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
inline MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseEventBase_1_GetPooled_m9287D5CFB4D1419ABD1EC197F4E5405380ACBF79 (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* (*) (RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m8E73695C65B559F19DD86D74457202396BDA42CF_gshared)(___pointerEvent0, method);
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::MakeFromPointerEvent(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_MakeFromPointerEvent_mB4A9408891CC7340A11EC3674F095E891E3F971B (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::Init()
|
|
inline void MouseEventBase_1_Init_mFEAB9B469E99EDAA5E56F540357226049C5B9AFA (MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseMoveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseMoveEvent_LocalInit_m1159C3B901FC061B77C1C86AF01D4EDA5F779FB4 (MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mB84A95F11F7DECE44659C5D099FE7C82773A2BB1 (MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tFA26278C8536EEAB946AD40D0005CD3F0B0D8067*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseMoveEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
inline MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* MouseEventBase_1_GetPooled_mE1223EE2DAA26CC0B9EDED0DCDB18E5595E58B10 (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* (*) (RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m8E73695C65B559F19DD86D74457202396BDA42CF_gshared)(___pointerEvent0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextClickEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mD08FBD2DD5FD68ABF25E50B606C89B3EB46D8C82 (MouseEventBase_1_t5ED96675A2B42789E87132B5B4AE0102E645AA9B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t5ED96675A2B42789E87132B5B4AE0102E645AA9B*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::GetPooled(UnityEngine.Event)
|
|
inline WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* MouseEventBase_1_GetPooled_m1A803A49475B695B8F5BF5D9AB62EA0CB817400B (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* (*) (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m59E2F96FBC74BE624E649489B0CF86AA0D207624_gshared)(___systemEvent0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.EventBase::set_imguiEvent(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBase_set_imguiEvent_m72FEAD8F7611927C077B45BAA719C15D39E9F4F4 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Event::get_delta()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Event_get_delta_m1BBF28E2FC379EDD3907DC987E6BD7E6521D69A0 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.WheelEvent::set_delta(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92_inline (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
inline WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* MouseEventBase_1_GetPooled_m8C70A54437EEB74DF54473470D1630361993A354 (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* (*) (RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m8E73695C65B559F19DD86D74457202396BDA42CF_gshared)(___pointerEvent0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::Init()
|
|
inline void MouseEventBase_1_Init_mF4545F4BE72A0550BDF8FD5757AC406A1BF716A4 (MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.WheelEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEvent_LocalInit_mED59C3380CDBD81DFBAE2DC2458C4118225C7A41 (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.WheelEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mB7045D14E46AB980B352B696F07A3DE86F767129 (MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t35E93F7BC2C45F462571240059A9AEA02683F3C8*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::Init()
|
|
inline void MouseEventBase_1_Init_m0B0AF66EF7846C4FAA09B86D9A04A72AA7559F3A (MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterEvent_LocalInit_mFCFB0E12299ADB33B08857F6D621783E79951123 (MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m3C6E232AD6D84E78DDADFCF1186821ED2C5B66FE (MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tBD01CA048EE3FA69026A0B42D9393974E7BCF087*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::Init()
|
|
inline void MouseEventBase_1_Init_m5FF50B43F529E49EFB22E44617739B8D414D8D25 (MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveEvent_LocalInit_m5A05E04EC6C8754DE7E7D17EB954D66918E34201 (MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mD86BD142A6E3495041FBDAB51EAC772A22BEA5EA (MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t4DA57599852343C51C0A70ED3856087EB47DE303*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::Init()
|
|
inline void MouseEventBase_1_Init_m5172307D4D848585DFF1EB18608B9B26AAAB7A47 (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterWindowEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterWindowEvent_LocalInit_mB2A56A4CF9E7BAE2F0E404AE2CA863AA9B9FF262 (MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m604ECC785993566C6DBF24FE55F7050124B365DE (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::CommitElementUnderPointers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_CommitElementUnderPointers_m627C64420BE261C972B4A9D37E619E9E275EB072 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseEnterWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void MouseEventBase_1_PostDispatch_m554F8A3B5BB1FF34F91107CD64E9E927546D800D (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tF3C8E1BD7B93DAD2BE4F4006268997097EA9F8B8*, RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_PostDispatch_m6B960FED57E8CC7841E48230254BAF12F40B4C5E_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::Init()
|
|
inline void MouseEventBase_1_Init_mFFC1D5A84BBF1E43B3219E043EC13091772C4708 (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveWindowEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveWindowEvent_LocalInit_m2041C8ED9719EA11285AD22A3BD4FE69BE0CDE9B (MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m6552D6F655A8E0E8C16FD2A907590F97F2DFF8A0 (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::ReleaseAllButtons(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_ReleaseAllButtons_mD2FDCAD6152D3A3883BD23A80151F0AB393B982A (int32_t ___pointerId0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::GetPooled(UnityEngine.Event)
|
|
inline MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* MouseEventBase_1_GetPooled_m8D3F4A4E35F1F1258743A32A212359C48D517AC4 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* (*) (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*, const RuntimeMethod*))MouseEventBase_1_GetPooled_m59E2F96FBC74BE624E649489B0CF86AA0D207624_gshared)(___systemEvent0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseLeaveWindowEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void MouseEventBase_1_PostDispatch_mE6988E33474F18D07624B92B3828903754A296E0 (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_tFECF2C68461E1836AD69A4B03BD75F2B2CB2ABD6*, RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_PostDispatch_m6B960FED57E8CC7841E48230254BAF12F40B4C5E_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mE970617681C555250ADB957AAAA30CCA8471C99B (MouseEventBase_1_t953A98054E7AFA8FD043BFDA1CFBB6160E06EBC2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t953A98054E7AFA8FD043BFDA1CFBB6160E06EBC2*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_m606F1D5F8D2D5C2AB1B3857D1C2C2EBBBF1F0906 (MouseEventBase_1_t8CFFFFBC092D11B6F52D25C2E177074C0CC59945* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t8CFFFFBC092D11B6F52D25C2E177074C0CC59945*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>::Init()
|
|
inline void MouseEventBase_1_Init_mB557CC2D817400B27286C2D5FBAB71B25A0A8DD5 (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E*, const RuntimeMethod*))MouseEventBase_1_Init_mB09017C0BBE7D3647831B5202FC027D2A265953D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_LocalInit_m96F892D597CF3A54B393B7B5380800E93E632F3B (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::set_menu(UnityEngine.UIElements.DropdownMenu)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_menu_m28709F7A74353EFEECFE1C28D708C6F619E84120_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.EventBase UnityEngine.UIElements.ContextualMenuPopulateEvent::get_triggerEvent()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::set_triggerEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_triggerEvent_m6AEDC5CEB93E6A8DA01BD7760D7DE05C90884E3A_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>::.ctor()
|
|
inline void MouseEventBase_1__ctor_mD3DE0C71E1F39D8D818A1EA52D607369F382C3BF (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E*, const RuntimeMethod*))MouseEventBase_1__ctor_mA96528C27A4FDF555CF618BC5444FDB7C3E217C0_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.EventBase::get_isDefaultPrevented()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBase_get_isDefaultPrevented_m6CD96BAC5EADA87095BB34C7EBE46ACBA75ABDB2 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DropdownMenu UnityEngine.UIElements.ContextualMenuPopulateEvent::get_menu()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ContextualMenuPopulateEvent_get_menu_mDD978E1DE874D04B47708329654A7D37F88C37CA_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DropdownMenu::PrepareForDisplay(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownMenu_PrepareForDisplay_m7217E1F33CE5D461B41D61239DBB1B8FCAB01DBF (DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___e0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.ContextualMenuPopulateEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void MouseEventBase_1_PostDispatch_mB75794FD55D2CD0C88E989577B3D4768393F353F (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (MouseEventBase_1_t668C64269EF6F77113679FD1210F50818CA7E12E*, RuntimeObject*, const RuntimeMethod*))MouseEventBase_1_PostDispatch_m6B960FED57E8CC7841E48230254BAF12F40B4C5E_gshared)(__this, ___panel0, method);
|
|
}
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOutEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean)
|
|
inline MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* MouseEventBase_1_GetPooled_m49A3EE93DD182B3C0BE5A020A58873970346C174 (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___mousePosition1, bool ___recomputeTopElementUnderMouse2, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* (*) (RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, const RuntimeMethod*))MouseEventBase_1_GetPooled_m1505BF0EBEC23A116A233E803414B50B12434A33_gshared)(___triggerEvent0, ___mousePosition1, ___recomputeTopElementUnderMouse2, method);
|
|
}
|
|
// T UnityEngine.UIElements.MouseEventBase`1<UnityEngine.UIElements.MouseOverEvent>::GetPooled(UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2,System.Boolean)
|
|
inline MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* MouseEventBase_1_GetPooled_m1BA4B498C42F20567835D08127B25AD8B2894159 (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___mousePosition1, bool ___recomputeTopElementUnderMouse2, const RuntimeMethod* method)
|
|
{
|
|
return (( MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* (*) (RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, bool, const RuntimeMethod*))MouseEventBase_1_GetPooled_m1505BF0EBEC23A116A233E803414B50B12434A33_gshared)(___triggerEvent0, ___mousePosition1, ___recomputeTopElementUnderMouse2, method);
|
|
}
|
|
// T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32)
|
|
inline PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* PointerEventBase_1_GetPooled_m0452B6D1ACD311FF1E10065BC7C06ABA451E18CB (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position1, int32_t ___pointerId2, const RuntimeMethod* method)
|
|
{
|
|
return (( PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* (*) (RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, int32_t, const RuntimeMethod*))PointerEventBase_1_GetPooled_mF42E7D3523D9DED163672F61EE8AD043543E5F2B_gshared)(___triggerEvent0, ___position1, ___pointerId2, method);
|
|
}
|
|
// T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32)
|
|
inline PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* PointerEventBase_1_GetPooled_mE4F4843A10364992D9519CDB41DD26138EE7FE2C (RuntimeObject* ___triggerEvent0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position1, int32_t ___pointerId2, const RuntimeMethod* method)
|
|
{
|
|
return (( PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* (*) (RuntimeObject*, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, int32_t, const RuntimeMethod*))PointerEventBase_1_GetPooled_mF42E7D3523D9DED163672F61EE8AD043543E5F2B_gshared)(___triggerEvent0, ___position1, ___pointerId2, method);
|
|
}
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::GetLeafFocusedElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* FocusController_GetLeafFocusedElement_m69566DBCE9BBD3167E76EC6A229D1FB53115748A (FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationMoveEvent>::GetPooled()
|
|
inline NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* EventBase_1_GetPooled_m94F015707C9EE6A5C894793BC74DFA507165CD37 (const RuntimeMethod* method)
|
|
{
|
|
return (( NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* (*) (const RuntimeMethod*))EventBase_1_GetPooled_mCAEB2F0F66DB8B32ED9EA65AC8665A84D4FEEACD_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction UnityEngine.UIElements.NavigationMoveEvent::DetermineMoveDirection(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavigationMoveEvent_DetermineMoveDirection_mB2D990550B9FDE124A024DC3DBE46638266CCDE4 (float ___x0, float ___y1, float ___deadZone2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::set_direction(UnityEngine.UIElements.NavigationMoveEvent/Direction)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_direction_m712EBADD778DE12FB11A2E35FA160BA321A1804B_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::set_move(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_move_mB6C278D3B4A3FE95F573E3E74DC3BCD066567244_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationMoveEvent>::Init()
|
|
inline void NavigationEventBase_1_Init_m7B60279F83401BB6508A7B2658240EDA30D5EA8F (NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31*, const RuntimeMethod*))NavigationEventBase_1_Init_m207A5CA6A8C3A85BE62B23B38AA3FE7ADD4C322F_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationMoveEvent>::.ctor()
|
|
inline void NavigationEventBase_1__ctor_m4F9E95BC8D415DE106E1932FF4A82366CD25D8B9 (NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_tEDD047CC06F9BA7B1CA7D54DCAA4B7DDFA99DF31*, const RuntimeMethod*))NavigationEventBase_1__ctor_mA5A97B1F0450883554F0B9A668C117821F0FC157_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationTabEvent>::GetPooled()
|
|
inline NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* EventBase_1_GetPooled_mF945D03F17B30FCCD5ED820D85B9E7AD8F10C702 (const RuntimeMethod* method)
|
|
{
|
|
return (( NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* (*) (const RuntimeMethod*))EventBase_1_GetPooled_mCAEB2F0F66DB8B32ED9EA65AC8665A84D4FEEACD_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.NavigationTabEvent/Direction UnityEngine.UIElements.NavigationTabEvent::DetermineMoveDirection(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavigationTabEvent_DetermineMoveDirection_mF49C21184CA2EF1E4F7C4E62DE118D468B5837D4 (int32_t ___moveValue0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationTabEvent::set_direction(UnityEngine.UIElements.NavigationTabEvent/Direction)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationTabEvent_set_direction_m1CAB1803AA164CAA4D53D4FDFBA012F4148CD59F_inline (NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationTabEvent>::Init()
|
|
inline void NavigationEventBase_1_Init_m3C16C9ABDFE7568FE4D45C6C0C16A6A7EE49E223 (NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939*, const RuntimeMethod*))NavigationEventBase_1_Init_m207A5CA6A8C3A85BE62B23B38AA3FE7ADD4C322F_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationTabEvent>::.ctor()
|
|
inline void NavigationEventBase_1__ctor_mE183BB21D852CC844A54BEE671209231A4B4CC6D (NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_tFF6BF61509F756B8D8DADCD3AD2C31DE00F96939*, const RuntimeMethod*))NavigationEventBase_1__ctor_mA5A97B1F0450883554F0B9A668C117821F0FC157_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationCancelEvent>::.ctor()
|
|
inline void NavigationEventBase_1__ctor_mECD273E7B651E2DE0CB6D4F2AC99578358CF2D75 (NavigationEventBase_1_t7F8A7ED2852A570BAEE97B2620A0569C74E91022* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_t7F8A7ED2852A570BAEE97B2620A0569C74E91022*, const RuntimeMethod*))NavigationEventBase_1__ctor_mA5A97B1F0450883554F0B9A668C117821F0FC157_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventBase`1<UnityEngine.UIElements.NavigationSubmitEvent>::.ctor()
|
|
inline void NavigationEventBase_1__ctor_m364A946C798C642694D607BD7C3CB5B91A1DE34F (NavigationEventBase_1_t141648AE09CFA7BADDE9BDF1DF9CA2777D82DA87* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NavigationEventBase_1_t141648AE09CFA7BADDE9BDF1DF9CA2777D82DA87*, const RuntimeMethod*))NavigationEventBase_1__ctor_mA5A97B1F0450883554F0B9A668C117821F0FC157_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.AttachToPanelEvent>::.ctor()
|
|
inline void PanelChangedEventBase_1__ctor_m484437AB3FBE0B759ABD36B98022E2ACCECF0311 (PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3*, const RuntimeMethod*))PanelChangedEventBase_1__ctor_m4AC8196BE117F81955496D33C8F2F07869E87897_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelChangedEventBase`1<UnityEngine.UIElements.DetachFromPanelEvent>::.ctor()
|
|
inline void PanelChangedEventBase_1__ctor_m9205106266852B52BAD4133BC38F6BF8DF28F26E (PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39*, const RuntimeMethod*))PanelChangedEventBase_1__ctor_m4AC8196BE117F81955496D33C8F2F07869E87897_gshared)(__this, method);
|
|
}
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureOutEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureHelper::ReleasePointer(UnityEngine.UIElements.IPanel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureHelper_ReleasePointer_m84EA1C13BFB369AF4613EF9CBE4DEAF174E3304F (RuntimeObject* ___panel0, int32_t ___pointerId1, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerCaptureEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m39F9F9EC1A25E1CCD2D3E36830B6019E74413AE5 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureHelper::ProcessPointerCapture(UnityEngine.UIElements.IPanel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureHelper_ProcessPointerCapture_m2921346B7654101546FFE69AB22EA566912BCE7C (RuntimeObject* ___panel0, int32_t ___pointerId1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::SetLocation(UnityEngine.Vector2,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLocation_SetLocation_m2C6222EAE1EE08CA8924AEB5ABB7FED38E3DB36D (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position0, RuntimeObject* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Assert(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216 (bool ___condition0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Position()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Panel()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.PointerDeviceState/LocationFlag UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Flags()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.PointerDeviceState::HasFlagFast(UnityEngine.UIElements.PointerDeviceState/LocationFlag,UnityEngine.UIElements.PointerDeviceState/LocationFlag)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerDeviceState_HasFlagFast_m6C7A90958C384DAC0493E45E174A0B2489513CAF (int32_t ___flagSet0, int32_t ___flag1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Position(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Panel(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Flags(UnityEngine.UIElements.PointerDeviceState/LocationFlag)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_mAB270D6B7E3B0009A50D142C569D63E8FE59F48B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___point0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::SetBestTargetForEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_SetBestTargetForEvent_mA3DF2335F2A51C6901DE1CBBEEB4C346B8CCE52A (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::SendEventToTarget(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_SendEventToTarget_m45E43277909EEF73BA55ED17F81C68757EE33BB1 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::UpdateElementUnderPointer(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel,UnityEngine.UIElements.VisualElement&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_UpdateElementUnderPointer_mBB76E65221DA8D932ABA49AD97D47ECEA20A4545 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** ___elementUnderPointer2, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::Init()
|
|
inline void PointerEventBase_1_Init_mA1E6CC3B61166169763B6912412A3E33CBF87E93 (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDownEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDownEvent_LocalInit_mA33241586037DFD52930AEAD5B3FD54CF31EE552 (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_m998F76A42DE6E5246AEECA0095657850B41DA8A2 (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerCaptureHelper::ShouldSendCompatibilityMouseEvents(UnityEngine.UIElements.IPanel,UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m60235AE58C69A16A80A1F9A2CB6A791B960776CC (RuntimeObject* ___panel0, RuntimeObject* ___evt1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::GetPooled(UnityEngine.UIElements.PointerDownEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_GetPooled_m5A5B5136C3C951C44F4D8E621CED3E6506EDC63F (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::get_pointerId()
|
|
inline int32_t PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_inline (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9*, const RuntimeMethod*))PointerEventBase_1_get_pointerId_mF0B5F3F2655036A39E6ECAB56386CADBFDF1CF99_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureHelper::PreventCompatibilityMouseEvents(UnityEngine.UIElements.IPanel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureHelper_PreventCompatibilityMouseEvents_m93ECE6FFDE5F09FC76304EF27D9C50FE3D50558F (RuntimeObject* ___panel0, int32_t ___pointerId1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerDownEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void PointerEventBase_1_PostDispatch_mBBF8C65E6E8406C67A589BDB0E6F5E54DE46A426 (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9*, RuntimeObject*, const RuntimeMethod*))PointerEventBase_1_PostDispatch_m55159C6FE00ECB9C36A55169DFA3EAE699EB3AC3_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::Init()
|
|
inline void PointerEventBase_1_Init_mB7A2ABD885C3D09B64F29476C624D9AAAABF32C5 (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent_LocalInit_m2B3988A6E09A5484209BC512987D575F7EC02688 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::set_isHandledByDraggable(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerMoveEvent_set_isHandledByDraggable_m24AE525901E56FE8A7936EDA8F2046862BB3660D_inline (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mEEDD5DA0CB24E8B1539D7A8B7B6F478813511665 (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_GetPooled_mE07C71660166EA2E7A208B9DDE1ED35856CA844D (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mE52E62B30DE0D73C255670803743C6A61A6E8297 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MouseMoveEvent UnityEngine.UIElements.MouseMoveEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* MouseMoveEvent_GetPooled_m261EC9148D060107E916E8B3B74EDAFF92BE4E68 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerMoveEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void PointerEventBase_1_PostDispatch_mDE64F12665D559442C1EFAEC9FCBFBCB7622494F (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B*, RuntimeObject*, const RuntimeMethod*))PointerEventBase_1_PostDispatch_m55159C6FE00ECB9C36A55169DFA3EAE699EB3AC3_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerStationaryEvent>::Init()
|
|
inline void PointerEventBase_1_Init_mAAF393FC943EA9A8341CB7DC23184B71F4B6FBFD (PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerStationaryEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerStationaryEvent_LocalInit_m44FF78DF38F56E7597924B4071FABCD9CDD36E50 (PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerStationaryEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_m3E8100AEEA4FA6AC1C073A19604AE06E89F37349 (PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tFCFECC313C659D4E32E2FC6AD7803033B36F4D2A*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::Init()
|
|
inline void PointerEventBase_1_Init_m6A5AAAB38F079D58A444E447671A79AD4098B98A (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerUpEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerUpEvent_LocalInit_m8BAFF359C820A90203BBA8FEA3BE60F9A36A8EEB (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mAE2D24192D8C6D25D241F42CC8435FBC28036695 (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerType()
|
|
inline String_t* PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_inline (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496*, const RuntimeMethod*))PointerEventBase_1_get_pointerType_m05EB5D56224F7A7A190AAFBBD622113A7A704F7C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerType::IsDirectManipulationDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerType_IsDirectManipulationDevice_m2D68E70690A612370BFB75035F516251B32F8D58 (String_t* ___pointerType0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::get_pointerId()
|
|
inline int32_t PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_inline (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496*, const RuntimeMethod*))PointerEventBase_1_get_pointerId_mF0B5F3F2655036A39E6ECAB56386CADBFDF1CF99_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerUpEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mB8320C0957A0DCA3D063FF8C42606DDBA9C4C05F (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerCaptureHelper::ActivateCompatibilityMouseEvents(UnityEngine.UIElements.IPanel,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureHelper_ActivateCompatibilityMouseEvents_mA474726A9B3B562092A4BA6A46106431091925F0 (RuntimeObject* ___panel0, int32_t ___pointerId1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerUpEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void PointerEventBase_1_PostDispatch_mAF5CD0D2EE756A1E0E7B0733E7EC352A320C0897 (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496*, RuntimeObject*, const RuntimeMethod*))PointerEventBase_1_PostDispatch_m55159C6FE00ECB9C36A55169DFA3EAE699EB3AC3_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::Init()
|
|
inline void PointerEventBase_1_Init_m7C39066C6FC58310E991F2C8C4491520EB6D013B (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCancelEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCancelEvent_LocalInit_m1C7DA0C8AF41E714D70C4BB760CFA3D1B1A9D3D8 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mDC2BA420399D1B05219425FA26A81E3C01EC983D (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.String UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerType()
|
|
inline String_t* PointerEventBase_1_get_pointerType_m035E9ED854B5F58692E67128A759F3863D212795_inline (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7*, const RuntimeMethod*))PointerEventBase_1_get_pointerType_m05EB5D56224F7A7A190AAFBBD622113A7A704F7C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::get_pointerId()
|
|
inline int32_t PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_inline (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7*, const RuntimeMethod*))PointerEventBase_1_get_pointerId_mF0B5F3F2655036A39E6ECAB56386CADBFDF1CF99_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerCancelEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mAA34720883D8F579C22135515FF142DE9893DDE0 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* ___pointerEvent0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerCancelEvent>::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
inline void PointerEventBase_1_PostDispatch_mCCE423FE41D58CBC68045348F89008943747FA2D (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7*, RuntimeObject*, const RuntimeMethod*))PointerEventBase_1_PostDispatch_m55159C6FE00ECB9C36A55169DFA3EAE699EB3AC3_gshared)(__this, ___panel0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>::Init()
|
|
inline void PointerEventBase_1_Init_mECC6EFC54352B623BA3BCF96DC7ABCAA7109434C (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ClickEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClickEvent_LocalInit_m62B68AB70576A5830F88BCCCCB3BB95934098492 (ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mA70B3E8EEAAE5C2CDE62205CD8E5A55FD41A33C4 (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>::GetPooled(UnityEngine.UIElements.IPointerEvent)
|
|
inline ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* PointerEventBase_1_GetPooled_m55802F86E62184FCD28B2BDA3CEAD97A0BDA0129 (RuntimeObject* ___triggerEvent0, const RuntimeMethod* method)
|
|
{
|
|
return (( ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* (*) (RuntimeObject*, const RuntimeMethod*))PointerEventBase_1_GetPooled_mF2EF0C63A4512264C9D63C1EA20760063A61E303_gshared)(___triggerEvent0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.ClickEvent>::set_clickCount(System.Int32)
|
|
inline void PointerEventBase_1_set_clickCount_m4D763377D2198E24049E18C07D680F3D5A858246_inline (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tE7FD0B460EEC808CA9256F0071D67C920B0E1124*, int32_t, const RuntimeMethod*))PointerEventBase_1_set_clickCount_m951FFA44DA701FFDDB0784EC6EC325293D671DD0_gshared_inline)(__this, ___value0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::Init()
|
|
inline void PointerEventBase_1_Init_mB8033AF59D776B5968DD983BA8E2FEE5D7B2643A (PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEnterEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEnterEvent_LocalInit_m0BB2CA5C8996BFAA15C4502545054F9413BB6A51 (PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerEnterEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mA0557C9D68E527F40125701EA3A67DA52C805AA6 (PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_tFAF39AE25DDCEE3DE28F7BEF926867EB75BCE3D6*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::Init()
|
|
inline void PointerEventBase_1_Init_m8C36DC066721E1AC99A205129551EBE2C65A432D (PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE*, const RuntimeMethod*))PointerEventBase_1_Init_mC10751BD7B55C42BCBC1E855E9B31116A1DE9EAE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerLeaveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLeaveEvent_LocalInit_m0CBA72A4644CF857E3DD2746EAC04EA8F74964A7 (PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerLeaveEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_m5A717FB16CEBD963D885F99DBED915DBAD419F42 (PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t9D4143282EF9734F6C1F786F95E7B8D636D437DE*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOverEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mB7A3F65D4DA735C91B931AF65D46C6E5BFDD1FBE (PointerEventBase_1_t793D0418D3A027331899231F3AF583DE8B4791CC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t793D0418D3A027331899231F3AF583DE8B4791CC*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventBase`1<UnityEngine.UIElements.PointerOutEvent>::.ctor()
|
|
inline void PointerEventBase_1__ctor_mFC14CFE3B732209E75A86B89C1CE113DBF9FC0AC (PointerEventBase_1_t33EFDCA6FF8E804893DB7207C86CCB0F444D18CB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PointerEventBase_1_t33EFDCA6FF8E804893DB7207C86CCB0F444D18CB*, const RuntimeMethod*))PointerEventBase_1__ctor_mEB528D68A256915EA1143085BD73099BEF96F39E_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor(System.Int32)
|
|
inline void List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// T UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Get()
|
|
inline PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* (*) (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A*, const RuntimeMethod*))ObjectPool_1_Get_m8083040649293905041518C11D70D801265F2F87_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(T)
|
|
inline void List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
|
|
}
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::get_hierarchy()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::get_isCompositeRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_isCompositeRoot_mFA26CBD30A0EB10D5A63758BAC866E05645DDBBA (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.CallbackEventHandler::HasTrickleDownHandlers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackEventHandler_HasTrickleDownHandlers_mAC77A79CBA1CDD39444B61175B48FEBC67AEB883 (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.CallbackEventHandler::HasBubbleUpHandlers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CallbackEventHandler_HasBubbleUpHandlers_m83DB6DB92A8417EC0EEDEAAB417882152131805C (CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Clear()
|
|
inline void List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::Release(T)
|
|
inline void ObjectPool_1_Release_mBED7FE0D073C450EA5B2CCE78D403ACF37DBCBB8 (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* __this, PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ___element0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A*, PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5*, const RuntimeMethod*))ObjectPool_1_Release_m6F11856AD6B4BB632CF4268585A12AD5BA07F7EA_gshared)(__this, ___element0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.PropagationPaths>::.ctor(System.Int32)
|
|
inline void ObjectPool_1__ctor_mAC1FD0696B9C947EC8757B15FA56BC0EB7C059EE (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* __this, int32_t ___maxSize0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A*, int32_t, const RuntimeMethod*))ObjectPool_1__ctor_m1BFAB787CE8A32532F3B2E3D4AF4B1905E0230DE_gshared)(__this, ___maxSize0, method);
|
|
}
|
|
// UnityEngine.UIElements.ICustomStyle UnityEngine.UIElements.VisualElement::get_customStyle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_customStyle_mDCF1288B1B853DEDEA124C017B1C3AF9B1D5669C (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.CustomStyleResolvedEvent>::.ctor()
|
|
inline void EventBase_1__ctor_m0DAB54A390BB87E02F7708C90F9C4DBB74F6F9DE (EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD*, const RuntimeMethod*))EventBase_1__ctor_m385124A7A8517F869B52108A7FC234225AFBB4A0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TooltipEvent>::Init()
|
|
inline void EventBase_1_Init_m56B39863E46D8744FA9932115F6B12AA94C46661 (EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C*, const RuntimeMethod*))EventBase_1_Init_mD11258015D6778B557F3DED4696BEF3335FD66C3_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent_LocalInit_mDF107572A323DC6EA8D5C67E6D7BB9D92986042C (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::set_rect(UnityEngine.Rect)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TooltipEvent_set_rect_mCD96D19C063247F8DE3B8553843C27611286A5FD_inline (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::set_tooltip(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TooltipEvent_set_tooltip_m989CA98943B7E44DDCC4FFC4940F8701A65C4980_inline (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, String_t* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.TooltipEvent>::.ctor()
|
|
inline void EventBase_1__ctor_mB1E5663AF6567CB703A4F1484568B8F32A0CD723 (EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C*, const RuntimeMethod*))EventBase_1__ctor_m385124A7A8517F869B52108A7FC234225AFBB4A0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection::.ctor(System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyNameCollection__ctor_mFEFD0F083AD0B463E8CC1CF4E3E038106DC24DB4 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___list0, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>::GetEnumerator()
|
|
inline Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54 (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D (*) (List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268*, const RuntimeMethod*))List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::.ctor(System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mD07D109094C9479076EF0A08D145DEC90AB47BCC (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___enumerator0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.StylePropertyNameCollection/Enumerator UnityEngine.UIElements.StylePropertyNameCollection::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.UIElements.StylePropertyName> UnityEngine.UIElements.StylePropertyNameCollection::System.Collections.Generic.IEnumerable<UnityEngine.UIElements.StylePropertyName>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StylePropertyNameCollection_System_Collections_Generic_IEnumerableU3CUnityEngine_UIElements_StylePropertyNameU3E_GetEnumerator_m727C2B94129B7430946CCDF03CF58C6FC35FF21D (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.IEnumerator UnityEngine.UIElements.StylePropertyNameCollection::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StylePropertyNameCollection_System_Collections_IEnumerable_GetEnumerator_mC5609F30174F647EE0963A69094E2207E1BFE477 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220 (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D*, const RuntimeMethod*))Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1B0D4ED8DF384746B6EF5E832EC2772360AABDBE (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::get_Current()
|
|
inline StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_inline (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF (*) (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D*, const RuntimeMethod*))Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.StylePropertyName UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m7EE91D3E8856E930ED488BAD7DE23861F9FA3F6F (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mC554FD7F7A46C0A10C6103B0B5EDC468D93FE3C6 (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m6B2871639B0E115F08C89087E5D3440DDBF56867 (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>::Dispose()
|
|
inline void Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D*, const RuntimeMethod*))Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m66AA4EBF6963DA76D9C725198C5BBEB394240A9E (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionRunEvent>::.ctor()
|
|
inline void TransitionEventBase_1__ctor_mA89133B8A086738FD951A3B725B6756C8D00F741 (TransitionEventBase_1_t297898456ECA9E8B0FE5C4821C0FD1C2CEFA86AC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TransitionEventBase_1_t297898456ECA9E8B0FE5C4821C0FD1C2CEFA86AC*, const RuntimeMethod*))TransitionEventBase_1__ctor_m9620CC0C2912EF596AFFE7229C4EB742A2FB048E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionStartEvent>::.ctor()
|
|
inline void TransitionEventBase_1__ctor_mB38ABE9778812A782CD46CB5F6DEAD73C0551951 (TransitionEventBase_1_t1FB26EAAAF9B2F0657560F33B4BB75695CAF7579* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TransitionEventBase_1_t1FB26EAAAF9B2F0657560F33B4BB75695CAF7579*, const RuntimeMethod*))TransitionEventBase_1__ctor_m9620CC0C2912EF596AFFE7229C4EB742A2FB048E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionEndEvent>::.ctor()
|
|
inline void TransitionEventBase_1__ctor_m0173536041AC6AD075DF05F1E88C27A97A6C1E13 (TransitionEventBase_1_tE4425184474B0AA7732182D0294F0960A51DEAC4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TransitionEventBase_1_tE4425184474B0AA7732182D0294F0960A51DEAC4*, const RuntimeMethod*))TransitionEventBase_1__ctor_m9620CC0C2912EF596AFFE7229C4EB742A2FB048E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.TransitionEventBase`1<UnityEngine.UIElements.TransitionCancelEvent>::.ctor()
|
|
inline void TransitionEventBase_1__ctor_m59E5F6EDA095C329E3E009740FEB92327180BE70 (TransitionEventBase_1_t0AAD21652882D2FCF19FCF0C4347DC161E413130* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TransitionEventBase_1_t0AAD21652882D2FCF19FCF0C4347DC161E413130*, const RuntimeMethod*))TransitionEventBase_1__ctor_m9620CC0C2912EF596AFFE7229C4EB742A2FB048E_gshared)(__this, method);
|
|
}
|
|
// T UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::GetPooled()
|
|
inline IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* EventBase_1_GetPooled_m768114758BAACFC114A17BB4E82FD6F5A71E0C04 (const RuntimeMethod* method)
|
|
{
|
|
return (( IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* (*) (const RuntimeMethod*))EventBase_1_GetPooled_mCAEB2F0F66DB8B32ED9EA65AC8665A84D4FEEACD_gshared)(method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::Init()
|
|
inline void EventBase_1_Init_m624713075B5108D1488D68D488679EF6665E6671 (EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD*, const RuntimeMethod*))EventBase_1_Init_mD11258015D6778B557F3DED4696BEF3335FD66C3_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.IMGUIEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMGUIEvent_LocalInit_mBA8C889C09A964E1C640D5694AF36348C83D0D96 (IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.IMGUIEvent>::.ctor()
|
|
inline void EventBase_1__ctor_m6CD1821AACDF831718F32FEF562AD964019E8499 (EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD*, const RuntimeMethod*))EventBase_1__ctor_m385124A7A8517F869B52108A7FC234225AFBB4A0_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlas::get_defaultFilters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlas_get_defaultFilters_m55F463B4BE1AF981D0D522AEC6C9B5DAB7D890F0 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings__ctor_mAA127786C0A977C1A4773A9B498169FF3091153A (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_minAtlasSize(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_minAtlasSize_m3BEE09C7EB75577C5A8F0480D357365546618388_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_maxAtlasSize(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxAtlasSize_mD74219FE0F73810A7A4F540D7A46043DF3509D05_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_maxSubTextureSize(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxSubTextureSize_mE52F93EDA7D7598AEE55F4DF3173642D516DA261_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlasSettings::get_defaultFilters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_defaultFilters_mAC26A6B61E607BF1B82178931FEC437D028D6E65 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_activeFilters(UnityEngine.UIElements.DynamicAtlasFilters)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_activeFilters_m9FCF5D2E33B8CCDC64A91CA455C5695C27D4D0B1_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_customFilter(UnityEngine.UIElements.DynamicAtlasCustomFilter)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_customFilter_m5846B025064FDD0B7AF2628B456B2497A1B34B5B_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElementFocusRing::.ctor(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElementFocusRing__ctor_mCC2EF1F3E3C34F6C9057D58193234D01A324876A (VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, int32_t ___dfo1, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.PointerDownEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27 (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.FocusController UnityEngine.UIElements.NavigateFocusRing::get_focusController()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* NavigateFocusRing_get_focusController_m92D82CEF53B9D89F0464E179593DEDFABE9D28C2 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.FocusController::GetFocusableParentForPointerEvent(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.Focusable&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FocusController_GetFocusableParentForPointerEvent_mB5B3CDF010E6AC4C0E75C3C1172F2053749BB8A9 (FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___target0, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0** ___effectiveTarget1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElementFocusChangeTarget UnityEngine.UIElements.VisualElementFocusChangeTarget::GetPooled(UnityEngine.UIElements.Focusable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* VisualElementFocusChangeTarget_GetPooled_m7B686F6DC93BD8C7F0412E8B64924BFADB08E64B (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___target0, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.NavigationMoveEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_m9E7FA9571E521D71D24F9621FA5365A5758442AE (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction UnityEngine.UIElements.NavigationMoveEvent::get_direction()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NavigationMoveEvent_get_direction_m16FD5A515392149F0E1891E69F32B30C49B457D3_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.UIElements.EventBase`1<UnityEngine.UIElements.KeyDownEvent>::TypeId()
|
|
inline int64_t EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E (const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (const RuntimeMethod*))EventBase_1_TypeId_m3B2B49F0AD68E0903D9234D0A24E49EF9B17FE6F_gshared)(method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.KeyboardEventBase`1<UnityEngine.UIElements.KeyDownEvent>::get_shiftKey()
|
|
inline bool KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418 (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA*, const RuntimeMethod*))KeyboardEventBase_1_get_shiftKey_m251E3EA2045B05A2E7F801DD7A5A52A50ABDE1EA_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::get_none()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* FocusChangeDirection_get_none_m2B3D1E3C4B44740E9D504AD8115A9E2715065F5C_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.VisualElementFocusChangeTarget::get_target()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* VisualElementFocusChangeTarget_get_target_mBA38952FC20D275B53503D14F2A8F9DE36586961_inline (VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::get_left()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* VisualElementFocusChangeDirection_get_left_m00C553596E2B43E40BFCA5F95F56E6398B8DBA47_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::get_right()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* VisualElementFocusChangeDirection_get_right_mD12865982B7D254503DE2FF2EDB9E95ACFE88C98_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.VisualElementFocusRing::GetNextFocusable(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* VisualElementFocusRing_GetNextFocusable_m7358BA822D191DA17D02BF554585AFEF00AC1815 (VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___currentFocusable0, FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___direction1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.NavigateFocusRing::GetNextFocusable2D(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.NavigateFocusRing/ChangeDirection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* NavigateFocusRing_GetNextFocusable2D_m8EB3825AD289CE31C6307B21EC44496D3E1F5E51 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___currentFocusable0, ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___direction1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetRootFocusable(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetRootFocusable_m3FF047E540C84BC98A1ED8B94AD5963A85FD8BCA (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldBoundingBox()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldBoundingBox_m086C681F01ED4E997C717364031BB80E3EDA5CAA (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rect::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rect::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, float ___d1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::.ctor(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldBound()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_yMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_yMin(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_yMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_yMax(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_xMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_xMin(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_xMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_xMax(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::GetBestOverall(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___candidate0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___bestSoFar1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetLeafFocusable(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetLeafFocusable_mA7D75F0FDFFC308232CD782690903CBE6D4D9F49 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.IResolvedStyle UnityEngine.UIElements.VisualElement::get_resolvedStyle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::get_enabledInHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_enabledInHierarchy_mBC4E983E9FD848277D6820F4D7A2743BA38BC412 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.Focusable::get_tabIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Focusable_get_tabIndex_mC676871EBF0337A7609B71C8BA92F38F8D611CCE_inline (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::get_excludeFromFocusRing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Focusable_get_excludeFromFocusRing_m02C43592E42B20FF4E0CABF90F6413F81CEF51DF (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Focusable::get_delegatesFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Focusable_get_delegatesFocus_m3EC6CEC9B7570A921855A9A91291FF4AA45D40AC (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsFocusable(UnityEngine.UIElements.Focusable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsFocusable_mEBBF539B1BD2C94176FF4EA7D40908533A302DA8 (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___focusable0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetLeafFocusableRecursive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetLeafFocusableRecursive_m51DFA5796BE133A90370828735983DB85F774191 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsLeaf(UnityEngine.UIElements.Focusable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsLeaf_m9EC9AAA9AF22FB33399D272E87D472168EC77C3C (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___focusable0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::get_childCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___key0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsFocusRoot(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsFocusRoot_m8618BAC17C74765126690A72244AB09942B79464 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___focusable0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigateFocusRing/ChangeDirection::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* __this, int32_t ___i0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.FocusChangeDirection::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FocusChangeDirection__ctor_m13132F27B5ABFCBEE04738925694860F1AA037B3 (FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsActive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsActive_m78C47A797E31123494889F2B33B44A9984EF6EA1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Rect::Overlaps(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Overlaps_m5A540A24DAD3327006A3A2E209CC17992173B572 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___other0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::ValidateHierarchyTraversal(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FocusableHierarchyTraversal_ValidateHierarchyTraversal_m8B187D773D5F00556DAB349CE5E0BDEE711AF00C (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::ValidateElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FocusableHierarchyTraversal_ValidateElement_m706580B3233A6BF6C6AC72DF16060AEDD9D65920 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::StrictOrder(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::TieBreaker(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_TieBreaker_m984530D3F0EFCEE7FE3A498FC92E699BC8616C7B (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::Order(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_Order_m7DC79C4014510D6DFFA8BDE3368278674DBD0948 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::StrictOrder(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_StrictOrder_m112D4ECA376649C2554A99F488680DBF1327C8B5 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rect::get_min()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplyThemeStyleSheet(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplyThemeStyleSheet_m779DB4EFBD98CED47C0A35BA5E9BF95A78B9CBE2 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetTargetTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetTargetTexture_m6D313624F664ED24DF57548E3A5F252E4C255268 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplySortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplySortingOrder_mF52065C1C5FC40805DB014102778104F013DE354 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetSortingPriority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetSortingPriority_m9098F74405DA860FA4BF7692C2B6B7E926F6AFC8 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetTargetDisplay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetTargetDisplay_m788B2A946875F4E8CB8A9F29210E6F060CBD4DAB (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* RuntimePanelAccess_get_panel_mA5059057EFDADFE31AFF15A6162F98EC942B6FE8 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2Int::.ctor(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DynamicAtlasSettings UnityEngine.UIElements.DynamicAtlasSettings::get_defaults()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* DynamicAtlasSettings_get_defaults_m98A7C68E5FD3C3F1A7DCDA8740B3F9B24A9FA67D (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ScriptableObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::.ctor(UnityEngine.UIElements.PanelSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess__ctor_m1BDD5A5C621B950007C4129C2F3B4DB8DCF24CA6 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___settings0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5 (RuntimeObject* ___message0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___context1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::InitializeShaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_InitializeShaders_m37747DEBC4FACE20CB385708C4FC10B9AA3C7F65 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::DisposePanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_DisposePanel_mEFFD4B1D7BD1657E709E9642EB9B198B7EDD34F2 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::get_isInitialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimePanelAccess_get_isInitialized_m5A3955DF19E72DE6CFF0FB6D919C8FA704295E89 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.PanelSettings::get_visualTree()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___x0, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___y1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.StyleSheet::set_isDefaultStyleSheet(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StyleSheet_set_isDefaultStyleSheet_mF3452A31475F8C3788BC850A151AE9C7B022C7C6 (StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElementStyleSheetSet UnityEngine.UIElements.VisualElement::get_styleSheets()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B VisualElement_get_styleSheets_m229B33524AB0095A57B9CDCADDE824C732265B5A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElementStyleSheetSet::Add(UnityEngine.UIElements.StyleSheet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElementStyleSheetSet_Add_mE5653A810724A67573079E2B4D39FFB260C38214 (VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B* __this, StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___styleSheet0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72 (String_t* ___name0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.PanelSettings::GetDisplayRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D PanelSettings_GetDisplayRect_m28721619932699D41FACB021D32189EB2AB5D8D2 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Screen::get_dpi()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Screen_get_dpi_mD5BB95E605FABD335F0D4736EE4860A0AA98A50D (const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::ResolveScale(UnityEngine.Rect,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_ResolveScale_m59C81DAAE1E2C86AF118DC329493588D3CCA20B1 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___targetRect0, float ___screenDpi1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.IStyle UnityEngine.UIElements.VisualElement::get_style()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.StyleLength::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131 (StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.Length::op_Implicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 Length_op_Implicit_mA306DDA67C43304BDA099FB2748FEC9EAAC94A94 (float ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Length::op_Equality(UnityEngine.UIElements.Length,UnityEngine.UIElements.Length)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_op_Equality_m6EE6F7EF12C90FFD1C8987E1D4AAEA23AA7A8795 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___lhs0, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::set_scale(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_set_scale_mD8F4EDA684C213CF55BA20FEBC45C7C2C341CB4B (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.StyleLength UnityEngine.UIElements.StyleLength::op_Implicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 StyleLength_op_Implicit_m58B40E9A27B1C4236799F2D43F0587C8C63C8763 (float ___v0, const RuntimeMethod* method) ;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.PanelSettings::get_targetTexture()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PanelSettings_get_targetTexture_m56D90849783146127F88DFE296ADD1B69AFB053C_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.PanelSettings::get_targetDisplay()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseRuntimePanel::set_targetDisplay(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseRuntimePanel_set_targetDisplay_mAD38267BFC2AF8803C58397EFA1A72868492B09F_inline (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseRuntimePanel::set_drawToCameras(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRuntimePanel_set_drawToCameras_mEDD7394A4F09CADE52BD0C68E1E308F607387DD8 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::set_clearSettings(UnityEngine.UIElements.PanelClearSettings)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementPanel_set_clearSettings_m3A7E34A554EF716F363B133370912902814403D7_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DynamicAtlasSettings UnityEngine.UIElements.PanelSettings::get_dynamicAtlasSettings()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_minAtlasSize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_minAtlasSize_mD781423244D5C614C8B05FB7C347274882315FE7_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlas::set_minAtlasSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlas_set_minAtlasSize_m5C203F9BC05627694AE128D9E6C96D5A7A5DC589 (DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_maxAtlasSize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxAtlasSize_mD11FF557152E220BDCC6D2330EB6885146B56B29_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlas::set_maxAtlasSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlas_set_maxAtlasSize_mDFF3132513889999401A74713757A7505EDA7625 (DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_maxSubTextureSize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxSubTextureSize_m388D3F62404BAC9955A6AA2605A32E719685B2B3_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlas::set_maxSubTextureSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlas_set_maxSubTextureSize_m5B4FD599693629ADD271A1D357AE1287CF2BA8BA (DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlasSettings::get_activeFilters()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_activeFilters_mC5A9A3E9C4D756FADEDF7D511AC6BD3CFEE4212B_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlas::set_activeFilters(UnityEngine.UIElements.DynamicAtlasFilters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlas_set_activeFilters_m0CB213ACB415F5654B4DED2B9D9ED4F2659ED7E1 (DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter UnityEngine.UIElements.DynamicAtlasSettings::get_customFilter()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* DynamicAtlasSettings_get_customFilter_m19AB5B834412DABFC5E1F0E0C7C4D473857AA4A0_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlas::set_customFilter(UnityEngine.UIElements.DynamicAtlasCustomFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlas_set_customFilter_m42C06367E745C0CCB66FDF2B58F15B3FF2B81902 (DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* __this, DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseRuntimePanel::set_screenToPanelSpace(System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRuntimePanel_set_screenToPanelSpace_m438D407340496BA6CB1635E70A4B26ED035E3DAE (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.PanelScaleMode UnityEngine.UIElements.PanelSettings::get_scaleMode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_scaleMode_m09C467F385EC57A794B62432A878D624AA588FF0_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_fallbackDpi()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_fallbackDpi_m7D2496FE8DCCD5F705D59B4AF0136BE7FC96098D_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_referenceDpi()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_referenceDpi_m272B7734E1563D6D4508FF825AF505B0D3B0832C_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.PanelSettings::get_referenceResolution()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Vector2Int::get_x()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Vector2Int::get_y()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2Int::op_Implicit(UnityEngine.Vector2Int)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2Int_op_Implicit_m0D3B1D66E99D4C636F431691169479582058BED3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___v0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.PanelScreenMatchMode UnityEngine.UIElements.PanelSettings::get_screenMatchMode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_screenMatchMode_mF8452037AB6ED750CF0685B4D6E5A39E9D663A93_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_match()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_match_mF35890A66DFE49B7851710C2B658E481A63E18FC_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_scale()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_scale_m71E820D059C82E0E9FBBE52C20E9B5EF98E81359_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Display::get_renderingWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingWidth_mD23656E7A8270AF79B0EF4124959B3E18BEDF0C7 (Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Display::get_renderingHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingHeight_m0627691B7B2D7037A856597E43BFDF1F0CC2B0B8 (Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mCA5D955A53CF6D29C8C7118D517D0FC84AE8056C (const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Screen::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m624DD2D53F34087064E3B9D09AC2207DB4E86CA8 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList__ctor_mC2EE7D039783EAF5728F66254D97E17785A62B9C (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::RemoveFromListAndFromVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54 (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::AddToListAndToVisualTree(UnityEngine.UIElements.UIDocument,UnityEngine.UIElements.VisualElement,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList_AddToListAndToVisualTree_m0597D8289B7DF86467880ABD06528BB30685A37F (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___visualTree1, int32_t ___firstInsertIndex2, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::get_Count()
|
|
inline int32_t List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_inline (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::CreateRelatedRuntimePanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* RuntimePanelAccess_CreateRelatedRuntimePanel_mAAC52AFAF1D070A24DEEDA11A44104E3EB107763 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseRuntimePanel::set_sortingPriority(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRuntimePanel_set_sortingPriority_m323337FF99A726DEE252ABE29B47C3E2A8A8B62D (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, String_t* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::SetScreenToPanelSpaceFunction(System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_SetScreenToPanelSpaceFunction_mD50D5285FA3692C92D9072894FDAD36A5D320A57 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___screentoPanelSpaceFunction0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::DisposeRelatedPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_DisposeRelatedPanel_m3020D434A80BAAA7FD931ED891253EE62B971277 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIElementsRuntimeUtility/CreateRuntimePanelDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateRuntimePanelDelegate__ctor_m1DF50B888F7B1280C8C58A62161FA6E42DFF6006 (CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.UIElementsRuntimeUtility::FindOrCreateRuntimePanel(UnityEngine.ScriptableObject,UnityEngine.UIElements.UIElementsRuntimeUtility/CreateRuntimePanelDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* UIElementsRuntimeUtility_FindOrCreateRuntimePanel_m59FFEF5510575CC0940AE27137D148C58FA898C9 (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91* ___createDelegate1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIElementsRuntimeUtility::DisposeRuntimePanel(UnityEngine.ScriptableObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIElementsRuntimeUtility_DisposeRuntimePanel_m854C277F5D207DA12F24ACC3B8A94060B2FAEEB2 (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::.ctor()
|
|
inline void List_1__ctor_m856D83183F6F5CDDE65CD7A3B8DBF24E3630CC2F (List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationEventDispatchingStrategy__ctor_m9243C39886903158140DD8F720A888AD81377753 (NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.IEventDispatchingStrategy>::Add(T)
|
|
inline void List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline (List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureDispatchingStrategy__ctor_m2A38585BC0D3626E41D701C40F2C438F4DFFD31C (PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.KeyboardEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyboardEventDispatchingStrategy__ctor_m5523F5CF14EC10558302BF5EF9DA8E336362E9A8 (KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy__ctor_m0B72334A7F6713ADBC0682135C498FDF8FD33F87 (PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy__ctor_m24A76F9817155C0AC9FFFEEB821FD500F84FA408 (MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DefaultDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultDispatchingStrategy__ctor_m142BF3B927F318FA373FF832F02D1615A19F7BCA (DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.EventDispatcher::CreateForRuntime(System.Collections.Generic.IList`1<UnityEngine.UIElements.IEventDispatchingStrategy>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* EventDispatcher_CreateForRuntime_m69E25284590237785E0E7454CB4F98BE3B171A10 (RuntimeObject* ___strategies0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.RuntimePanel::.ctor(UnityEngine.ScriptableObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanel__ctor_mA9917D695B738FABB3843CF7134AFCC1BCAE6CC2 (RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* __this, ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseRuntimePanel::.ctor(UnityEngine.ScriptableObject,UnityEngine.UIElements.EventDispatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRuntimePanel__ctor_m8F7BC350C3D99729C3D624006DDC646258E94957 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___dispatcher1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.NavigateFocusRing::.ctor(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigateFocusRing__ctor_m3F3150AF1273EF23B8CECED99E2F9D702B3C2C44 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.FocusController::.ctor(UnityEngine.UIElements.IFocusRing)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FocusController__ctor_m9C8B31AC9F9CB4CB535FDE39FA7E3276237A4A02 (FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* __this, RuntimeObject* ___focusRing0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.Panel::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Panel_set_name_m22B49AC936B0515FE5145C6CA08ED3706FC27336 (Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* __this, String_t* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplyPanelSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplyPanelSettings_m123CD975A82D3479345AEA1B0D00614B3E82F18E (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_Update_m54AF09187263791D1A165D445083C7FF4BA817AC (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.RuntimeEventDispatcher::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* RuntimeEventDispatcher_Create_m909D956B8EEC1DD68A5C1586FAF95DB375420DE4 (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::Remove(T)
|
|
inline bool List_1_Remove_m587BA9CBD56E4A95FF7B35422372713E9793E6BE (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___item0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___item0, method);
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIDocument::get_rootVisualElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::RemoveFromHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::GetEnumerator()
|
|
inline Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992 (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIDocument>::Dispose()
|
|
inline void Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIDocument>::get_Current()
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_inline (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* (*) (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Single UnityEngine.UIElements.UIDocument::get_sortingOrder()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIDocument>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::Insert(System.Int32,T)
|
|
inline void List_1_Insert_mBEA695565A96AC6C8A9A0B2486ABC0AB39D34975 (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, int32_t ___index0, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___item1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, int32_t, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77*, const RuntimeMethod*))List_1_Insert_m9C9559248941FED50561DB029D55DF08DEF3B094_gshared)(__this, ___index0, ___item1, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::get_Item(System.Int32)
|
|
inline UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* List_1_get_Item_m794DA0C14FD0BC557830E214DF2E247ADC22C4C9 (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::IndexOf(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualElement_IndexOf_m1CC000F2192D5D561AE87B2EC3AB312BD0D714AE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::Add(T)
|
|
inline void List_1_Add_mB82E803C32555760B742EE4F7963B5F916835CD0_inline (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.VisualElement::Insert(System.Int32,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_Insert_m95ACF6FC7BCF788C955714E8DADF07FACE5C0031 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___index0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___element1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::Add(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_Add_mE2571CCB23C09103F8732EEC73833683F7236A7F (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___child0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::.ctor()
|
|
inline void List_1__ctor_m1FED54E308718B4A0B27B066F4733D6EDEB8A9DC (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.UIDocument UnityEngine.UIElements.UIDocument::get_parentUI()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::DetachUIDocument(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_DetachUIDocument_m6DE0378F06B6DA5B94EDCE71680A640D3212E786 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.PanelSettings::AttachAndInsertUIDocumentToVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_AttachAndInsertUIDocumentToVisualTree_m6A5C6B6CC4BE8A096B0A2305765AAF07978E275A (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Assertions.Assert::AreEqual<UnityEngine.UIElements.PanelSettings>(T,T)
|
|
inline void Assert_AreEqual_TisPanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_mA4B9F9C0B45577CD0B5DA94209086048F4C52801 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___expected0, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___actual1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*, const RuntimeMethod*))Assert_AreEqual_TisRuntimeObject_m8D81E3A8231A642313203387318070C6224B8784_gshared)(___expected0, ___actual1, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_panelSettings(UnityEngine.UIElements.PanelSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_set_panelSettings_m4BF008612F46252A0B5E277F5687899820EA2852 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::RecreateUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_RecreateUI_mB572F952405F7AE015F6846ED5AD04F5759369A2 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::ApplySortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_ApplySortingOrder_m73D2E8B7DEAE92E6088EA5FE69AC10E3E26991D1 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::AddRootVisualElementToTree()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.MonoBehaviour::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::SetupFromHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_SetupFromHierarchy_mD4FE27029B326D6BDB38244C55FF7EFEB510A8A7 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::RemoveChild(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_RemoveChild_m0934573E1D4FF8EFE497CDD94612F04A23726175 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___child0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIDocument UnityEngine.UIElements.UIDocument::FindUIDocumentParent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* UIDocument_FindUIDocumentParent_mBE1B1E0EC07F9EF0CAB7230406F0684A65924D3A (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_parentUI(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIDocument_set_parentUI_m4DA98F4BB5FBC38124D3D2C25A974814D33D30D7_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Component::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Transform UnityEngine.Transform::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
// T[] UnityEngine.Component::GetComponentsInParent<UnityEngine.UIElements.UIDocument>(System.Boolean)
|
|
inline UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* Component_GetComponentsInParent_TisUIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_m4B397E381B889ADE4905FAC91F03826F19F0C43A (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, bool ___includeInactive0, const RuntimeMethod* method)
|
|
{
|
|
return (( UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, bool, const RuntimeMethod*))Component_GetComponentsInParent_TisRuntimeObject_m28B780AC357FCF95670D111FF933290A5B13FEAB_gshared)(__this, ___includeInactive0, method);
|
|
}
|
|
// UnityEngine.UIElements.TemplateContainer UnityEngine.UIElements.VisualTreeAsset::Instantiate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2* VisualTreeAsset_Instantiate_m4545E53DD36EEFD05C41C460B8AE4F982BF8020F (VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E (RuntimeObject* ___message0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TemplateContainer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemplateContainer__ctor_mA75E65DE2AA9A08A9A3EB798EA57EE3D9A63B4EC (TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::set_pickingMode(UnityEngine.UIElements.PickingMode)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VisualElement_set_pickingMode_m4B12358A0C59640E752A2BB5B3E6F5C76CB9ACD0_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___collection0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::AddChildAndInsertContentToVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_AddChildAndInsertContentToVisualTree_m4E8612458D8A1A66E410B61400F02CA6FDF05F87 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___child0, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIDocument>::Clear()
|
|
inline void List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_inline (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::SetupRootClassList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_SetupRootClassList_m8AEC14E3B154F6EDA937049B22F89C8A3C94FCB6 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::EnableInClassList(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_EnableInClassList_m8576D29AB2E6772EBAAA0E0EC2698244C8C87365 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, String_t* ___className0, bool ___enable1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIDocument::ReactToHierarchyChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_ReactToHierarchyChanged_m1744F0CE10EE70B6C07DE1EEE7F6438FA52D6F3C (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::get_disposed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_get_disposed_m2FBF3BA38EEECF3A77B72B0FF55D5E1ACF2BF2CF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::Release()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_Release_m9ED93BE8B18C15CC43853BECCFA161D7D06FD4F7 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::Release()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_Release_m6176D0D6B3A9ED7EE22CD24F045F1497C2707B49 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_disposed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_disposed_m2F4D214D2AE0A7E3576B9CA4BCCECEEBD152A1BE_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014 (int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Log(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m5AD7CD5F4DCE823F0D89CFFD817934769D73B2B7_inline (float ___f0, float ___p1, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m6A6E30BA4157D69DA47F02B43108882DDD7C4A70_inline (float ___f0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_virtualWidth(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualWidth_m1A09C0DFE0CB6286E057237AD67206FCBD3463BF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_virtualHeight(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualHeight_m831D3D355C0CB884C2C68FE9C0BC1C221E78AB02_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::GetLog2OfNextPower(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_GetLog2OfNextPower_m3CE1E101A08C9B3EBF3E9B4C2BA6DEC7594F4164 (int32_t ___n0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RectInt::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___xMin0, int32_t ___yMin1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::Acquire(UnityEngine.RectInt)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* AreaNode_Acquire_m59E770B3DCCA26631D5DE5927B7DA0FCCE4FD35B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::BuildAreas()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_BuildAreas_m151440421E24FE139479C78B9FD2F2FF26A83FB5 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// Unity.Profiling.ProfilerMarker/AutoScope Unity.Profiling.ProfilerMarker::Auto()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 ProfilerMarker_Auto_m133FA724EB95D16187B37D2C8A501D7E989B1F8D_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.ProfilerMarker/AutoScope::Dispose()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoScope_Dispose_mED763F3F51261EF8FB79DB32CD06E0A3F6C40481_inline (AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxImageWidth()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageWidth_m98C5EFFE3F97C97D3D7F64AFB436B2C892668983_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxImageHeight()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageHeight_m62CA00B41DB4F2BBE53525CEB85C83E64272BE59_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_width()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_width_m901181A1C173876A7480F974045FC21B5B0FD1BE_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::TryPartitionArea(UnityEngine.UIElements.UIRAtlasAllocator/AreaNode,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_TryPartitionArea_m3BA589A0EF3AFD40F8065EB0007E4B5DF7D0374B (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___areaNode0, int32_t ___rowIndex1, int32_t ___rowHeight2, int32_t ___minWidth3, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_offsetX()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_offsetX_mD6014EC168B23F7BA0A36334B453CB1D3880AB6B_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_offsetY()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_offsetY_mD4811B2692022921D4961E1527A444DCE00CBDCD_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_physicalWidth()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalWidth_m0B06147154436A555CEABB9C9EB319D7D33A5398_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_xMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_physicalWidth(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalWidth_m4C7291D8F1695ED2B7F0DFB6BBCED5DD28F2DA14_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_physicalHeight()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalHeight_m736C92B2C509CE66BAFFBA87110103BBC72DBD88_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_yMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_physicalHeight(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalHeight_mA8F88788580E631B79B9F4AAE2B6D339C3FB9A7D_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row UnityEngine.UIElements.UIRAtlasAllocator/Row::Acquire(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t13B978986DAB62CA9755501639C69AE85BB5D688* Row_Acquire_m5A80017F9D5D4D381940C0C9F44DDE83612542B8 (int32_t ___offsetX0, int32_t ___offsetY1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RectInt::set_y(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RectInt::set_height(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::RemoveFromChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_RemoveFromChain_m074D5A07E01A0A42226CA8F316FE02DFD2B93056 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_virtualWidth()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_virtualHeight()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::AddAfter(UnityEngine.UIElements.UIRAtlasAllocator/AreaNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_AddAfter_m3DDC87323AA5C564B0B7366B7DE737416C0E05F3 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___previous0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxAtlasSize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxAtlasSize_m0D9EC72001157BE34A8D22C7A494A4E2EFC4C074_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>::Get()
|
|
inline Row_t13B978986DAB62CA9755501639C69AE85BB5D688* ObjectPool_1_Get_m9F4E02C21E4DBF326E10D22C3C4EF3D381A2F716 (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Row_t13B978986DAB62CA9755501639C69AE85BB5D688* (*) (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E*, const RuntimeMethod*))ObjectPool_1_Get_m8083040649293905041518C11D70D801265F2F87_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_offsetX(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_offsetX_mAAB99180D84C46872C3BDEDBAD98D8F826C5A3FB_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_offsetY(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_offsetY_m7D7D781D609D50ED0F3848A10DB2251574E42882_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_width(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_width_mE0674A51301742A22B7110490E5BFE5D10486761_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_height(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_height_mF68966671036BF79C79119EB740A1B0C477A2FA2_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>::Release(T)
|
|
inline void ObjectPool_1_Release_mDA7A72B1D56BE0420A31694C49EE8A15F774935C (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* __this, Row_t13B978986DAB62CA9755501639C69AE85BB5D688* ___element0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E*, Row_t13B978986DAB62CA9755501639C69AE85BB5D688*, const RuntimeMethod*))ObjectPool_1_Release_m6F11856AD6B4BB632CF4268585A12AD5BA07F7EA_gshared)(__this, ___element0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/Row>::.ctor(System.Int32)
|
|
inline void ObjectPool_1__ctor_m93C0AD972026A8C6B1DB42587A58D3A33F9BCE02 (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* __this, int32_t ___maxSize0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E*, int32_t, const RuntimeMethod*))ObjectPool_1__ctor_m1BFAB787CE8A32532F3B2E3D4AF4B1905E0230DE_gshared)(__this, ___maxSize0, method);
|
|
}
|
|
// T UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>::Get()
|
|
inline AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ObjectPool_1_Get_m65DB4C32F1FD5F850AB0BA920EE030C46F038666 (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* (*) (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5*, const RuntimeMethod*))ObjectPool_1_Get_m8083040649293905041518C11D70D801265F2F87_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>::Release(T)
|
|
inline void ObjectPool_1_Release_mD6C613104651E2ACF8AE657D46C9119B43DEFBFF (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* __this, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___element0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5*, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*, const RuntimeMethod*))ObjectPool_1_Release_m6F11856AD6B4BB632CF4268585A12AD5BA07F7EA_gshared)(__this, ___element0, method);
|
|
}
|
|
// System.Void UnityEngine.Assertions.Assert::IsNull<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>(T)
|
|
inline void Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*, const RuntimeMethod*))Assert_IsNull_TisRuntimeObject_m1AE33B777CC72E3C3D8702A42F61466B7BE1FA8D_gshared)(___value0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.ObjectPool`1<UnityEngine.UIElements.UIRAtlasAllocator/AreaNode>::.ctor(System.Int32)
|
|
inline void ObjectPool_1__ctor_m6C99722C110E1E209D5AA11944A7DFBD81CCDD00 (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* __this, int32_t ___maxSize0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5*, int32_t, const RuntimeMethod*))ObjectPool_1__ctor_m1BFAB787CE8A32532F3B2E3D4AF4B1905E0230DE_gshared)(__this, ___maxSize0, method);
|
|
}
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::get_instance()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureRegistry::AllocAndAcquireDynamic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_AllocAndAcquireDynamic_m2312E5AFDC5B5CCAE30B22B5388E2EEDB0C6A3CE (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_textureId(UnityEngine.UIElements.TextureId)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_textureId_mB2741070A9CFB969EC3E5A6BFA1943693A10C8D8_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Allocator2D::.ctor(UnityEngine.Vector2Int,UnityEngine.Vector2Int,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Allocator2D__ctor_mF447F3CFE8488ADC58D611C98A44CFC88B5CBEF3 (Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___minSize0, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___maxSize1, int32_t ___rowHeightBias2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter__ctor_mD79919BDF48AF5D515F1C764FCD22BAC796BD035 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.DynamicAtlasPage::get_disposed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.DynamicAtlasPage::get_atlas()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRUtility::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_atlas(UnityEngine.RenderTexture)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_Dispose_m29FEFB901C826EABA7FDC30FD4A03EC1E2C0D72C (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.DynamicAtlasPage::get_textureId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 DynamicAtlasPage_get_textureId_m30935825112616DB6923F11DF1D17DF0935A15F9_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextureId::op_Inequality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m74961070290D3358A075380639AECCBF0F2FDFD0_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::Release(UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_disposed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_disposed_m132FC74969862D6E75B7D878BB4B5D1A67C5AA4B_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DisposeHelper::NotifyDisposedUsed(System.IDisposable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF (RuntimeObject* ___disposable0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Allocator2D::TryAllocate(System.Int32,System.Int32,UnityEngine.UIElements.UIR.Allocator2D/Alloc2D&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Allocator2D_TryAllocate_m3362F136C536996E5725228F8E4C9DD0560C0620 (Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* __this, int32_t ___width0, int32_t ___height1, Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* ___alloc2D2, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIRUtility::GetNextPow2(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRUtility_GetNextPow2_m13EF6BE5EA11A47337CE72CE5722D35436A93EBD (int32_t ___n0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2Int::set_x(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int_set_x_m291ECF246536852F0B8EE049C4A3768E4999CDC8_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2Int::set_y(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int_set_y_mF81881204EEE272BA409728C7EBFDE3A979DDF6A_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_xMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.RectInt::get_yMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Update(UnityEngine.Texture2D,UnityEngine.RectInt)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Update_m2815FC7C4531EB9A7E99FC7729F045F861FAFFB1 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___image0, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_white()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::QueueBlit(UnityEngine.Texture,UnityEngine.RectInt,UnityEngine.Vector2Int,System.Boolean,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_QueueBlit_mFF3675087045B052103F691186186D3F42F46A01 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src0, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos2, bool ___addBorder3, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint4, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Allocator2D::Free(UnityEngine.UIElements.UIR.Allocator2D/Alloc2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Allocator2D_Free_m8F67C78992C9E83DA965F0C456A0DA7757ABBA89 (Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* __this, Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E ___alloc2D0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::UpdateAtlasTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_UpdateAtlasTexture_m3BB899F374D7EA8DF5F13CFEA5894E6224F92E05 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::Commit(UnityEngine.RenderTexture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_Commit_mAB0D92623C9AEA7B1439EB1613D9A1DA62A2465F (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, const RuntimeMethod* method) ;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.DynamicAtlasPage::CreateAtlasTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* DynamicAtlasPage_CreateAtlasTexture_m69635EEE2328B6C360015660C03E4ADB01DF9631 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogErrorFormat(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_mA33C95EF832A60D72A7EE26074E13A86BE7E30C6 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.TextureBlitter::BlitOneNow(UnityEngine.RenderTexture,UnityEngine.Texture,UnityEngine.RectInt,UnityEngine.Vector2Int,System.Boolean,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureBlitter_BlitOneNow_m36B06C9C2FA624B74430BC2A89D054B3945A2185 (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___dst0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___src1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___srcRect2, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___dstPos3, bool ___addBorder4, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___tint5, const RuntimeMethod* method) ;
|
|
// UnityEngine.RenderTextureFormat UnityEngine.UIElements.DynamicAtlasPage::get_format()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_format_m4BED19AF26F176684D56FDB1AB9722F5E0A7D2A9_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m53215A8EDDE262932758186108347685F6A512C4 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___format3, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.FilterMode UnityEngine.UIElements.DynamicAtlasPage::get_filterMode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_filterMode_m28AE47F92FA090A14F0CF51A81A5E3DE1AA4799B_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.BaseVisualTreeUpdater::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22 (BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::get_duringLayoutPhase()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___message0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::get_yogaNode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Yoga.YogaNode::get_IsMeasureDefined()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YogaNode_get_IsMeasureDefined_m14B27C81AD102F307669F55E3FDFEE7E7E61B7EC (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::set_duringLayoutPhase(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementPanel_set_duringLayoutPhase_m92B988C1605071034FEB52BA683719FFCC200AE8_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualTreeUpdater::get_visualTree()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A (BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Yoga.YogaNode::CalculateLayout(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YogaNode_CalculateLayout_mF1185A522FA0E60BA47039893A3EE3419B6F1D37 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, float ___width0, float ___height1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventDispatcherGate::.ctor(UnityEngine.UIElements.EventDispatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcherGate__ctor_mF02241D3AB4F068E3F0493D2E407C344C66810A9 (EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097* __this, EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___d0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.EventDispatcherGate::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcherGate_Dispose_m55EF7949617C12B917FF0374D4F140F2054CE9C5 (EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::UpdateSubTree(UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater_UpdateSubTree_mEA3BC8A2E2899983655146FC600A33CCC4E36467 (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___currentLayoutPass1, bool ___isDisplayed2, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Yoga.YogaNode::get_IsDirty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YogaNode_get_IsDirty_m24743ABB33BC9F32F946B3FD9C5DB85F77285781 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.FocusController::ReevaluateFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FocusController_ReevaluateFocus_m8FFEF3750EF9D5922B939AB7C267F9D1FACE29FE (FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutX()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutX_mEEE47120D6DB656AC643A1294AFE3CC79E93C492 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutY()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutY_m79DCF02D705920434DCE9B534FFAAC936A268173 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutWidth_mF68064634C5682A2C0C70DAAF6CB45C39D3F216A (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutHeight_m0A56155F1B067D0127E5A38204C2F0A9BAB605BD (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutPaddingLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutPaddingLeft_m315AB18C71CFF8207E9DBC8D7538BFE0A0569421 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutPaddingTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutPaddingTop_m76AB547D25D8C51B5CA987BD7D8D586AF284E8D8 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutPaddingRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutPaddingRight_m3AB9145B687CB1ADE6B6EFBDBBF2928301B0FEB1 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Yoga.YogaNode::get_LayoutPaddingBottom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float YogaNode_get_LayoutPaddingBottom_m08100BDABCA07492B6BBF8FD57BCB06AD460049C (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::get_isHierarchyDisplayed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_isHierarchyDisplayed_m57D4B4C55044168D6AF4D7CE32FC9C809F8E2348 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::set_isHierarchyDisplayed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_set_isHierarchyDisplayed_mD0F5686DADF228E4B3F6BBC43EBF5014FC785CEC (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::IncrementVersion(UnityEngine.UIElements.VersionChangeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___changeType0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Yoga.YogaNode::get_HasNewLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool YogaNode_get_HasNewLayout_m801E00B631071A29A968ACA0489B1BDC2CE3CE05 (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement/Hierarchy::get_childCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___key0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.GeometryChangedEvent UnityEngine.UIElements.GeometryChangedEvent::GetPooled(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* GeometryChangedEvent_GetPooled_m6F153528F04F22BF95DA5027B9DBD0699B3A8676 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___oldRect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___newRect1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Yoga.YogaNode::MarkLayoutSeen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void YogaNode_MarkLayoutSeen_m899C39B9392134C5B7835217D18FCC8D5E7A1E5A (YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualTreeUpdater::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualTreeUpdater__ctor_m64962BB0B4E0EE94292901B60BC5BA826FF5301B (BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Length()
|
|
inline int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, const RuntimeMethod*))NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt16>::get_Length()
|
|
inline int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_inline (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, const RuntimeMethod*))NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::set_Item(System.Int32,T)
|
|
inline void NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___index0, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, int32_t, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7, const RuntimeMethod*))NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared)(__this, ___index0, ___value1, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::set_Item(System.Int32,T)
|
|
inline void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___index0, uint16_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, int32_t, uint16_t, const RuntimeMethod*))NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared)(__this, ___index0, ___value1, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::CopyFrom(T[])
|
|
inline void NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185*, const RuntimeMethod*))NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::CopyFrom(T[])
|
|
inline void NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___array0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83*, const RuntimeMethod*))NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E_gshared)(__this, ___array0, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ColorAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextUtilities::IsFontAssigned(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextUtilities_IsFontAssigned_m33284E58FDBF0CD1CECC15888C048C685C498199 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___textParams0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.Length::get_value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.LengthUnit UnityEngine.UIElements.Length::get_unit()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.ComputedStyle& UnityEngine.UIElements.VisualElement::get_computedStyle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_borderTopLeftRadius()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderTopLeftRadius_m67D177E6AF91CC1413FCA6EA2675FEC54AD84974 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils::ConvertBorderRadiusPercentToPoints(UnityEngine.Vector2,UnityEngine.UIElements.Length)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___borderRectSize0, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length1, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_borderBottomLeftRadius()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderBottomLeftRadius_m0591621DC5BDEF35B0F24C7791A9244BCC72D87E (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_borderTopRightRadius()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderTopRightRadius_m65B3C6F4578C9512769A4CDBC59E15C8C840A588 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_borderBottomRightRadius()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderBottomRightRadius_m570211084F0CD1C730B7F7D3A6510394895CC980 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_x(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_width(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Rect::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_y(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_height(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___value0, const RuntimeMethod* method) ;
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.Sprite::get_rect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Bounds UnityEngine.Sprite::get_bounds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_min()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_position(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Bounds::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_size(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::RectIntersection(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_RectIntersection_mC2CFDBF2B6B9E10A1261A0D072E6C7AE95343E98 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___a0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___b1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::Max(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_min(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_min_m6557D7D73C6F115CA7C92E38C88EA9E95FC89253 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Rect::get_max()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::Min(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Rect::set_max(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_max_mAD2D6D5DC1F5A6E69A0A0BD7E34C209F91C381F0 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2[] UnityEngine.Sprite::get_vertices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2[] UnityEngine.Sprite::get_uv()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_UnaryNegation(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_m47556D28F72B018AC4D5160710C83A805F10A783_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::AdjustUVsForScaleMode(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,UnityEngine.Rect&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustUVsForScaleMode_m64F81E5131476C1DB18D866ADDEFA6DC2336859B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture2, int32_t ___scaleMode3, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rectOut4, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___uvOut5, const RuntimeMethod* method) ;
|
|
// UnityEngine.Texture2D UnityEngine.Sprite::get_texture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mEF15C6B17CE4E1FA7E379CDB82CE40FCD89A3F28 (RuntimeObject* ___message0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ComputeGeomRect(UnityEngine.Sprite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeGeomRect_m141208EF3A96F044C84F1494B4B1456287DD0FC7 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ComputeUVRect(UnityEngine.Sprite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeUVRect_mBBCD64863DB9CA3937C0B367559EDD57CC1EC1B9 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite0, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.Sprite::get_border()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Sprite_get_border_m024C8361A808BF597EC6E1849AADDA9C756B459F (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector4::op_Inequality(UnityEngine.Vector4,UnityEngine.Vector4)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Sprite::get_packed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.SpritePackingRotation UnityEngine.Sprite::get_packingRotation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ApplyPackingRotation(UnityEngine.Rect,UnityEngine.SpritePackingRotation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ApplyPackingRotation_mA19D40FC3DBF6CC0A93197B975D1EF71E84955B5 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv0, int32_t ___rotation1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::AdjustSpriteUVsForScaleMode(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Sprite,UnityEngine.ScaleMode,UnityEngine.Rect&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustSpriteUVsForScaleMode_m74F6D4A8780376C3EEE8C418EAEE8FF2D644A775 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___geomRect2, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture3, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite4, int32_t ___scaleMode5, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rectOut6, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___uvOut7, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::HasRadius(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasRadius_mD5FCED05D5C5D320D0C3925667105DEFD0EDFC02 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* __this, float ___epsilon0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Rect::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Rect_GetHashCode_m8E55539476EA6B7A6E0CEC5F980227CD15B778F1 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.FontDefinition::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FontDefinition_GetHashCode_mAE455799B250E80471E797D4497B1DB9B715D8F6 (FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Color::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Boolean::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Single::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2 (float* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.Length::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextParams_GetHashCode_mC8A715BCEEDF161F0CDF1510C352C3C72B30C4A6 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_contentRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_contentRect_m4D3C57AFA3D4DE425103F3AF9F2829EABA741A07 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.FontDefinition UnityEngine.UIElements.ComputedStyle::get_unityFontDefinition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ComputedStyle_get_unityFontDefinition_mBD060AAC591243B959A2F0E323138C3D6B573A8D (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Font UnityEngine.UIElements.TextUtilities::GetFont(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* TextUtilities_GetFont_mCB63C2C5B1AC1B59AC45B0EE4956EE90A7EA6192 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_fontSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_fontSize_m8EC7665FA467E17E3FF44A3A3AA61B1BB1D79272 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.FontStyle UnityEngine.UIElements.ComputedStyle::get_unityFontStyleAndWeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unityFontStyleAndWeight_mE355186855A01D29AB8AD3D424E356D34ACDAD53 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.UIElements.ComputedStyle::get_color()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ComputedStyle_get_color_m287029A6D6ED7CF9E77FCE908B258304D6A8AE3C (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.TextAnchor UnityEngine.UIElements.ComputedStyle::get_unityTextAlign()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unityTextAlign_m189359805CF935DB32D33D9C9E42887EBCA63A44 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.WhiteSpace UnityEngine.UIElements.ComputedStyle::get_whiteSpace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_whiteSpace_m4A7A9F132EDFE87B9E119DC21A25FB0FAB4D2D2D (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextElement::get_enableRichText()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextElement_get_enableRichText_mEE9AF3B9D18988A715A5A648FC53511ECC8EB75B (TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.TextOverflow UnityEngine.UIElements.ComputedStyle::get_textOverflow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_textOverflow_m1D6D87744472BFD4F90C88C34E5601F79CD22A49 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.TextOverflowPosition UnityEngine.UIElements.ComputedStyle::get_unityTextOverflowPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unityTextOverflowPosition_mD2AE8FE735F17A68CA9E83BC7542A87C5D72AFE1 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.OverflowInternal UnityEngine.UIElements.ComputedStyle::get_overflow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_overflow_m904B36CF971CBAD3B1B5D6239E1FB982FCF5548F (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_letterSpacing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_letterSpacing_mC97B105B27FE0DD89926488744CD5D41B6193341 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_wordSpacing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_wordSpacing_m86FF29832288C08B319BFE5085B9A504CFE2A01B (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Length UnityEngine.UIElements.ComputedStyle::get_unityParagraphSpacing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_unityParagraphSpacing_m0FAE2305177BBB53401BDC133C4C9C311F3A8429 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Font UnityEngine.UIElements.TextUtilities::GetFont(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* TextUtilities_GetFont_m34C7B874B2CEEC492741355623303C45AD408C6E (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___textParam0, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mFD901720CA0969541BCC09A9D54A99329A963BC3 (Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.BaseVisualTreeUpdater::add_panelChanged(System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualTreeUpdater_add_panelChanged_m05C16BEBB2A2FA86EA151A1BAFBD0AA9B427A374 (BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41* __this, Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnRenderHintsChanged(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnTransformOrSizeChanged(UnityEngine.UIElements.VisualElement,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___transformChanged1, bool ___clipRectSizeChanged2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnClippingChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnOpacityChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnColorChanged(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnVisualsChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, bool ___hierarchical1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::InitRenderChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_InitRenderChain_mAF9008BC6457FB69BA4B8C1ACDE18F99AFD9C01E (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::get_device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessChanges()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessChanges_m3A66729977C07DFD11210D917DB8AECE8D4A57A5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::get_clearSettings()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 BaseVisualElementPanel_get_clearSettings_mB19B34235C67D4E8AA325A1227F1B85BBD85BDA7_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::RGBMultiplied(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_RGBMultiplied_m4B3BAE4310EA98451D608E0300331012AFFF1B01_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___multiplier0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mD748D5A6771761276FC9D2575A6873E51F90EA98 (bool ___clearDepth0, bool ___clearColor1, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor2, float ___depth3, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_drawStats()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_drawStats_mDA2556C2070E8D05020C3172C3856A06DB624B1A_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawStats(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawStats_m1FA483EACE6A19A312E528B31E366560D85DDDB1_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_breakBatches()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_breakBatches_mC177B7C4E42F7F2D5977F0DECF46AD6F849261B9_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::set_breakBatches(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_set_breakBatches_m301332D143892B4498E39DED35FE0DC3256880D4_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::Render()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::.ctor(UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain__ctor_mAB2E2A8899FF4674D23CEA4260756964ED8D8B45 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel0, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Utility::add_GraphicsResourcesRecreate(System.Action`1<System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_GraphicsResourcesRecreate_m11A4A0B4368B22DE41056758D2A4208AB871DF54 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::PrepareForGfxDeviceRecreate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_PrepareForGfxDeviceRecreate_m00C75BF4418D607A2F4983A6600F64F1C48D13F2 (const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel> UnityEngine.UIElements.UIElementsUtility::GetPanelsIterator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 UIElementsUtility_GetPanelsIterator_m5FFB8FEC04F65C86DA3BFE45ACC6C0939F43CC10 (const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::get_Current()
|
|
inline KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 (*) (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44*, const RuntimeMethod*))Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>::get_Value()
|
|
inline Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline (KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* (*) (KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::DestroyRenderChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_DestroyRenderChain_m07C7EE23D66D36F0C70A1A48452DDEDAF6F54A31 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9 (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44*, const RuntimeMethod*))Enumerator_MoveNext_m4DC143BC57F14EDD85AB13B6D6F3B5D0E319B30E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::FlushAllPendingDeviceDisposes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_FlushAllPendingDeviceDisposes_m5F3D925D05CC7D78F64F596CE53B3EE5128270D4 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::WrapUpGfxDeviceRecreate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_WrapUpGfxDeviceRecreate_m0C6BE408CD67B0ACC25B4B29D3B812BD7855B023 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::DetachFromPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_DetachFromPanel_mB8675A526B5456B6EE5338BA367E9B06345DA919 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::AttachToPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_AttachToPanel_m01B263CDC60D96B56D6165015DB619D249EE9192 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::add_atlasChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_add_atlasChanged_m18EFC22B4AE0264F1666AB89BC9D81013D95CC36 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::add_standardShaderChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_add_standardShaderChanged_mD3345035EABADED2995A5032469355E2EEFBF9C3 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::add_standardWorldSpaceShaderChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_add_standardWorldSpaceShaderChanged_m06F6236A88E2A34BD6A42E748C915487C87AC16D (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.HierarchyEvent::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HierarchyEvent__ctor_mCB726C6A425D3CE8179A20AEE7D4D769D57E6E74 (HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::add_hierarchyChanged(UnityEngine.UIElements.HierarchyEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_add_hierarchyChanged_mFF50603F086261870B15F30A712DB368D5126113 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::remove_atlasChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_remove_atlasChanged_m178444735E6DB400CF74F575F7B36C2D6D7D1683 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::remove_standardShaderChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_remove_standardShaderChanged_m7AA66666EDD80D8CA269E9055863C653EF0F6337 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::remove_standardWorldSpaceShaderChanged(System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_remove_standardWorldSpaceShaderChanged_mEBEB2909C84344C3E3466062D093BBE45294755A (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::remove_hierarchyChanged(UnityEngine.UIElements.HierarchyEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_remove_hierarchyChanged_mA06709F8940E9339884B4AA256907E6E3D734097 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildAdded(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelStandardShaderChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelStandardWorldSpaceShaderChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_mBAF8084B843D14E1A5E3CE8B1B3E69EE2ED7B7BA (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::ResetAllElementsDataRecursive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_ResetAllElementsDataRecursive_m85124D73441E8AB7DE046C466FDECE0CECC86DA1 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildRemoving(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildrenReordered(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Assert(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806 (bool ___condition0, String_t* ___message1, const RuntimeMethod* method) ;
|
|
// UnityEngine.HideFlags UnityEngine.Object::get_hideFlags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultShader(UnityEngine.Shader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultShader_mDCF118253FB3E7104BA95740F94A6728B56333D6 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultWorldSpaceShader(UnityEngine.Shader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultWorldSpaceShader_m50EEFD4B2ED5067AE0E371ED1C7B797571E55E4F (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___value0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_disposed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_disposed_mDE936EE1A1A18F043F1D4005255EEB3BB46C8C61_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::set_disposed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRRepaintUpdater_set_disposed_m6C50264069EA286169D790376C80F93F45A1F8A1_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, bool ___value0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.TextureId::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, int32_t ___index0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.TextureId::get_index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.TextureId::ConvertToGpu()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextureId::op_Equality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextureId::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureId_Equals_m455DF7673CD85DCDDAA9AAC0F888DA8F8488081D (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.TextureId::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureId_GetHashCode_mB3900AF53699A0CD79DE1C42AA5D931ADB58DA0C_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::get_Count()
|
|
inline int32_t List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, const RuntimeMethod*))List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_gshared_inline)(__this, method);
|
|
}
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::get_Item(System.Int32)
|
|
inline TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247 (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, int32_t, const RuntimeMethod*))List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_gshared)(__this, ___index0, method);
|
|
}
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureRegistry::AllocAndAcquire(UnityEngine.Texture,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_AllocAndAcquire_m1BA0422DD527C0F54EA35E50CB72917B39C88A80 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture0, bool ___dynamic1, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::set_Item(System.Int32,T)
|
|
inline void List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9 (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___index0, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, int32_t, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B, const RuntimeMethod*))List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_gshared)(__this, ___index0, ___value1, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::get_Count()
|
|
inline int32_t Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_inline (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6*, const RuntimeMethod*))Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::Pop()
|
|
inline TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465 (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 (*) (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6*, const RuntimeMethod*))Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465_gshared)(__this, method);
|
|
}
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::Add(T)
|
|
inline void List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B, const RuntimeMethod*))List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_gshared_inline)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m07979CE313024705F8601B859988BF128A89D73A (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___key0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58, const RuntimeMethod*))Dictionary_2_set_Item_m574CD9CB329D72CEB8C6AF86FC8505866356FDC3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mA601853803D24C6AD7576B65112A7F22D4A8B66E (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___key0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*, const RuntimeMethod*))Dictionary_2_TryGetValue_m96CE02E15D17B57DDBDCC7EBD55CBBFA6246B3BF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_m9FCAC78DA517D8D49886D2C4B11E303DB9F0A33B (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, const RuntimeMethod*))Dictionary_2_Remove_m665BE26F8733E3D14291F63422375AD56A5CBA47_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::Push(T)
|
|
inline void Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922 (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58, const RuntimeMethod*))Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>::.ctor(System.Int32)
|
|
inline void List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646 (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, int32_t, const RuntimeMethod*))List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>::.ctor(System.Int32)
|
|
inline void Dictionary_2__ctor_m9ED33C8FA94F96FCFFE690D3ED6B2A9CD6690215 (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* __this, int32_t ___capacity0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m6A68FE85D547536512A7C67235439ADC4F73C425_gshared)(__this, ___capacity0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>::.ctor()
|
|
inline void Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6*, const RuntimeMethod*))Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry__ctor_mBD854B7F75F903744F04D7B38664BC64EC75CD96 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.Background UnityEngine.UIElements.ComputedStyle::get_backgroundImage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ComputedStyle_get_backgroundImage_mDA7EAE73F023BAEC1831613F8AE8168E5065E68C (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VectorImage UnityEngine.UIElements.Background::get_vectorImage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* Background_get_vectorImage_mE0E820B1991F56BBCE8A9EE63B7A20BF843BD455 (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Application::get_isPlaying()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mFCDAE6333522488F60597AF019EA90BB1207A5AA (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.Angle::.ctor(System.Single,UnityEngine.UIElements.Angle/Unit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.Angle::get_value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_inline (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.Angle::.ctor(System.Single,UnityEngine.UIElements.AngleUnit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Angle__ctor_mFE04F72835102184D638A9E63813E74D8AF15A09 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.Angle::ToDegrees()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Angle::op_Equality(UnityEngine.UIElements.Angle,UnityEngine.UIElements.Angle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_op_Equality_m0CBC79D21347D5FD8130A5218A37B62095D75DE1 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___lhs0, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___rhs1, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Angle::Equals(UnityEngine.UIElements.Angle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_Equals_m49226BBCA72B6C7BA4B94A0727827B085017B98D (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___other0, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.Angle::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_Equals_m18AD6ECA0E0962FC49C2DF3AB59551A7BFF2D409 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.Angle::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
|
|
// System.String System.Single::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.UIElements.Angle::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method) ;
|
|
// System.Double System.Math::Log(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m00DE509EBC0F78461570ED4F104B3010EB203FD1 (double ___a0, double ___newBase1, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.ProfilerMarker/AutoScope::.ctor(System.IntPtr)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoScope__ctor_m7F63A273E382CB6328736B6E7F321DDFA40EA9E3_inline (AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139* __this, intptr_t ___markerPtr0, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::EndSample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_EndSample_mE2F7A0DB4C52105F7CD135ED8816A2BB98E663CC (intptr_t ___markerPtr0, const RuntimeMethod* method) ;
|
|
// System.IntPtr Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::CreateMarker(System.String,System.UInt16,Unity.Profiling.LowLevel.MarkerFlags,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC (String_t* ___name0, uint16_t ___categoryId1, uint16_t ___flags2, int32_t ___metadataCount3, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Vector4::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::BeginSample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_BeginSample_m1C6D6ED1C8E0CB2FD0934EB6EA333276F67C14F6 (intptr_t ___markerPtr0, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.KeyDownEvent::GetEquivalentImguiEvent(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyDownEvent_GetEquivalentImguiEvent_mD7A83FE20A85667D34BAFD1B2D8B985702586A4F (KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* __this, Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___outImguiEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_0;
|
|
L_0 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
V_0 = (bool)((!(((RuntimeObject*)(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_2 = ___outImguiEvent0;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_3;
|
|
L_3 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
NullCheck(L_2);
|
|
Event_CopyFrom_m2F9B9704FBE156C5D58FF630F7968568C19821F5(L_2, L_3, NULL);
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_4 = ___outImguiEvent0;
|
|
NullCheck(L_4);
|
|
Event_set_type_m16D35A8AF665F4A73A447F9EE7CA36963F34FEC2(L_4, 4, NULL);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_5 = ___outImguiEvent0;
|
|
int32_t L_6;
|
|
L_6 = KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_inline(__this, KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Event_set_modifiers_m879319643B5CD23F3223AB8E835C8ABCD3DA72FB(L_5, L_6, NULL);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_7 = ___outImguiEvent0;
|
|
Il2CppChar L_8;
|
|
L_8 = KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_inline(__this, KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
Event_set_character_mA159F1742FD9EA968F32556C5FE1A2401069BAF5(L_7, L_8, NULL);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_9 = ___outImguiEvent0;
|
|
int32_t L_10;
|
|
L_10 = KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_inline(__this, KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
Event_set_keyCode_m698D040F2EE0BE55B1B06A3FD865CC0A5D7B1168(L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.KeyDownEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyDownEvent__ctor_mB618DF4885F2640228953AB6E95576445AF84505 (KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1__ctor_m81B4CAFCE183DB45ACDB9AF0319476AF0CD969CB_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
KeyboardEventBase_1__ctor_m81B4CAFCE183DB45ACDB9AF0319476AF0CD969CB(__this, KeyboardEventBase_1__ctor_m81B4CAFCE183DB45ACDB9AF0319476AF0CD969CB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.KeyUpEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyUpEvent__ctor_mC3FE99955FFF345F45584273203ACAE764751807 (KeyUpEvent_tA037C42AEA6A8E0919BA60BD796B3AD1DA506394* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1__ctor_m5DEEB4213631D80690A19ED45C5602BC705CA346_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
KeyboardEventBase_1__ctor_m5DEEB4213631D80690A19ED45C5602BC705CA346(__this, KeyboardEventBase_1__ctor_m5DEEB4213631D80690A19ED45C5602BC705CA346_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.GeometryChangedEvent UnityEngine.UIElements.GeometryChangedEvent::GetPooled(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* GeometryChangedEvent_GetPooled_m6F153528F04F22BF95DA5027B9DBD0699B3A8676 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___oldRect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___newRect1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_GetPooled_m07E6C64037FE9505A185977AB65BFBA5A44E725B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* V_0 = NULL;
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_il2cpp_TypeInfo_var);
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_0;
|
|
L_0 = EventBase_1_GetPooled_m07E6C64037FE9505A185977AB65BFBA5A44E725B(EventBase_1_GetPooled_m07E6C64037FE9505A185977AB65BFBA5A44E725B_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_1 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = ___oldRect0;
|
|
NullCheck(L_1);
|
|
GeometryChangedEvent_set_oldRect_mEA782D77A997652976CE3517396F2D8973A41742_inline(L_1, L_2, NULL);
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_3 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = ___newRect1;
|
|
NullCheck(L_3);
|
|
GeometryChangedEvent_set_newRect_m3F885B6343894840429DACBBBA8BDFE6CDB78F52_inline(L_3, L_4, NULL);
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_5 = V_0;
|
|
V_1 = L_5;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_Init_m169B22D5E1D8198C02DF028E681D75F4FE1A32C8 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_Init_m1F5590060695388CE63D493F277EB7FB86E3D0E0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_1_Init_m1F5590060695388CE63D493F277EB7FB86E3D0E0(__this, EventBase_1_Init_m1F5590060695388CE63D493F277EB7FB86E3D0E0_RuntimeMethod_var);
|
|
GeometryChangedEvent_LocalInit_mCF78204B861F080CBA5E8FCFFCA59B2BEBE88268(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_LocalInit_mCF78204B861F080CBA5E8FCFFCA59B2BEBE88268 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0;
|
|
L_0 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
|
|
GeometryChangedEvent_set_oldRect_mEA782D77A997652976CE3517396F2D8973A41742_inline(__this, L_0, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
|
|
GeometryChangedEvent_set_newRect_m3F885B6343894840429DACBBBA8BDFE6CDB78F52_inline(__this, L_1, NULL);
|
|
GeometryChangedEvent_set_layoutPass_mCB48CB5C27EF9B4CCDF45776DCC8C4B35871E6FC_inline(__this, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.GeometryChangedEvent::get_oldRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D GeometryChangedEvent_get_oldRect_m9961ACE622E851C4770B205C57664F90F3E0E9A7 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = __this->___U3ColdRectU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_oldRect(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_oldRect_mEA782D77A997652976CE3517396F2D8973A41742 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3ColdRectU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.GeometryChangedEvent::get_newRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D GeometryChangedEvent_get_newRect_mF2297BA96DD0F80412FF5FA99654FA176E8ACD15 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = __this->___U3CnewRectU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_newRect(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_newRect_m3F885B6343894840429DACBBBA8BDFE6CDB78F52 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3CnewRectU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.GeometryChangedEvent::get_layoutPass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GeometryChangedEvent_get_layoutPass_mF1D65C18E68AD76A3CECA65EF27FB466048F3F19 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3ClayoutPassU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::set_layoutPass(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_layoutPass_mCB48CB5C27EF9B4CCDF45776DCC8C4B35871E6FC (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3ClayoutPassU3Ek__BackingField_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.GeometryChangedEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GeometryChangedEvent__ctor_mF5010D3CEAD424AB681E5333205F675FD66A97C1 (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1__ctor_m4A1FF501C503BCBA06AC50C98926B7121D64F952_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tCDEFDAD598AAC8D3B106EB41834C9619E903374E_il2cpp_TypeInfo_var);
|
|
EventBase_1__ctor_m4A1FF501C503BCBA06AC50C98926B7121D64F952(__this, EventBase_1__ctor_m4A1FF501C503BCBA06AC50C98926B7121D64F952_RuntimeMethod_var);
|
|
GeometryChangedEvent_LocalInit_mCF78204B861F080CBA5E8FCFFCA59B2BEBE88268(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.MouseCaptureDispatchingStrategy::CanDispatchEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseCaptureDispatchingStrategy_CanDispatchEvent_m891F7EC5E3C5D776E77706E3FA16BC08691FEEF2 (MouseCaptureDispatchingStrategy_t6098898AC8EC044A7B4ADE38812D96CD54FE1439* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
if (((RuntimeObject*)IsInst((RuntimeObject*)L_0, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_1 = ___evt0;
|
|
NullCheck(L_1);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_2;
|
|
L_2 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(L_1, NULL);
|
|
G_B3_0 = ((!(((RuntimeObject*)(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseCaptureDispatchingStrategy::DispatchEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseCaptureDispatchingStrategy_DispatchEvent_mC08ABDC6BCF4C2A70DB26C9AD0BA6F689459E3E4 (MouseCaptureDispatchingStrategy_t6098898AC8EC044A7B4ADE38812D96CD54FE1439* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m5CC9D8C2B7CB494C07A8C2EA79870FC8B3103047_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m7A9011D1B8DE8005618D50765975CAC63EAE5673_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t1218DA3104C9EAD7C32A1D5B975FD26D77F76928_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B34_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
RuntimeObject* G_B43_0 = NULL;
|
|
RuntimeObject* G_B42_0 = NULL;
|
|
int32_t G_B44_0 = 0;
|
|
CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* G_B49_0 = NULL;
|
|
CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* G_B48_0 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
RuntimeObject* L_0 = ___panel1;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((RuntimeObject*)(NULL));
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
RuntimeObject* L_1 = ___panel1;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
RuntimeObject* L_3;
|
|
L_3 = PointerCaptureHelper_GetCapturingElement_mE69E42FF4CA7A7033A6A071B02BFE024FC439E9E(L_1, L_2, NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_1 = G_B3_0;
|
|
RuntimeObject* L_4 = V_1;
|
|
V_4 = (bool)((((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_5 = V_4;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
V_2 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_6, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_7 = ___evt0;
|
|
NullCheck(L_7);
|
|
int64_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_7);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t1218DA3104C9EAD7C32A1D5B975FD26D77F76928_il2cpp_TypeInfo_var);
|
|
int64_t L_9;
|
|
L_9 = EventBase_1_TypeId_m7A9011D1B8DE8005618D50765975CAC63EAE5673(EventBase_1_TypeId_m7A9011D1B8DE8005618D50765975CAC63EAE5673_RuntimeMethod_var);
|
|
if ((((int64_t)L_8) == ((int64_t)L_9)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_2;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12;
|
|
L_12 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_11, NULL);
|
|
G_B9_0 = ((((RuntimeObject*)(RuntimeObject*)L_12) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
V_5 = (bool)G_B9_0;
|
|
bool L_13 = V_5;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = V_2;
|
|
MouseCaptureController_ReleaseMouse_m054C407BEFEAECE39CDAAAC76748BFD21B81FBDE(L_14, NULL);
|
|
goto IL_021e;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
RuntimeObject* L_15 = ___panel1;
|
|
if (!L_15)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_2;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_18;
|
|
L_18 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_17, NULL);
|
|
RuntimeObject* L_19 = ___panel1;
|
|
G_B15_0 = ((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_18) == ((RuntimeObject*)(RuntimeObject*)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
G_B15_0 = 0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
V_6 = (bool)G_B15_0;
|
|
bool L_20 = V_6;
|
|
if (!L_20)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_21 = ___evt0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_23 = ___evt0;
|
|
NullCheck(L_23);
|
|
RuntimeObject* L_24;
|
|
L_24 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_25 = ___evt0;
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26;
|
|
L_26 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_25, NULL);
|
|
RuntimeObject* L_27 = V_1;
|
|
G_B21_0 = ((((RuntimeObject*)(RuntimeObject*)L_26) == ((RuntimeObject*)(RuntimeObject*)L_27))? 1 : 0);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
G_B21_0 = 1;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
G_B23_0 = G_B21_0;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
G_B23_0 = 0;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
V_7 = (bool)G_B23_0;
|
|
bool L_28 = V_7;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 1;
|
|
int32_t L_29 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_29|2));
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_30 = ___evt0;
|
|
NullCheck(L_30);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_31;
|
|
L_31 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(L_30, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_32 = ___evt0;
|
|
NullCheck(L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_32, NULL);
|
|
G_B28_0 = ((((RuntimeObject*)(RuntimeObject*)L_33) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
G_B28_0 = 0;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
V_8 = (bool)G_B28_0;
|
|
bool L_34 = V_8;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 1;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_35 = ___evt0;
|
|
NullCheck(L_35);
|
|
int64_t L_36;
|
|
L_36 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_35);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_il2cpp_TypeInfo_var);
|
|
int64_t L_37;
|
|
L_37 = EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792(EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792_RuntimeMethod_var);
|
|
if ((((int64_t)L_36) == ((int64_t)L_37)))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_38 = ___evt0;
|
|
NullCheck(L_38);
|
|
int64_t L_39;
|
|
L_39 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_38);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
int64_t L_40;
|
|
L_40 = EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7(EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
if ((((int64_t)L_39) == ((int64_t)L_40)))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_41 = ___evt0;
|
|
NullCheck(L_41);
|
|
int64_t L_42;
|
|
L_42 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_41);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tD5612D4D9A3CAD26CDB27B9D024C6D018D72FBC9_il2cpp_TypeInfo_var);
|
|
int64_t L_43;
|
|
L_43 = EventBase_1_TypeId_m5CC9D8C2B7CB494C07A8C2EA79870FC8B3103047(EventBase_1_TypeId_m5CC9D8C2B7CB494C07A8C2EA79870FC8B3103047_RuntimeMethod_var);
|
|
G_B34_0 = ((((int64_t)L_42) == ((int64_t)L_43))? 1 : 0);
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
G_B34_0 = 1;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
V_9 = (bool)G_B34_0;
|
|
bool L_44 = V_9;
|
|
if (!L_44)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
int32_t L_45 = V_0;
|
|
V_10 = (bool)((((int32_t)((int32_t)((int32_t)L_45&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_46 = V_10;
|
|
if (!L_46)
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_47 = ___panel1;
|
|
V_11 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_47, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_48 = V_3;
|
|
if (!L_48)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_49 = V_11;
|
|
G_B40_0 = ((!(((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_49) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
G_B40_0 = 0;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
V_13 = (bool)G_B40_0;
|
|
bool L_50 = V_13;
|
|
if (!L_50)
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_51 = V_3;
|
|
RuntimeObject* L_52 = ((RuntimeObject*)IsInst((RuntimeObject*)L_51, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var));
|
|
G_B42_0 = L_52;
|
|
if (L_52)
|
|
{
|
|
G_B43_0 = L_52;
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
G_B44_0 = 1;
|
|
goto IL_013b;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
NullCheck(G_B43_0);
|
|
bool L_53;
|
|
L_53 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean UnityEngine.UIElements.IMouseEventInternal::get_recomputeTopElementUnderMouse() */, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var, G_B43_0);
|
|
G_B44_0 = ((int32_t)(L_53));
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
V_14 = (bool)G_B44_0;
|
|
bool L_54 = V_14;
|
|
V_15 = L_54;
|
|
bool L_55 = V_15;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_56 = V_11;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_57 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
RuntimeObject* L_58 = V_3;
|
|
NullCheck(L_58);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59;
|
|
L_59 = InterfaceFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(1 /* UnityEngine.Vector2 UnityEngine.UIElements.IMouseEvent::get_mousePosition() */, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var, L_58);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_60 = ___evt0;
|
|
NullCheck(L_56);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61;
|
|
L_61 = BaseVisualElementPanel_RecomputeTopElementUnderPointer_mF3D6110A28FCCF72408FE62A21A4F57E4AC717AF(L_56, L_57, L_59, L_60, NULL);
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_62 = ___evt0;
|
|
NullCheck(L_62);
|
|
EventBase_set_dispatch_m6FFDCFE9444A5C96E0511099D29F2CE72D8EAAD5(L_62, (bool)1, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_63 = ___evt0;
|
|
RuntimeObject* L_64 = V_1;
|
|
NullCheck(L_63);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_63, L_64, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_65 = ___evt0;
|
|
NullCheck(L_65);
|
|
bool L_66;
|
|
L_66 = EventBase_get_skipDisabledElements_m92D25C10EE0BE65D488B27481A746791E7C36814(L_65, NULL);
|
|
V_12 = L_66;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_67 = ___evt0;
|
|
NullCheck(L_67);
|
|
EventBase_set_skipDisabledElements_mCD199A8D744CA42DC9A331A2795DAEB2CCA9243D(L_67, (bool)0, NULL);
|
|
RuntimeObject* L_68 = V_1;
|
|
CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4* L_69 = ((CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4*)IsInstClass((RuntimeObject*)L_68, CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4_il2cpp_TypeInfo_var));
|
|
G_B48_0 = L_69;
|
|
if (L_69)
|
|
{
|
|
G_B49_0 = L_69;
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_70 = ___evt0;
|
|
NullCheck(G_B49_0);
|
|
CallbackEventHandler_HandleEventAtTargetPhase_m681B23C2CCCF3064FEC2DFF49645043E7F909B18(G_B49_0, L_70, NULL);
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
int32_t L_71 = V_0;
|
|
V_16 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_71&2))) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_72 = V_16;
|
|
if (!L_72)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_73 = ___evt0;
|
|
NullCheck(L_73);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_73, (RuntimeObject*)NULL, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_74 = ___evt0;
|
|
bool L_75 = V_12;
|
|
NullCheck(L_74);
|
|
EventBase_set_skipDisabledElements_mCD199A8D744CA42DC9A331A2795DAEB2CCA9243D(L_74, L_75, NULL);
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_76 = ___evt0;
|
|
NullCheck(L_76);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void UnityEngine.UIElements.EventBase::set_currentTarget(UnityEngine.UIElements.IEventHandler) */, L_76, (RuntimeObject*)NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_77 = ___evt0;
|
|
NullCheck(L_77);
|
|
EventBase_set_propagationPhase_mC66AE0DFD3D62A90A809387B2BF2833F5CED3B8B_inline(L_77, 0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_78 = ___evt0;
|
|
NullCheck(L_78);
|
|
EventBase_set_dispatch_m6FFDCFE9444A5C96E0511099D29F2CE72D8EAAD5(L_78, (bool)0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_79 = ___evt0;
|
|
NullCheck(L_79);
|
|
List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* L_80;
|
|
L_80 = EventBase_get_skipElements_mAF08DF55E115F65F6256966A2A5307194DD49DDE_inline(L_79, NULL);
|
|
RuntimeObject* L_81 = V_1;
|
|
NullCheck(L_80);
|
|
List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_inline(L_80, L_81, List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_82 = ___evt0;
|
|
int32_t L_83 = V_0;
|
|
NullCheck(L_82);
|
|
EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870(L_82, (bool)((((int32_t)((int32_t)((int32_t)L_83&2))) == ((int32_t)2))? 1 : 0), NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_84 = ___evt0;
|
|
NullCheck(L_84);
|
|
RuntimeObject* L_85;
|
|
L_85 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_84, NULL);
|
|
V_17 = (bool)((!(((RuntimeObject*)(IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26*)((IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26*)IsInstClass((RuntimeObject*)L_85, IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_86 = V_17;
|
|
if (!L_86)
|
|
{
|
|
goto IL_0213;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_87 = ___evt0;
|
|
NullCheck(L_87);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_87, (bool)1, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_88 = ___evt0;
|
|
NullCheck(L_88);
|
|
List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* L_89;
|
|
L_89 = EventBase_get_skipElements_mAF08DF55E115F65F6256966A2A5307194DD49DDE_inline(L_88, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_90 = ___evt0;
|
|
NullCheck(L_90);
|
|
RuntimeObject* L_91;
|
|
L_91 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_90, NULL);
|
|
NullCheck(L_89);
|
|
List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_inline(L_89, L_91, List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var);
|
|
goto IL_021d;
|
|
}
|
|
|
|
IL_0213:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_92 = ___evt0;
|
|
NullCheck(L_92);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_92, (bool)0, NULL);
|
|
}
|
|
|
|
IL_021d:
|
|
{
|
|
}
|
|
|
|
IL_021e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseCaptureDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseCaptureDispatchingStrategy__ctor_m60B0E3EEFE4F7DB32F8524587FC9A38B2C03F0A7 (MouseCaptureDispatchingStrategy_t6098898AC8EC044A7B4ADE38812D96CD54FE1439* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::CanDispatchEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_CanDispatchEvent_m681D4E615323B4050C65C8AAEDE2367B7E879573 (MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::DispatchEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy_DispatchEvent_mE20F177F14AE30BB04E4520F44A68ACA406B3C7D (MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___iPanel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___iPanel1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___iPanel1;
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0((bool)((!(((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_2, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
|
|
RuntimeObject* L_3 = ___iPanel1;
|
|
V_1 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)CastclassClass((RuntimeObject*)L_3, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_4 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_5 = V_1;
|
|
MouseEventDispatchingStrategy_SetBestTargetForEvent_m6AD81D5781BA4AF59E37258EB9770636802CEE56(L_4, L_5, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_6 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = MouseEventDispatchingStrategy_SendEventToTarget_m090B429767AAD9F0504BBE4C90383A6423FE3970(L_6, L_7, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_9 = ___evt0;
|
|
NullCheck(L_9);
|
|
EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870(L_9, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToTarget(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToTarget_m090B429767AAD9F0504BBE4C90383A6423FE3970 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1 = ___panel1;
|
|
bool L_2;
|
|
L_2 = MouseEventDispatchingStrategy_SendEventToRegularTarget_m4C8D09FDA9DE47D375D4110C34965CF51CEC15B3(L_0, L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_3 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4 = ___panel1;
|
|
bool L_5;
|
|
L_5 = MouseEventDispatchingStrategy_SendEventToIMGUIContainer_m5FCBA8243C39F155B6EAA4AE9ED5ADE8C34C6BB1(L_3, L_4, NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToRegularTarget(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToRegularTarget_m4C8D09FDA9DE47D375D4110C34965CF51CEC15B3 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_0, NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_3 = ___evt0;
|
|
EventDispatchUtilities_PropagateEvent_m88103C8E1DC1372A9DF42B277B13BA7DDE338C33(L_3, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_4 = ___evt0;
|
|
bool L_5;
|
|
L_5 = MouseEventDispatchingStrategy_IsDone_m73A9CFCDF0EFC313B0B47B4EE473D58FBAC499D8(L_4, NULL);
|
|
V_1 = L_5;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
bool L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::SendEventToIMGUIContainer(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_SendEventToIMGUIContainer_m5FCBA8243C39F155B6EAA4AE9ED5ADE8C34C6BB1 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
NullCheck(L_0);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_1;
|
|
L_1 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(L_0, NULL);
|
|
V_1 = (bool)((((RuntimeObject*)(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3 = ___panel1;
|
|
NullCheck(L_3);
|
|
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* L_4;
|
|
L_4 = VirtualFuncInvoker0< IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* >::Invoke(19 /* UnityEngine.UIElements.IMGUIContainer UnityEngine.UIElements.BaseVisualElementPanel::get_rootIMGUIContainer() */, L_3);
|
|
V_0 = L_4;
|
|
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* L_5 = V_0;
|
|
V_3 = (bool)((((RuntimeObject*)(IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_7 = ___evt0;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = EventBase_get_propagateToIMGUI_m59D28D93C3A147615075F78237CA478A4930ABF4(L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_9 = ___evt0;
|
|
NullCheck(L_9);
|
|
int64_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_9);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t4813BB5FE5327C33AA6E02463510E8D2AA3721BA_il2cpp_TypeInfo_var);
|
|
int64_t L_11;
|
|
L_11 = EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792(EventBase_1_TypeId_m13EE317841DE645102D66B93204E006CE1C76792_RuntimeMethod_var);
|
|
if ((((int64_t)L_10) == ((int64_t)L_11)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_12 = ___evt0;
|
|
NullCheck(L_12);
|
|
int64_t L_13;
|
|
L_13 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_12);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
int64_t L_14;
|
|
L_14 = EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7(EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
G_B8_0 = ((((int64_t)L_13) == ((int64_t)L_14))? 1 : 0);
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
bool L_15 = V_4;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_16 = ___evt0;
|
|
NullCheck(L_16);
|
|
List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* L_17;
|
|
L_17 = EventBase_get_skipElements_mAF08DF55E115F65F6256966A2A5307194DD49DDE_inline(L_16, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_18 = ___evt0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19;
|
|
L_19 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_18, NULL);
|
|
NullCheck(L_17);
|
|
List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_inline(L_17, L_19, List_1_Add_m6DA75B130104121AA765F375B948065381AED1D4_RuntimeMethod_var);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_20 = ___panel1;
|
|
NullCheck(L_20);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21;
|
|
L_21 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_20);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_22 = ___evt0;
|
|
EventDispatchUtilities_PropagateToIMGUIContainer_m3A8715DB5CC5B37322A129BCA0EDAA19F9A4D9A0(L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_23 = ___evt0;
|
|
bool L_24;
|
|
L_24 = MouseEventDispatchingStrategy_IsDone_m73A9CFCDF0EFC313B0B47B4EE473D58FBAC499D8(L_23, NULL);
|
|
V_2 = L_24;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
bool L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::SetBestTargetForEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy_SetBestTargetForEvent_m6AD81D5781BA4AF59E37258EB9770636802CEE56 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B6_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B5_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B7_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B7_1 = NULL;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1 = ___panel1;
|
|
MouseEventDispatchingStrategy_UpdateElementUnderMouse_m9CBAC6EE531B3ECB1042A44CE2207E713D3E2AF2(L_0, L_1, (&V_0), NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2 = ___evt0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_2, NULL);
|
|
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_5 = ___evt0;
|
|
NullCheck(L_5);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_5, (bool)0, NULL);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_0;
|
|
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_8 = ___evt0;
|
|
NullCheck(L_8);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_8, (bool)0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_9 = ___evt0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = V_0;
|
|
NullCheck(L_9);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_9, L_10, NULL);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_11 = ___evt0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_12 = ___panel1;
|
|
G_B5_0 = L_11;
|
|
if (L_12)
|
|
{
|
|
G_B6_0 = L_11;
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_13 = ___panel1;
|
|
NullCheck(L_13);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14;
|
|
L_14 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_13);
|
|
G_B7_0 = L_14;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(G_B7_1, G_B7_0, NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::UpdateElementUnderMouse(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.VisualElement&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy_UpdateElementUnderMouse_m9CBAC6EE531B3ECB1042A44CE2207E713D3E2AF2 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___panel1, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** ___elementUnderMouse2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_get_pressedButtons_m8ED52FD85DF854AB58002D2C73701D3DE177A657_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
RuntimeObject* G_B2_0 = NULL;
|
|
RuntimeObject* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B5_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B4_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B6_1 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
RuntimeObject* L_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var));
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2;
|
|
L_2 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean UnityEngine.UIElements.IMouseEventInternal::get_recomputeTopElementUnderMouse() */, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var, G_B2_0);
|
|
G_B3_0 = ((int32_t)(L_2));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** L_3 = ___elementUnderMouse2;
|
|
bool L_4 = V_0;
|
|
G_B4_0 = L_3;
|
|
if (L_4)
|
|
{
|
|
G_B5_0 = L_3;
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_5 = ___panel1;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
NullCheck(L_5);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = BaseVisualElementPanel_GetTopElementUnderPointer_mDB876CD969BE130AC4E687554E08334ECBEB6B30(L_5, L_6, NULL);
|
|
G_B6_0 = L_7;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_8 = ___panel1;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_10 = ___evt0;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_10, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = InterfaceFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(1 /* UnityEngine.Vector2 UnityEngine.UIElements.IMouseEvent::get_mousePosition() */, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var)));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_12 = ___evt0;
|
|
NullCheck(L_8);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13;
|
|
L_13 = BaseVisualElementPanel_RecomputeTopElementUnderPointer_mF3D6110A28FCCF72408FE62A21A4F57E4AC717AF(L_8, L_9, L_11, L_12, NULL);
|
|
G_B6_0 = L_13;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
*((RuntimeObject**)G_B6_1) = (RuntimeObject*)G_B6_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B6_1, (void*)(RuntimeObject*)G_B6_0);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_14 = ___evt0;
|
|
NullCheck(L_14);
|
|
int64_t L_15;
|
|
L_15 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_14);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tE1B3E6721ACE88C9A37AC57EDA370CC77ED38B6E_il2cpp_TypeInfo_var);
|
|
int64_t L_16;
|
|
L_16 = EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7(EventBase_1_TypeId_mED889DDE4455BA30878703AC141A191CA2DDA1D7_RuntimeMethod_var);
|
|
if ((!(((uint64_t)L_15) == ((uint64_t)L_16))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_17 = ___evt0;
|
|
NullCheck(((MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7*)IsInstClass((RuntimeObject*)L_17, MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7_il2cpp_TypeInfo_var)));
|
|
int32_t L_18;
|
|
L_18 = MouseEventBase_1_get_pressedButtons_m8ED52FD85DF854AB58002D2C73701D3DE177A657_inline(((MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7*)IsInstClass((RuntimeObject*)L_17, MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7_il2cpp_TypeInfo_var)), MouseEventBase_1_get_pressedButtons_m8ED52FD85DF854AB58002D2C73701D3DE177A657_RuntimeMethod_var);
|
|
G_B9_0 = ((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
V_1 = (bool)G_B9_0;
|
|
bool L_19 = V_1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_20 = ___panel1;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_21 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_22 = ___evt0;
|
|
NullCheck(L_20);
|
|
BaseVisualElementPanel_ClearCachedElementUnderPointer_m56ED8260C952BAB24740F95B280D2294BCC58539(L_20, L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.MouseEventDispatchingStrategy::IsDone(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseEventDispatchingStrategy_IsDone_m73A9CFCDF0EFC313B0B47B4EE473D58FBAC499D8 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* G_B2_0 = NULL;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
NullCheck(L_0);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_1;
|
|
L_1 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(L_0, NULL);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
int32_t L_3;
|
|
L_3 = Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56(G_B2_0, NULL);
|
|
G_B3_0 = ((((int32_t)L_3) == ((int32_t)((int32_t)12)))? 1 : 0);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_5 = ___evt0;
|
|
NullCheck(L_5);
|
|
EventBase_StopPropagation_mEFC7E5AB7164157065FF19064A6ADCBB0D8AF6FB(L_5, NULL);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_6 = ___evt0;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = EventBase_get_isPropagationStopped_m36E1E4831DC04452D18B5339E2CAD8979B6BD6B3(L_6, NULL);
|
|
V_1 = L_7;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
bool L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventDispatchingStrategy__ctor_m24A76F9817155C0AC9FFFEEB821FD500F84FA408 (MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseDownEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseDownEvent_Init_m7AFD0967702DC7D45870364ADD449D2DF08FD06B (MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_m4EC1DC92CBE25F2D096B5F8C553FB4347F6EDE54_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_m4EC1DC92CBE25F2D096B5F8C553FB4347F6EDE54(__this, MouseEventBase_1_Init_m4EC1DC92CBE25F2D096B5F8C553FB4347F6EDE54_RuntimeMethod_var);
|
|
MouseDownEvent_LocalInit_m572FAB81FAD2754FCC34F790390C5A0B33E40B32(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseDownEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseDownEvent_LocalInit_m572FAB81FAD2754FCC34F790390C5A0B33E40B32 (MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseDownEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseDownEvent__ctor_mAB09B2F8A9FC7D65FCA88D32B60A98C98AAB7BD0 (MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m19DE4DD0D8F81992FFEC61A6920378DA6E4BD9C4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m19DE4DD0D8F81992FFEC61A6920378DA6E4BD9C4(__this, MouseEventBase_1__ctor_m19DE4DD0D8F81992FFEC61A6920378DA6E4BD9C4_RuntimeMethod_var);
|
|
MouseDownEvent_LocalInit_m572FAB81FAD2754FCC34F790390C5A0B33E40B32(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::MakeFromPointerEvent(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_MakeFromPointerEvent_m65B33E43BE8B88E7D2733B4041173B1567A77E8F (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_mBAB354695E368D4DDCCAB51CBEC05BCCEA51B096_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* V_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___pointerEvent0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___pointerEvent0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_button() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
RuntimeObject* L_5 = ___pointerEvent0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_button() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_5);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerDeviceState_PressButton_mEB6593AA780D700614DB16CB48B66C559C888BBB(L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_7 = ___pointerEvent0;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_8;
|
|
L_8 = MouseEventBase_1_GetPooled_mBAB354695E368D4DDCCAB51CBEC05BCCEA51B096(L_7, MouseEventBase_1_GetPooled_mBAB354695E368D4DDCCAB51CBEC05BCCEA51B096_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::GetPooled(UnityEngine.UIElements.PointerDownEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_GetPooled_m5A5B5136C3C951C44F4D8E621CED3E6506EDC63F (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* V_0 = NULL;
|
|
{
|
|
PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* L_0 = ___pointerEvent0;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_1;
|
|
L_1 = MouseDownEvent_MakeFromPointerEvent_m65B33E43BE8B88E7D2733B4041173B1567A77E8F(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseDownEvent UnityEngine.UIElements.MouseDownEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* MouseDownEvent_GetPooled_mE07C71660166EA2E7A208B9DDE1ED35856CA844D (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* V_0 = NULL;
|
|
{
|
|
PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* L_0 = ___pointerEvent0;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_1;
|
|
L_1 = MouseDownEvent_MakeFromPointerEvent_m65B33E43BE8B88E7D2733B4041173B1567A77E8F(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseUpEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseUpEvent_Init_m4A938B62B6C5DEC4129093A2679D69E1D6768EA4 (MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_mADB87BB99F95C493AFE5ACE6377E47F978226453_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_mADB87BB99F95C493AFE5ACE6377E47F978226453(__this, MouseEventBase_1_Init_mADB87BB99F95C493AFE5ACE6377E47F978226453_RuntimeMethod_var);
|
|
MouseUpEvent_LocalInit_m9D4351244B2C35DA661614AF2681EE5375BA0466(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseUpEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseUpEvent_LocalInit_m9D4351244B2C35DA661614AF2681EE5375BA0466 (MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseUpEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseUpEvent__ctor_m04A1E6E5491405D305AC3CC50B4125BDCFE3182C (MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m4A8C93EF6FCE660673064A965E01B031FA8C153D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m4A8C93EF6FCE660673064A965E01B031FA8C153D(__this, MouseEventBase_1__ctor_m4A8C93EF6FCE660673064A965E01B031FA8C153D_RuntimeMethod_var);
|
|
MouseUpEvent_LocalInit_m9D4351244B2C35DA661614AF2681EE5375BA0466(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::MakeFromPointerEvent(UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_MakeFromPointerEvent_mB4A9408891CC7340A11EC3674F095E891E3F971B (RuntimeObject* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m9287D5CFB4D1419ABD1EC197F4E5405380ACBF79_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___pointerEvent0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___pointerEvent0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_button() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_1);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
RuntimeObject* L_5 = ___pointerEvent0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_button() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_5);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerDeviceState_ReleaseButton_m52607AED542F94DCA31D1423322CDD7BC22E356A(L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_7 = ___pointerEvent0;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_8;
|
|
L_8 = MouseEventBase_1_GetPooled_m9287D5CFB4D1419ABD1EC197F4E5405380ACBF79(L_7, MouseEventBase_1_GetPooled_m9287D5CFB4D1419ABD1EC197F4E5405380ACBF79_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerUpEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mB8320C0957A0DCA3D063FF8C42606DDBA9C4C05F (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_0 = NULL;
|
|
{
|
|
PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* L_0 = ___pointerEvent0;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_1;
|
|
L_1 = MouseUpEvent_MakeFromPointerEvent_mB4A9408891CC7340A11EC3674F095E891E3F971B(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mE52E62B30DE0D73C255670803743C6A61A6E8297 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_0 = NULL;
|
|
{
|
|
PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* L_0 = ___pointerEvent0;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_1;
|
|
L_1 = MouseUpEvent_MakeFromPointerEvent_mB4A9408891CC7340A11EC3674F095E891E3F971B(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseUpEvent UnityEngine.UIElements.MouseUpEvent::GetPooled(UnityEngine.UIElements.PointerCancelEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* MouseUpEvent_GetPooled_mAA34720883D8F579C22135515FF142DE9893DDE0 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_0 = NULL;
|
|
{
|
|
PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* L_0 = ___pointerEvent0;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_1;
|
|
L_1 = MouseUpEvent_MakeFromPointerEvent_mB4A9408891CC7340A11EC3674F095E891E3F971B(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseMoveEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseMoveEvent_Init_m68F14067891E33D47B0A94DC1C50E3AA1B322F6A (MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_mFEAB9B469E99EDAA5E56F540357226049C5B9AFA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_mFEAB9B469E99EDAA5E56F540357226049C5B9AFA(__this, MouseEventBase_1_Init_mFEAB9B469E99EDAA5E56F540357226049C5B9AFA_RuntimeMethod_var);
|
|
MouseMoveEvent_LocalInit_m1159C3B901FC061B77C1C86AF01D4EDA5F779FB4(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseMoveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseMoveEvent_LocalInit_m1159C3B901FC061B77C1C86AF01D4EDA5F779FB4 (MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseMoveEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseMoveEvent__ctor_m4A63D10DA7CD74EA5822D4B808CDD2F4B9CD2781 (MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mB84A95F11F7DECE44659C5D099FE7C82773A2BB1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mB84A95F11F7DECE44659C5D099FE7C82773A2BB1(__this, MouseEventBase_1__ctor_mB84A95F11F7DECE44659C5D099FE7C82773A2BB1_RuntimeMethod_var);
|
|
MouseMoveEvent_LocalInit_m1159C3B901FC061B77C1C86AF01D4EDA5F779FB4(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseMoveEvent UnityEngine.UIElements.MouseMoveEvent::GetPooled(UnityEngine.UIElements.PointerMoveEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* MouseMoveEvent_GetPooled_m261EC9148D060107E916E8B3B74EDAFF92BE4E68 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* ___pointerEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_mE1223EE2DAA26CC0B9EDED0DCDB18E5595E58B10_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* V_0 = NULL;
|
|
{
|
|
PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* L_0 = ___pointerEvent0;
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_1;
|
|
L_1 = MouseEventBase_1_GetPooled_mE1223EE2DAA26CC0B9EDED0DCDB18E5595E58B10(L_0, MouseEventBase_1_GetPooled_mE1223EE2DAA26CC0B9EDED0DCDB18E5595E58B10_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.ContextClickEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextClickEvent__ctor_m2B4C8FF4D4BEF932835AE2EED510E07DF0B42E13 (ContextClickEvent_t06F36D1ACA5C8390D5085158C7D7C1BCF9549EA3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mD08FBD2DD5FD68ABF25E50B606C89B3EB46D8C82_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mD08FBD2DD5FD68ABF25E50B606C89B3EB46D8C82(__this, MouseEventBase_1__ctor_mD08FBD2DD5FD68ABF25E50B606C89B3EB46D8C82_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.Vector3 UnityEngine.UIElements.WheelEvent::get_delta()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 WheelEvent_get_delta_mDFB7F45FA5ED7D711EBB3F8FADC88C4F451088B2 (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___U3CdeltaU3Ek__BackingField_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.WheelEvent::set_delta(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92 (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___value0;
|
|
__this->___U3CdeltaU3Ek__BackingField_28 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.WheelEvent UnityEngine.UIElements.WheelEvent::GetPooled(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* WheelEvent_GetPooled_m63B269D51189EA47FB6F9E0A1A158CDBC61EB94F (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m1A803A49475B695B8F5BF5D9AB62EA0CB817400B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* V_0 = NULL;
|
|
bool V_1 = false;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* V_2 = NULL;
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_0 = ___systemEvent0;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_1;
|
|
L_1 = MouseEventBase_1_GetPooled_m1A803A49475B695B8F5BF5D9AB62EA0CB817400B(L_0, MouseEventBase_1_GetPooled_m1A803A49475B695B8F5BF5D9AB62EA0CB817400B_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_2 = V_0;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_3 = ___systemEvent0;
|
|
NullCheck(L_2);
|
|
EventBase_set_imguiEvent_m72FEAD8F7611927C077B45BAA719C15D39E9F4F4(L_2, L_3, NULL);
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_4 = ___systemEvent0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_6 = V_0;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_7 = ___systemEvent0;
|
|
NullCheck(L_7);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Event_get_delta_m1BBF28E2FC379EDD3907DC987E6BD7E6521D69A0(L_7, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline(L_8, NULL);
|
|
NullCheck(L_6);
|
|
WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92_inline(L_6, L_9, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_10 = V_0;
|
|
V_2 = L_10;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.WheelEvent UnityEngine.UIElements.WheelEvent::GetPooled(UnityEngine.Vector3,UnityEngine.UIElements.IPointerEvent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* WheelEvent_GetPooled_mB182EE701A5A8BA01078DE510AD7987AF8CE0E30 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___delta0, RuntimeObject* ___pointerEvent1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m8C70A54437EEB74DF54473470D1630361993A354_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* V_0 = NULL;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* V_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___pointerEvent1;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_1;
|
|
L_1 = MouseEventBase_1_GetPooled_m8C70A54437EEB74DF54473470D1630361993A354(L_0, MouseEventBase_1_GetPooled_m8C70A54437EEB74DF54473470D1630361993A354_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_2 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___delta0;
|
|
NullCheck(L_2);
|
|
WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92_inline(L_2, L_3, NULL);
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_4 = V_0;
|
|
V_1 = L_4;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.WheelEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEvent_Init_mD54725B2612B5A09E26B9A64EB62E467A64874FF (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_mF4545F4BE72A0550BDF8FD5757AC406A1BF716A4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_mF4545F4BE72A0550BDF8FD5757AC406A1BF716A4(__this, MouseEventBase_1_Init_mF4545F4BE72A0550BDF8FD5757AC406A1BF716A4_RuntimeMethod_var);
|
|
WheelEvent_LocalInit_mED59C3380CDBD81DFBAE2DC2458C4118225C7A41(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.WheelEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEvent_LocalInit_mED59C3380CDBD81DFBAE2DC2458C4118225C7A41 (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline(NULL);
|
|
WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92_inline(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.WheelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WheelEvent__ctor_mD21D4AE005AEB2719EE3B111C4CD7BD75EA19014 (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mB7045D14E46AB980B352B696F07A3DE86F767129_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mB7045D14E46AB980B352B696F07A3DE86F767129(__this, MouseEventBase_1__ctor_mB7045D14E46AB980B352B696F07A3DE86F767129_RuntimeMethod_var);
|
|
WheelEvent_LocalInit_mED59C3380CDBD81DFBAE2DC2458C4118225C7A41(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseEnterEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterEvent_Init_mA5069A243D11863569AEF6DFFF1E390FAEF92F38 (MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_m0B0AF66EF7846C4FAA09B86D9A04A72AA7559F3A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_m0B0AF66EF7846C4FAA09B86D9A04A72AA7559F3A(__this, MouseEventBase_1_Init_m0B0AF66EF7846C4FAA09B86D9A04A72AA7559F3A_RuntimeMethod_var);
|
|
MouseEnterEvent_LocalInit_mFCFB0E12299ADB33B08857F6D621783E79951123(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterEvent_LocalInit_mFCFB0E12299ADB33B08857F6D621783E79951123 (MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterEvent__ctor_m9F6B256914C0B653355E841EEDC8BC15B904C6B4 (MouseEnterEvent_t972DD23B5A1EBA882CFC53569413DBFC586A598E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m3C6E232AD6D84E78DDADFCF1186821ED2C5B66FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m3C6E232AD6D84E78DDADFCF1186821ED2C5B66FE(__this, MouseEventBase_1__ctor_m3C6E232AD6D84E78DDADFCF1186821ED2C5B66FE_RuntimeMethod_var);
|
|
MouseEnterEvent_LocalInit_mFCFB0E12299ADB33B08857F6D621783E79951123(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseLeaveEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveEvent_Init_m7FBB1CF6C6862C6C0A87919AD24DD34C289634B3 (MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_m5FF50B43F529E49EFB22E44617739B8D414D8D25_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_m5FF50B43F529E49EFB22E44617739B8D414D8D25(__this, MouseEventBase_1_Init_m5FF50B43F529E49EFB22E44617739B8D414D8D25_RuntimeMethod_var);
|
|
MouseLeaveEvent_LocalInit_m5A05E04EC6C8754DE7E7D17EB954D66918E34201(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveEvent_LocalInit_m5A05E04EC6C8754DE7E7D17EB954D66918E34201 (MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveEvent__ctor_m33A44A0C82B1C3A6619A9737B8D35FBD5F6378DF (MouseLeaveEvent_tECE38F87AF42C007350618F592806DFCC51B97D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mD86BD142A6E3495041FBDAB51EAC772A22BEA5EA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mD86BD142A6E3495041FBDAB51EAC772A22BEA5EA(__this, MouseEventBase_1__ctor_mD86BD142A6E3495041FBDAB51EAC772A22BEA5EA_RuntimeMethod_var);
|
|
MouseLeaveEvent_LocalInit_m5A05E04EC6C8754DE7E7D17EB954D66918E34201(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseEnterWindowEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterWindowEvent_Init_m6FE6557AB2CA3F61DC77EE9B1BBFF8636C859308 (MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_m5172307D4D848585DFF1EB18608B9B26AAAB7A47_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_m5172307D4D848585DFF1EB18608B9B26AAAB7A47(__this, MouseEventBase_1_Init_m5172307D4D848585DFF1EB18608B9B26AAAB7A47_RuntimeMethod_var);
|
|
MouseEnterWindowEvent_LocalInit_mB2A56A4CF9E7BAE2F0E404AE2CA863AA9B9FF262(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterWindowEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterWindowEvent_LocalInit_mB2A56A4CF9E7BAE2F0E404AE2CA863AA9B9FF262 (MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterWindowEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterWindowEvent__ctor_mE3ABCA5310EAC1F3C6121F7131445A3F7BED7853 (MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m604ECC785993566C6DBF24FE55F7050124B365DE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m604ECC785993566C6DBF24FE55F7050124B365DE(__this, MouseEventBase_1__ctor_m604ECC785993566C6DBF24FE55F7050124B365DE_RuntimeMethod_var);
|
|
MouseEnterWindowEvent_LocalInit_mB2A56A4CF9E7BAE2F0E404AE2CA863AA9B9FF262(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseEnterWindowEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEnterWindowEvent_PostDispatch_m6AC9564755856642FC19EC771383EF70DB8DC90E (MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_PostDispatch_m554F8A3B5BB1FF34F91107CD64E9E927546D800D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* V_0 = NULL;
|
|
bool V_1 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B3_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B2_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.IMouseEventInternal::get_sourcePointerEvent() */, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var, __this);
|
|
V_0 = ((EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)IsInstClass((RuntimeObject*)L_0, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_1 = V_0;
|
|
V_1 = (bool)((((RuntimeObject*)(EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___panel0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_3, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
BaseVisualElementPanel_CommitElementUnderPointers_m627C64420BE261C972B4A9D37E619E9E275EB072(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RuntimeObject* L_5 = ___panel0;
|
|
MouseEventBase_1_PostDispatch_m554F8A3B5BB1FF34F91107CD64E9E927546D800D(__this, L_5, MouseEventBase_1_PostDispatch_m554F8A3B5BB1FF34F91107CD64E9E927546D800D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseLeaveWindowEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveWindowEvent_Init_m7E432C3F4BF001070B2F87B7A04EA87F7DB83A7C (MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_mFFC1D5A84BBF1E43B3219E043EC13091772C4708_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_mFFC1D5A84BBF1E43B3219E043EC13091772C4708(__this, MouseEventBase_1_Init_mFFC1D5A84BBF1E43B3219E043EC13091772C4708_RuntimeMethod_var);
|
|
MouseLeaveWindowEvent_LocalInit_m2041C8ED9719EA11285AD22A3BD4FE69BE0CDE9B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveWindowEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveWindowEvent_LocalInit_m2041C8ED9719EA11285AD22A3BD4FE69BE0CDE9B (MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 4, NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IMouseEventInternal::set_recomputeTopElementUnderMouse(System.Boolean) */, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var, __this, (bool)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveWindowEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveWindowEvent__ctor_m1E173F3A3AFE54BCDF42475D1EBB5218979E885C (MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m6552D6F655A8E0E8C16FD2A907590F97F2DFF8A0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m6552D6F655A8E0E8C16FD2A907590F97F2DFF8A0(__this, MouseEventBase_1__ctor_m6552D6F655A8E0E8C16FD2A907590F97F2DFF8A0_RuntimeMethod_var);
|
|
MouseLeaveWindowEvent_LocalInit_m2041C8ED9719EA11285AD22A3BD4FE69BE0CDE9B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MouseLeaveWindowEvent UnityEngine.UIElements.MouseLeaveWindowEvent::GetPooled(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* MouseLeaveWindowEvent_GetPooled_mB35C1EE50D0BF9C949E58B8BDC6A23A8528AA2D1 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m8D3F4A4E35F1F1258743A32A212359C48D517AC4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* V_1 = NULL;
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_0 = ___systemEvent0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerDeviceState_ReleaseAllButtons_mD2FDCAD6152D3A3883BD23A80151F0AB393B982A(L_2, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_3 = ___systemEvent0;
|
|
MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* L_4;
|
|
L_4 = MouseEventBase_1_GetPooled_m8D3F4A4E35F1F1258743A32A212359C48D517AC4(L_3, MouseEventBase_1_GetPooled_m8D3F4A4E35F1F1258743A32A212359C48D517AC4_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MouseLeaveWindowEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseLeaveWindowEvent_PostDispatch_mCF0B6E80B668835676908D2F97D64B0C91F6AB9D (MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_PostDispatch_mE6988E33474F18D07624B92B3828903754A296E0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* V_0 = NULL;
|
|
bool V_1 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B3_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B2_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* UnityEngine.UIElements.IPointerEvent UnityEngine.UIElements.IMouseEventInternal::get_sourcePointerEvent() */, IMouseEventInternal_t9CCC5FB939D4B7586931387A44F1B1BA76D02F43_il2cpp_TypeInfo_var, __this);
|
|
V_0 = ((EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)IsInstClass((RuntimeObject*)L_0, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_1 = V_0;
|
|
V_1 = (bool)((((RuntimeObject*)(EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___panel0;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_3, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
BaseVisualElementPanel_CommitElementUnderPointers_m627C64420BE261C972B4A9D37E619E9E275EB072(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RuntimeObject* L_5 = ___panel0;
|
|
MouseEventBase_1_PostDispatch_mE6988E33474F18D07624B92B3828903754A296E0(__this, L_5, MouseEventBase_1_PostDispatch_mE6988E33474F18D07624B92B3828903754A296E0_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseOverEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseOverEvent__ctor_mFD3FC107F10118BE04B4E0983B7E1F87982D044F (MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mE970617681C555250ADB957AAAA30CCA8471C99B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mE970617681C555250ADB957AAAA30CCA8471C99B(__this, MouseEventBase_1__ctor_mE970617681C555250ADB957AAAA30CCA8471C99B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseOutEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseOutEvent__ctor_m05FF30E214AF5C61887B050AA85BEF25B5FB19C0 (MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_m606F1D5F8D2D5C2AB1B3857D1C2C2EBBBF1F0906_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_m606F1D5F8D2D5C2AB1B3857D1C2C2EBBBF1F0906(__this, MouseEventBase_1__ctor_m606F1D5F8D2D5C2AB1B3857D1C2C2EBBBF1F0906_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.DropdownMenu UnityEngine.UIElements.ContextualMenuPopulateEvent::get_menu()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ContextualMenuPopulateEvent_get_menu_mDD978E1DE874D04B47708329654A7D37F88C37CA (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_0 = __this->___U3CmenuU3Ek__BackingField_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::set_menu(UnityEngine.UIElements.DropdownMenu)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_menu_m28709F7A74353EFEECFE1C28D708C6F619E84120 (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_0 = ___value0;
|
|
__this->___U3CmenuU3Ek__BackingField_28 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_28), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.EventBase UnityEngine.UIElements.ContextualMenuPopulateEvent::get_triggerEvent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = __this->___U3CtriggerEventU3Ek__BackingField_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::set_triggerEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_triggerEvent_m6AEDC5CEB93E6A8DA01BD7760D7DE05C90884E3A (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___value0;
|
|
__this->___U3CtriggerEventU3Ek__BackingField_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerEventU3Ek__BackingField_29), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_Init_mC57C7FBAD8C99FFD4A707187A374AF17F0DE6F42 (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_Init_mB557CC2D817400B27286C2D5FBAB71B25A0A8DD5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1_Init_mB557CC2D817400B27286C2D5FBAB71B25A0A8DD5(__this, MouseEventBase_1_Init_mB557CC2D817400B27286C2D5FBAB71B25A0A8DD5_RuntimeMethod_var);
|
|
ContextualMenuPopulateEvent_LocalInit_m96F892D597CF3A54B393B7B5380800E93E632F3B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_LocalInit_m96F892D597CF3A54B393B7B5380800E93E632F3B (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
ContextualMenuPopulateEvent_set_menu_m28709F7A74353EFEECFE1C28D708C6F619E84120_inline(__this, (DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2*)NULL, NULL);
|
|
__this->___m_ContextualMenuManager_30 = (ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ContextualMenuManager_30), (void*)(ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B*)NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0;
|
|
L_0 = ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline(__this, NULL);
|
|
V_0 = (bool)((!(((RuntimeObject*)(EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2;
|
|
L_2 = ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker0::Invoke(14 /* System.Void UnityEngine.UIElements.EventBase::Dispose() */, L_2);
|
|
ContextualMenuPopulateEvent_set_triggerEvent_m6AEDC5CEB93E6A8DA01BD7760D7DE05C90884E3A_inline(__this, (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C*)NULL, NULL);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent__ctor_m50FDFA25DF6EAD42A71FDAE40F50758E0E143ACD (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1__ctor_mD3DE0C71E1F39D8D818A1EA52D607369F382C3BF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MouseEventBase_1__ctor_mD3DE0C71E1F39D8D818A1EA52D607369F382C3BF(__this, MouseEventBase_1__ctor_mD3DE0C71E1F39D8D818A1EA52D607369F382C3BF_RuntimeMethod_var);
|
|
ContextualMenuPopulateEvent_LocalInit_m96F892D597CF3A54B393B7B5380800E93E632F3B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ContextualMenuPopulateEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_PostDispatch_mC423CC15042389F45134C45087909267984894AF (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_PostDispatch_mB75794FD55D2CD0C88E989577B3D4768393F353F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = EventBase_get_isDefaultPrevented_m6CD96BAC5EADA87095BB34C7EBE46ACBA75ABDB2(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* L_1 = __this->___m_ContextualMenuManager_30;
|
|
G_B3_0 = ((!(((RuntimeObject*)(ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_3;
|
|
L_3 = ContextualMenuPopulateEvent_get_menu_mDD978E1DE874D04B47708329654A7D37F88C37CA_inline(__this, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_4;
|
|
L_4 = ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
DropdownMenu_PrepareForDisplay_m7217E1F33CE5D461B41D61239DBB1B8FCAB01DBF(L_3, L_4, NULL);
|
|
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* L_5 = __this->___m_ContextualMenuManager_30;
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_6;
|
|
L_6 = ContextualMenuPopulateEvent_get_menu_mDD978E1DE874D04B47708329654A7D37F88C37CA_inline(__this, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_7;
|
|
L_7 = ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker2< DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2*, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(5 /* System.Void UnityEngine.UIElements.ContextualMenuManager::DoDisplayMenu(UnityEngine.UIElements.DropdownMenu,UnityEngine.UIElements.EventBase) */, L_5, L_6, L_7);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
RuntimeObject* L_8 = ___panel0;
|
|
MouseEventBase_1_PostDispatch_mB75794FD55D2CD0C88E989577B3D4768393F353F(__this, L_8, MouseEventBase_1_PostDispatch_mB75794FD55D2CD0C88E989577B3D4768393F353F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MouseEventsHelper::SendMouseOverMouseOut(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IMouseEvent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseEventsHelper_SendMouseOverMouseOut_mF83E085AE2C15FCEB38C2CD7347BD8C658AF7580 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___previousTopElementUnderMouse0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentTopElementUnderMouse1, RuntimeObject* ___triggerEvent2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___mousePosition3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m1BA4B498C42F20567835D08127B25AD8B2894159_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventBase_1_GetPooled_m49A3EE93DD182B3C0BE5A020A58873970346C174_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* V_1 = NULL;
|
|
bool V_2 = false;
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* V_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___previousTopElementUnderMouse0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___previousTopElementUnderMouse0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_1, NULL);
|
|
G_B3_0 = ((!(((RuntimeObject*)(RuntimeObject*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = ___triggerEvent2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___mousePosition3;
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* L_6;
|
|
L_6 = MouseEventBase_1_GetPooled_m49A3EE93DD182B3C0BE5A020A58873970346C174(L_4, L_5, (bool)0, MouseEventBase_1_GetPooled_m49A3EE93DD182B3C0BE5A020A58873970346C174_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0032:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* L_9 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___previousTopElementUnderMouse0;
|
|
NullCheck(L_9);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_9, L_10, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___previousTopElementUnderMouse0;
|
|
MouseOutEvent_t6848AB296F36F86C5E44F248E1BDC10882D8EDBD* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, L_11, L_12);
|
|
goto IL_003d;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___currentTopElementUnderMouse1;
|
|
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_14 = V_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_15 = ___triggerEvent2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = ___mousePosition3;
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* L_17;
|
|
L_17 = MouseEventBase_1_GetPooled_m1BA4B498C42F20567835D08127B25AD8B2894159(L_15, L_16, (bool)0, MouseEventBase_1_GetPooled_m1BA4B498C42F20567835D08127B25AD8B2894159_RuntimeMethod_var);
|
|
V_3 = L_17;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0064:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* L_18 = V_3;
|
|
if (!L_18)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* L_19 = V_3;
|
|
NullCheck(L_19);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_19);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* L_20 = V_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___currentTopElementUnderMouse1;
|
|
NullCheck(L_20);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_20, L_21, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = ___currentTopElementUnderMouse1;
|
|
MouseOverEvent_t7B8F0B26E77632F3A33FDCBD26B39FF74A8558C2* L_23 = V_3;
|
|
NullCheck(L_22);
|
|
VirtualActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, L_22, L_23);
|
|
goto IL_006f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerEventsHelper::SendOverOut(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.IPointerEvent,UnityEngine.Vector2,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventsHelper_SendOverOut_m584A5EB22FBB9AC6D003D7F050F9F67183D4D978 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___previousTopElementUnderPointer0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentTopElementUnderPointer1, RuntimeObject* ___triggerEvent2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position3, int32_t ___pointerId4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_GetPooled_m0452B6D1ACD311FF1E10065BC7C06ABA451E18CB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_GetPooled_mE4F4843A10364992D9519CDB41DD26138EE7FE2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* V_1 = NULL;
|
|
bool V_2 = false;
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* V_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___previousTopElementUnderPointer0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___previousTopElementUnderPointer0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_1, NULL);
|
|
G_B3_0 = ((!(((RuntimeObject*)(RuntimeObject*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = ___triggerEvent2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___position3;
|
|
int32_t L_6 = ___pointerId4;
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* L_7;
|
|
L_7 = PointerEventBase_1_GetPooled_m0452B6D1ACD311FF1E10065BC7C06ABA451E18CB(L_4, L_5, L_6, PointerEventBase_1_GetPooled_m0452B6D1ACD311FF1E10065BC7C06ABA451E18CB_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0033:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* L_10 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___previousTopElementUnderPointer0;
|
|
NullCheck(L_10);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_10, L_11, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___previousTopElementUnderPointer0;
|
|
PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* L_13 = V_1;
|
|
NullCheck(L_12);
|
|
VirtualActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, L_12, L_13);
|
|
goto IL_003e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = ___currentTopElementUnderPointer1;
|
|
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_15 = V_2;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_16 = ___triggerEvent2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = ___position3;
|
|
int32_t L_18 = ___pointerId4;
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* L_19;
|
|
L_19 = PointerEventBase_1_GetPooled_mE4F4843A10364992D9519CDB41DD26138EE7FE2C(L_16, L_17, L_18, PointerEventBase_1_GetPooled_mE4F4843A10364992D9519CDB41DD26138EE7FE2C_RuntimeMethod_var);
|
|
V_3 = L_19;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0066:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* L_20 = V_3;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* L_21 = V_3;
|
|
NullCheck(L_21);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_21);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* L_22 = V_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___currentTopElementUnderPointer1;
|
|
NullCheck(L_22);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_22, L_23, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___currentTopElementUnderPointer1;
|
|
PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* L_25 = V_3;
|
|
NullCheck(L_24);
|
|
VirtualActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, L_24, L_25);
|
|
goto IL_0071;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.NavigationEventDispatchingStrategy::CanDispatchEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigationEventDispatchingStrategy_CanDispatchEvent_m27B7C4AE080904D4C29FD844CEDF0E4DB93C4CD1 (NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INavigationEvent_t4864FB506AF154EE9A56715FF6521E6582EDD129_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, INavigationEvent_t4864FB506AF154EE9A56715FF6521E6582EDD129_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventDispatchingStrategy::DispatchEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationEventDispatchingStrategy_DispatchEvent_m70433A602409DDE6B0F365E189BF82FF0D3F4210 (NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* G_B3_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B3_1 = NULL;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* G_B2_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B2_1 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___panel1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2 = ___evt0;
|
|
RuntimeObject* L_3 = ___panel1;
|
|
NullCheck(L_3);
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* L_4;
|
|
L_4 = InterfaceFuncInvoker0< FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* >::Invoke(3 /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.IPanel::get_focusController() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_3);
|
|
NullCheck(L_4);
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_5;
|
|
L_5 = FocusController_GetLeafFocusedElement_m69566DBCE9BBD3167E76EC6A229D1FB53115748A(L_4, NULL);
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_6 = L_5;
|
|
G_B2_0 = L_6;
|
|
G_B2_1 = L_2;
|
|
if (L_6)
|
|
{
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = L_2;
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = ___panel1;
|
|
NullCheck(L_7);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
|
|
L_8 = InterfaceFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(0 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.IPanel::get_visualTree() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_7);
|
|
G_B3_0 = ((Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0*)(L_8));
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(G_B3_1, G_B3_0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_9 = ___evt0;
|
|
EventDispatchUtilities_PropagateEvent_m88103C8E1DC1372A9DF42B277B13BA7DDE338C33(L_9, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_10 = ___evt0;
|
|
NullCheck(L_10);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_10, (bool)0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_11 = ___evt0;
|
|
NullCheck(L_11);
|
|
EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870(L_11, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationEventDispatchingStrategy__ctor_m9243C39886903158140DD8F720A888AD81377753 (NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction UnityEngine.UIElements.NavigationMoveEvent::DetermineMoveDirection(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavigationMoveEvent_DetermineMoveDirection_mB2D990550B9FDE124A024DC3DBE46638266CCDE4 (float ___x0, float ___y1, float ___deadZone2, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
{
|
|
float L_0 = ___x0;
|
|
float L_1 = ___y1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), L_0, L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
float L_3;
|
|
L_3 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&V_1), NULL);
|
|
float L_4 = ___deadZone2;
|
|
float L_5 = ___deadZone2;
|
|
V_0 = (bool)((((float)L_3) < ((float)((float)il2cpp_codegen_multiply(L_4, L_5))))? 1 : 0);
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_7 = ___x0;
|
|
float L_8;
|
|
L_8 = fabsf(L_7);
|
|
float L_9 = ___y1;
|
|
float L_10;
|
|
L_10 = fabsf(L_9);
|
|
V_3 = (bool)((((float)L_8) > ((float)L_10))? 1 : 0);
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = ___x0;
|
|
V_4 = (bool)((((float)L_12) > ((float)(0.0f)))? 1 : 0);
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 3;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
V_2 = 1;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
float L_14 = ___y1;
|
|
V_5 = (bool)((((float)L_14) > ((float)(0.0f)))? 1 : 0);
|
|
bool L_15 = V_5;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 2;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
V_2 = 4;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.NavigationMoveEvent/Direction UnityEngine.UIElements.NavigationMoveEvent::get_direction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavigationMoveEvent_get_direction_m16FD5A515392149F0E1891E69F32B30C49B457D3 (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CdirectionU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::set_direction(UnityEngine.UIElements.NavigationMoveEvent/Direction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_direction_m712EBADD778DE12FB11A2E35FA160BA321A1804B (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CdirectionU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::set_move(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_move_mB6C278D3B4A3FE95F573E3E74DC3BCD066567244 (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___value0;
|
|
__this->___U3CmoveU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.NavigationMoveEvent UnityEngine.UIElements.NavigationMoveEvent::GetPooled(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* NavigationMoveEvent_GetPooled_m95C2CF6352F67CF44064840B497103C093D3145D (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___moveVector0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_GetPooled_m94F015707C9EE6A5C894793BC74DFA507165CD37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* V_0 = NULL;
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_il2cpp_TypeInfo_var);
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* L_0;
|
|
L_0 = EventBase_1_GetPooled_m94F015707C9EE6A5C894793BC74DFA507165CD37(EventBase_1_GetPooled_m94F015707C9EE6A5C894793BC74DFA507165CD37_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* L_1 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___moveVector0;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___moveVector0;
|
|
float L_5 = L_4.___y_1;
|
|
int32_t L_6;
|
|
L_6 = NavigationMoveEvent_DetermineMoveDirection_mB2D990550B9FDE124A024DC3DBE46638266CCDE4(L_3, L_5, (0.600000024f), NULL);
|
|
NullCheck(L_1);
|
|
NavigationMoveEvent_set_direction_m712EBADD778DE12FB11A2E35FA160BA321A1804B_inline(L_1, L_6, NULL);
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* L_7 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = ___moveVector0;
|
|
NullCheck(L_7);
|
|
NavigationMoveEvent_set_move_mB6C278D3B4A3FE95F573E3E74DC3BCD066567244_inline(L_7, L_8, NULL);
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* L_9 = V_0;
|
|
V_1 = L_9;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationMoveEvent_Init_mCBAF5F4A6CD3BDFBEFC2FEFA1E3DBD3BA1E09D98 (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1_Init_m7B60279F83401BB6508A7B2658240EDA30D5EA8F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1_Init_m7B60279F83401BB6508A7B2658240EDA30D5EA8F(__this, NavigationEventBase_1_Init_m7B60279F83401BB6508A7B2658240EDA30D5EA8F_RuntimeMethod_var);
|
|
NavigationMoveEvent_set_direction_m712EBADD778DE12FB11A2E35FA160BA321A1804B_inline(__this, 0, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
L_0 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
|
|
NavigationMoveEvent_set_move_mB6C278D3B4A3FE95F573E3E74DC3BCD066567244_inline(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationMoveEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationMoveEvent__ctor_mB523578ACF31ECC0BAEACE592F68F0A4E6534A52 (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1__ctor_m4F9E95BC8D415DE106E1932FF4A82366CD25D8B9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1__ctor_m4F9E95BC8D415DE106E1932FF4A82366CD25D8B9(__this, NavigationEventBase_1__ctor_m4F9E95BC8D415DE106E1932FF4A82366CD25D8B9_RuntimeMethod_var);
|
|
VirtualActionInvoker0::Invoke(12 /* System.Void UnityEngine.UIElements.EventBase::Init() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.NavigationTabEvent::set_direction(UnityEngine.UIElements.NavigationTabEvent/Direction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationTabEvent_set_direction_m1CAB1803AA164CAA4D53D4FDFBA012F4148CD59F (NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CdirectionU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.NavigationTabEvent/Direction UnityEngine.UIElements.NavigationTabEvent::DetermineMoveDirection(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NavigationTabEvent_DetermineMoveDirection_mF49C21184CA2EF1E4F7C4E62DE118D468B5837D4 (int32_t ___moveValue0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
int32_t L_0 = ___moveValue0;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___moveValue0;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 0;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
G_B4_0 = 2;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B6_0 = 1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = G_B6_0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.NavigationTabEvent UnityEngine.UIElements.NavigationTabEvent::GetPooled(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* NavigationTabEvent_GetPooled_m44925702C32CC9FCBBED43EA2452D9E32E73A39E (int32_t ___moveValue0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_GetPooled_mF945D03F17B30FCCD5ED820D85B9E7AD8F10C702_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* V_0 = NULL;
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t3003145BEE9FE8F5AE8C9E13FC4C7D6453201D80_il2cpp_TypeInfo_var);
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* L_0;
|
|
L_0 = EventBase_1_GetPooled_mF945D03F17B30FCCD5ED820D85B9E7AD8F10C702(EventBase_1_GetPooled_mF945D03F17B30FCCD5ED820D85B9E7AD8F10C702_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* L_1 = V_0;
|
|
int32_t L_2 = ___moveValue0;
|
|
int32_t L_3;
|
|
L_3 = NavigationTabEvent_DetermineMoveDirection_mF49C21184CA2EF1E4F7C4E62DE118D468B5837D4(L_2, NULL);
|
|
NullCheck(L_1);
|
|
NavigationTabEvent_set_direction_m1CAB1803AA164CAA4D53D4FDFBA012F4148CD59F_inline(L_1, L_3, NULL);
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* L_4 = V_0;
|
|
V_1 = L_4;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationTabEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationTabEvent_Init_mE37F81F274DF5F35D151EB37B705C16FA6C0C2D6 (NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1_Init_m3C16C9ABDFE7568FE4D45C6C0C16A6A7EE49E223_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1_Init_m3C16C9ABDFE7568FE4D45C6C0C16A6A7EE49E223(__this, NavigationEventBase_1_Init_m3C16C9ABDFE7568FE4D45C6C0C16A6A7EE49E223_RuntimeMethod_var);
|
|
NavigationTabEvent_set_direction_m1CAB1803AA164CAA4D53D4FDFBA012F4148CD59F_inline(__this, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigationTabEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationTabEvent__ctor_m6D3F90AEBF9C0CDD94D5C563F67DC3EAEE780087 (NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1__ctor_mE183BB21D852CC844A54BEE671209231A4B4CC6D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1__ctor_mE183BB21D852CC844A54BEE671209231A4B4CC6D(__this, NavigationEventBase_1__ctor_mE183BB21D852CC844A54BEE671209231A4B4CC6D_RuntimeMethod_var);
|
|
VirtualActionInvoker0::Invoke(12 /* System.Void UnityEngine.UIElements.EventBase::Init() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.NavigationCancelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationCancelEvent__ctor_m612A9638DEA5D850A2119CA7A992C03619ACA03F (NavigationCancelEvent_tB8811EBDC85FD365D1034AEA30F07CBC3161E59E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1__ctor_mECD273E7B651E2DE0CB6D4F2AC99578358CF2D75_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1__ctor_mECD273E7B651E2DE0CB6D4F2AC99578358CF2D75(__this, NavigationEventBase_1__ctor_mECD273E7B651E2DE0CB6D4F2AC99578358CF2D75_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.NavigationSubmitEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigationSubmitEvent__ctor_m5A434BC4053B7763045411ECBBD525FFC2DEC206 (NavigationSubmitEvent_t193DCBDB6CBC8FF9F0A545B48962188505665BB1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventBase_1__ctor_m364A946C798C642694D607BD7C3CB5B91A1DE34F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NavigationEventBase_1__ctor_m364A946C798C642694D607BD7C3CB5B91A1DE34F(__this, NavigationEventBase_1__ctor_m364A946C798C642694D607BD7C3CB5B91A1DE34F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.AttachToPanelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttachToPanelEvent__ctor_m2964C6B2FFCFDFE3E3A8218778A72162ABE153C3 (AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PanelChangedEventBase_1__ctor_m484437AB3FBE0B759ABD36B98022E2ACCECF0311_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PanelChangedEventBase_1__ctor_m484437AB3FBE0B759ABD36B98022E2ACCECF0311(__this, PanelChangedEventBase_1__ctor_m484437AB3FBE0B759ABD36B98022E2ACCECF0311_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.DetachFromPanelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DetachFromPanelEvent__ctor_m49F11872DD57964C4FCB300294308CAC81F1F0FA (DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PanelChangedEventBase_1__ctor_m9205106266852B52BAD4133BC38F6BF8DF28F26E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PanelChangedEventBase_1__ctor_m9205106266852B52BAD4133BC38F6BF8DF28F26E(__this, PanelChangedEventBase_1__ctor_m9205106266852B52BAD4133BC38F6BF8DF28F26E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.PointerCaptureDispatchingStrategy::CanDispatchEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerCaptureDispatchingStrategy_CanDispatchEvent_m6C2EB0C3F16EDECCD7AA0148B5AA96617CF2806D (PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureDispatchingStrategy::DispatchEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureDispatchingStrategy_DispatchEvent_m26632E7E4527CCCF030F8062C1CE45C38E838AAE (PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m39F9F9EC1A25E1CCD2D3E36830B6019E74413AE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t49C5D050F7E36AA2230E042A0ACB06DE32E81034_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tBD3A3272CA5474A0EF4F4EFF8E1751F89428D493_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = V_0;
|
|
V_3 = (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_3;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
RuntimeObject* L_3 = ___panel1;
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_pointerId() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = PointerCaptureHelper_GetCapturingElement_mE69E42FF4CA7A7033A6A071B02BFE024FC439E9E(L_3, L_5, NULL);
|
|
V_1 = L_6;
|
|
RuntimeObject* L_7 = V_1;
|
|
V_4 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_8 = V_4;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
RuntimeObject* L_9 = V_1;
|
|
V_2 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_9, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_10 = ___evt0;
|
|
NullCheck(L_10);
|
|
int64_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_10);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tBD3A3272CA5474A0EF4F4EFF8E1751F89428D493_il2cpp_TypeInfo_var);
|
|
int64_t L_12;
|
|
L_12 = EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7(EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7_RuntimeMethod_var);
|
|
if ((((int64_t)L_11) == ((int64_t)L_12)))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_14, NULL);
|
|
G_B8_0 = ((((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
V_5 = (bool)G_B8_0;
|
|
bool L_16 = V_5;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_17 = ___panel1;
|
|
RuntimeObject* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_pointerId() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_18);
|
|
PointerCaptureHelper_ReleasePointer_m84EA1C13BFB369AF4613EF9CBE4DEAF174E3304F(L_17, L_19, NULL);
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_20 = ___evt0;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_20, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_22 = ___evt0;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_22, NULL);
|
|
RuntimeObject* L_24 = V_1;
|
|
G_B13_0 = ((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_23) == ((RuntimeObject*)(RuntimeObject*)L_24))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
V_6 = (bool)G_B13_0;
|
|
bool L_25 = V_6;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
RuntimeObject* L_26 = ___panel1;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = V_2;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = V_2;
|
|
NullCheck(L_28);
|
|
RuntimeObject* L_29;
|
|
L_29 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_28, NULL);
|
|
RuntimeObject* L_30 = ___panel1;
|
|
G_B19_0 = ((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_29) == ((RuntimeObject*)(RuntimeObject*)L_30))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
G_B19_0 = 0;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
V_7 = (bool)G_B19_0;
|
|
bool L_31 = V_7;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_32 = ___evt0;
|
|
NullCheck(L_32);
|
|
int64_t L_33;
|
|
L_33 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_32);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t49C5D050F7E36AA2230E042A0ACB06DE32E81034_il2cpp_TypeInfo_var);
|
|
int64_t L_34;
|
|
L_34 = EventBase_1_TypeId_m39F9F9EC1A25E1CCD2D3E36830B6019E74413AE5(EventBase_1_TypeId_m39F9F9EC1A25E1CCD2D3E36830B6019E74413AE5_RuntimeMethod_var);
|
|
if ((((int64_t)L_33) == ((int64_t)L_34)))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_35 = ___evt0;
|
|
NullCheck(L_35);
|
|
int64_t L_36;
|
|
L_36 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_35);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tBD3A3272CA5474A0EF4F4EFF8E1751F89428D493_il2cpp_TypeInfo_var);
|
|
int64_t L_37;
|
|
L_37 = EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7(EventBase_1_TypeId_m305FB8DB79C4777D6BC0BA2EFD3F2A298ABB8FA7_RuntimeMethod_var);
|
|
G_B24_0 = ((((int32_t)((((int64_t)L_36) == ((int64_t)L_37))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
G_B24_0 = 0;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
V_8 = (bool)G_B24_0;
|
|
bool L_38 = V_8;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_39 = ___panel1;
|
|
RuntimeObject* L_40 = V_0;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_pointerId() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_40);
|
|
PointerCaptureHelper_ProcessPointerCapture_m2921346B7654101546FFE69AB22EA566912BCE7C(L_39, L_41, NULL);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_42 = ___evt0;
|
|
NullCheck(L_42);
|
|
EventBase_set_dispatch_m6FFDCFE9444A5C96E0511099D29F2CE72D8EAAD5(L_42, (bool)1, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_43 = ___evt0;
|
|
RuntimeObject* L_44 = V_1;
|
|
NullCheck(L_43);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_43, L_44, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_45 = ___evt0;
|
|
RuntimeObject* L_46 = V_1;
|
|
NullCheck(L_45);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void UnityEngine.UIElements.EventBase::set_currentTarget(UnityEngine.UIElements.IEventHandler) */, L_45, L_46);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_47 = ___evt0;
|
|
NullCheck(L_47);
|
|
EventBase_set_propagationPhase_mC66AE0DFD3D62A90A809387B2BF2833F5CED3B8B_inline(L_47, 2, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_48 = ___evt0;
|
|
NullCheck(L_48);
|
|
EventBase_set_skipDisabledElements_mCD199A8D744CA42DC9A331A2795DAEB2CCA9243D(L_48, (bool)0, NULL);
|
|
RuntimeObject* L_49 = V_1;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_50 = ___evt0;
|
|
NullCheck(L_49);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(1 /* System.Void UnityEngine.UIElements.IEventHandler::HandleEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_49, L_50);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_51 = ___evt0;
|
|
NullCheck(L_51);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void UnityEngine.UIElements.EventBase::set_currentTarget(UnityEngine.UIElements.IEventHandler) */, L_51, (RuntimeObject*)NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_52 = ___evt0;
|
|
NullCheck(L_52);
|
|
EventBase_set_propagationPhase_mC66AE0DFD3D62A90A809387B2BF2833F5CED3B8B_inline(L_52, 0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_53 = ___evt0;
|
|
NullCheck(L_53);
|
|
EventBase_set_dispatch_m6FFDCFE9444A5C96E0511099D29F2CE72D8EAAD5(L_53, (bool)0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_54 = ___evt0;
|
|
NullCheck(L_54);
|
|
EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870(L_54, (bool)1, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_55 = ___evt0;
|
|
NullCheck(L_55);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_55, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCaptureDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCaptureDispatchingStrategy__ctor_m2A38585BC0D3626E41D701C40F2C438F4DFFD31C (PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::SavePointerPosition(System.Int32,UnityEngine.Vector2,UnityEngine.UIElements.IPanel,UnityEngine.UIElements.ContextType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_SavePointerPosition_m4DA49B6F9BF1EF667163CDEA20C5F905FC57E3D9 (int32_t ___pointerId0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position1, RuntimeObject* ___panel2, int32_t ___contextType3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = ___contextType3;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* L_3 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0;
|
|
int32_t L_4 = ___pointerId0;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___position1;
|
|
RuntimeObject* L_6 = ___panel2;
|
|
PointerLocation_SetLocation_m2C6222EAE1EE08CA8924AEB5ABB7FED38E3DB36D(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), L_5, L_6, NULL);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::PressButton(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_PressButton_mEB6593AA780D700614DB16CB48B66C559C888BBB (int32_t ___pointerId0, int32_t ___buttonId1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___buttonId1;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_1 = ___buttonId1;
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_1) < ((int32_t)((int32_t)32)))? 1 : 0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1;
|
|
int32_t L_3 = ___pointerId0;
|
|
NullCheck(L_2);
|
|
int32_t* L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)));
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
int32_t L_6 = ___buttonId1;
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)(L_5|((int32_t)(1<<((int32_t)(L_6&((int32_t)31)))))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::ReleaseButton(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_ReleaseButton_m52607AED542F94DCA31D1423322CDD7BC22E356A (int32_t ___pointerId0, int32_t ___buttonId1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___buttonId1;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_1 = ___buttonId1;
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_1) < ((int32_t)((int32_t)32)))? 1 : 0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1;
|
|
int32_t L_3 = ___pointerId0;
|
|
NullCheck(L_2);
|
|
int32_t* L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)));
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
int32_t L_6 = ___buttonId1;
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)(L_5&((~((int32_t)(1<<((int32_t)(L_6&((int32_t)31)))))))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::ReleaseAllButtons(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState_ReleaseAllButtons_mD2FDCAD6152D3A3883BD23A80151F0AB393B982A (int32_t ___pointerId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1;
|
|
int32_t L_1 = ___pointerId0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerDeviceState::GetPointerPosition(System.Int32,UnityEngine.UIElements.ContextType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerDeviceState_GetPointerPosition_mD97492430DAE569E2E6C8D9AC9900B286D08C59C (int32_t ___pointerId0, int32_t ___contextType1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
int32_t L_0 = ___contextType1;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* L_3 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0;
|
|
int32_t L_4 = ___pointerId0;
|
|
NullCheck(L_3);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
V_2 = L_5;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PointerDeviceState::GetPanel(System.Int32,UnityEngine.UIElements.ContextType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PointerDeviceState_GetPanel_m4248DF4B2A6A3477AD5F687B16F1818AF4C55823 (int32_t ___pointerId0, int32_t ___contextType1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___contextType1;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* L_3 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0;
|
|
int32_t L_4 = ___pointerId0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_5;
|
|
L_5 = PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
V_2 = L_5;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerDeviceState::HasFlagFast(UnityEngine.UIElements.PointerDeviceState/LocationFlag,UnityEngine.UIElements.PointerDeviceState/LocationFlag)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerDeviceState_HasFlagFast_m6C7A90958C384DAC0493E45E174A0B2489513CAF (int32_t ___flagSet0, int32_t ___flag1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___flagSet0;
|
|
int32_t L_1 = ___flag1;
|
|
int32_t L_2 = ___flag1;
|
|
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) == ((int32_t)L_2))? 1 : 0);
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerDeviceState::HasLocationFlag(System.Int32,UnityEngine.UIElements.ContextType,UnityEngine.UIElements.PointerDeviceState/LocationFlag)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerDeviceState_HasLocationFlag_m07EB5854AACBEAD10DC212856342807EF71CA5B1 (int32_t ___pointerId0, int32_t ___contextType1, int32_t ___flag2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = ___contextType1;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)1))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* L_3 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0;
|
|
int32_t L_4 = ___pointerId0;
|
|
NullCheck(L_3);
|
|
int32_t L_5;
|
|
L_5 = PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
int32_t L_6 = ___flag2;
|
|
bool L_7;
|
|
L_7 = PointerDeviceState_HasFlagFast_m6C7A90958C384DAC0493E45E174A0B2489513CAF(L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
bool L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.PointerDeviceState::GetPressedButtons(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerDeviceState_GetPressedButtons_mA0050FA19E052BDFAE510A56BFF91BAE4AFA95E0 (int32_t ___pointerId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1;
|
|
int32_t L_1 = ___pointerId0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_0 = L_3;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerDeviceState::HasAdditionalPressedButtons(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerDeviceState_HasAdditionalPressedButtons_m421632139ED46156280AF6A992834B3162F108F0 (int32_t ___pointerId0, int32_t ___exceptButtonId1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1;
|
|
int32_t L_1 = ___pointerId0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
int32_t L_4 = ___exceptButtonId1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)(L_3&((~((int32_t)(1<<((int32_t)(L_4&((int32_t)31)))))))))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDeviceState__cctor_mC64F7E577A7BEA2CDD8A04E5A3EF2B8797FA1494 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___maxPointers_0;
|
|
PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4* L_1 = (PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4*)(PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4*)SZArrayNew(PointerLocationU5BU5D_t431E8046CB55B8A220C0447DDB6CF6A20DE8A1A4_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PlayerPointerLocations_0), (void*)L_1);
|
|
int32_t L_2 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___maxPointers_0;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_StaticFields*)il2cpp_codegen_static_fields_for(PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var))->___s_PressedButtons_1), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_pinvoke(const PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6& unmarshaled, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___U3CPanelU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Panel>k__BackingField' of type 'PointerLocation': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CPanelU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_pinvoke_back(const PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_pinvoke& marshaled, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CPanelU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Panel>k__BackingField' of type 'PointerLocation': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CPanelU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_pinvoke_cleanup(PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_com(const PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6& unmarshaled, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___U3CPanelU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Panel>k__BackingField' of type 'PointerLocation': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CPanelU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_com_back(const PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_com& marshaled, PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CPanelU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Panel>k__BackingField' of type 'PointerLocation': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CPanelU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.PointerDeviceState/PointerLocation
|
|
IL2CPP_EXTERN_C void PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshal_com_cleanup(PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10 (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CPositionU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 _returnValue;
|
|
_returnValue = PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Position(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___value0;
|
|
__this->___U3CPositionU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA_inline(_thisAdjusted, ___value0, method);
|
|
}
|
|
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CPanelU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Panel(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403 (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___value0;
|
|
__this->___U3CPanelU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPanelU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403_inline(_thisAdjusted, ___value0, method);
|
|
}
|
|
// UnityEngine.UIElements.PointerDeviceState/LocationFlag UnityEngine.UIElements.PointerDeviceState/PointerLocation::get_Flags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7 (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CFlagsU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::set_Flags(UnityEngine.UIElements.PointerDeviceState/LocationFlag)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CFlagsU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_AdjustorThunk (RuntimeObject* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_inline(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDeviceState/PointerLocation::SetLocation(UnityEngine.Vector2,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLocation_SetLocation_m2C6222EAE1EE08CA8924AEB5ABB7FED38E3DB36D (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___position0;
|
|
PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA_inline(__this, L_0, NULL);
|
|
RuntimeObject* L_1 = ___panel1;
|
|
PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403_inline(__this, L_1, NULL);
|
|
PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_inline(__this, 0, NULL);
|
|
RuntimeObject* L_2 = ___panel1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___panel1;
|
|
NullCheck(L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4;
|
|
L_4 = InterfaceFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(0 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.IPanel::get_visualTree() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_3);
|
|
NullCheck(L_4);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5;
|
|
L_5 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_4, NULL);
|
|
V_1 = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___position0;
|
|
bool L_7;
|
|
L_7 = Rect_Contains_mAB270D6B7E3B0009A50D142C569D63E8FE59F48B((&V_1), L_6, NULL);
|
|
G_B3_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_inline(__this, NULL);
|
|
PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_inline(__this, ((int32_t)((int32_t)L_9|1)), NULL);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PointerLocation_SetLocation_m2C6222EAE1EE08CA8924AEB5ABB7FED38E3DB36D_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6*>(__this + _offset);
|
|
PointerLocation_SetLocation_m2C6222EAE1EE08CA8924AEB5ABB7FED38E3DB36D(_thisAdjusted, ___position0, ___panel1, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.PointerEventDispatchingStrategy::CanDispatchEvent(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventDispatchingStrategy_CanDispatchEvent_mC4FC97806CE0D92B2AC3A43CED4EA3A2F85A229D (PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::DispatchEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_DispatchEvent_m6ACB39BD4E93321264BBCA7FBDFADFF9AD00E384 (PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
RuntimeObject* L_1 = ___panel1;
|
|
PointerEventDispatchingStrategy_SetBestTargetForEvent_mA3DF2335F2A51C6901DE1CBBEEB4C346B8CCE52A(L_0, L_1, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2 = ___evt0;
|
|
PointerEventDispatchingStrategy_SendEventToTarget_m45E43277909EEF73BA55ED17F81C68757EE33BB1(L_2, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_3 = ___evt0;
|
|
NullCheck(L_3);
|
|
EventBase_set_stopDispatch_m4B24B3101AADAEAAEAB2617E3AF8ED4257681870(L_3, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::SendEventToTarget(UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_SendEventToTarget_m45E43277909EEF73BA55ED17F81C68757EE33BB1 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_0, NULL);
|
|
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_3 = ___evt0;
|
|
EventDispatchUtilities_PropagateEvent_m88103C8E1DC1372A9DF42B277B13BA7DDE338C33(L_3, NULL);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::SetBestTargetForEvent(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_SetBestTargetForEvent_mA3DF2335F2A51C6901DE1CBBEEB4C346B8CCE52A (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B11_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B10_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B12_0 = NULL;
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* G_B12_1 = NULL;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
RuntimeObject* L_1 = ___panel1;
|
|
PointerEventDispatchingStrategy_UpdateElementUnderPointer_mBB76E65221DA8D932ABA49AD97D47ECEA20A4545(L_0, L_1, (&V_0), NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2 = ___evt0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
|
|
G_B3_0 = ((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_6 = ___evt0;
|
|
NullCheck(L_6);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_6, (bool)0, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_7 = ___evt0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_0;
|
|
NullCheck(L_7);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_7, L_8, NULL);
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_9 = ___evt0;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
|
|
G_B8_0 = ((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_13 = ___evt0;
|
|
RuntimeObject* L_14 = ___panel1;
|
|
G_B10_0 = L_13;
|
|
if (L_14)
|
|
{
|
|
G_B11_0 = L_13;
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
RuntimeObject* L_15 = ___panel1;
|
|
NullCheck(L_15);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16;
|
|
L_16 = InterfaceFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(0 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.IPanel::get_visualTree() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_15);
|
|
G_B12_0 = L_16;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
NullCheck(G_B12_1);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(G_B12_1, G_B12_0, NULL);
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_17 = ___evt0;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_18;
|
|
L_18 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_17, NULL);
|
|
V_3 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_18) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_19 = V_3;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_20 = ___evt0;
|
|
NullCheck(L_20);
|
|
EventBase_set_propagateToIMGUI_mEE39524D804DF059C390FBC08462CC2892770981(L_20, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::UpdateElementUnderPointer(UnityEngine.UIElements.EventBase,UnityEngine.UIElements.IPanel,UnityEngine.UIElements.VisualElement&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy_UpdateElementUnderPointer_mBB76E65221DA8D932ABA49AD97D47ECEA20A4545 (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___evt0, RuntimeObject* ___panel1, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** ___elementUnderPointer2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_1 = NULL;
|
|
bool V_2 = false;
|
|
RuntimeObject* G_B2_0 = NULL;
|
|
RuntimeObject* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B8_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B4_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B6_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B5_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B7_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B7_1 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B11_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B11_1 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B10_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** G_B9_0 = NULL;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___evt0;
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = ___panel1;
|
|
V_1 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_1, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_2 = ___evt0;
|
|
RuntimeObject* L_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var));
|
|
G_B1_0 = L_3;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_3;
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_4;
|
|
L_4 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean UnityEngine.UIElements.IPointerEventInternal::get_recomputeTopElementUnderPointer() */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, G_B2_0);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115** L_5 = ___elementUnderPointer2;
|
|
bool L_6 = V_2;
|
|
G_B4_0 = L_5;
|
|
if (L_6)
|
|
{
|
|
G_B8_0 = L_5;
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7 = V_1;
|
|
G_B5_0 = G_B4_0;
|
|
if (L_7)
|
|
{
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B7_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_8 = V_1;
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_pointerId() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_9);
|
|
NullCheck(L_8);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11;
|
|
L_11 = BaseVisualElementPanel_GetTopElementUnderPointer_mDB876CD969BE130AC4E687554E08334ECBEB6B30(L_8, L_10, NULL);
|
|
G_B7_0 = L_11;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B11_0 = G_B7_0;
|
|
G_B11_1 = G_B7_1;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_12 = V_1;
|
|
G_B9_0 = G_B8_0;
|
|
if (L_12)
|
|
{
|
|
G_B10_0 = G_B8_0;
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_13 = V_1;
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.UIElements.IPointerEvent::get_pointerId() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_14);
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(5 /* UnityEngine.Vector3 UnityEngine.UIElements.IPointerEvent::get_position() */, IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var, L_16);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_17, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_19 = ___evt0;
|
|
NullCheck(L_13);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20;
|
|
L_20 = BaseVisualElementPanel_RecomputeTopElementUnderPointer_mF3D6110A28FCCF72408FE62A21A4F57E4AC717AF(L_13, L_15, L_18, L_19, NULL);
|
|
G_B11_0 = L_20;
|
|
G_B11_1 = G_B10_0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
*((RuntimeObject**)G_B11_1) = (RuntimeObject*)G_B11_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B11_1, (void*)(RuntimeObject*)G_B11_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEventDispatchingStrategy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventDispatchingStrategy__ctor_m0B72334A7F6713ADBC0682135C498FDF8FD33F87 (PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String UnityEngine.UIElements.PointerType::GetPointerType(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PointerType_GetPointerType_mDB4FC19B80A06FEBC90EE20459724467C3EE71EB (int32_t ___pointerId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___pointerId0;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___mouse_0;
|
|
V_1 = L_3;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = ((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___touch_1;
|
|
V_1 = L_4;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PointerType::IsDirectManipulationDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerType_IsDirectManipulationDevice_m2D68E70690A612370BFB75035F516251B32F8D58 (String_t* ___pointerType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
String_t* L_0 = ___pointerType0;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = ((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___touch_1;
|
|
if ((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___pointerType0;
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___pen_2;
|
|
G_B3_0 = ((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3))? 1 : 0);
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerType::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerType__cctor_m2ADC1D7E16519E5CE9725CEB80F0E684D9247C54 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EC74C84E81C86699198C668FD02886EC7ED89EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9F6B690E16E25915983F3E6C7BE53DDCC99D060);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___mouse_0 = _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___mouse_0), (void*)_stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE);
|
|
((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___touch_1 = _stringLiteralD9F6B690E16E25915983F3E6C7BE53DDCC99D060;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___touch_1), (void*)_stringLiteralD9F6B690E16E25915983F3E6C7BE53DDCC99D060);
|
|
((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___pen_2 = _stringLiteral9EC74C84E81C86699198C668FD02886EC7ED89EB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___pen_2), (void*)_stringLiteral9EC74C84E81C86699198C668FD02886EC7ED89EB);
|
|
((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___unknown_3 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields*)il2cpp_codegen_static_fields_for(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var))->___unknown_3), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerId::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerId__cctor_m5BD233C42EA7F5F5640D9853E7C86213805E21B6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___maxPointers_0 = ((int32_t)32);
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___invalidPointerId_1 = (-1);
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2 = 0;
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___touchPointerIdBase_3 = 1;
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___touchPointerCount_4 = ((int32_t)20);
|
|
int32_t L_0 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___touchPointerIdBase_3;
|
|
int32_t L_1 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___touchPointerCount_4;
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___penPointerIdBase_5 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___penPointerCount_6 = 2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = L_2;
|
|
int32_t L_4 = ((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___mousePointerId_2;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_4);
|
|
((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___hoveringPointers_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields*)il2cpp_codegen_static_fields_for(PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var))->___hoveringPointers_7), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerDownEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDownEvent_Init_m7F91B066AE5A629B4989E74A4995DE9AD31799D9 (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_mA1E6CC3B61166169763B6912412A3E33CBF87E93_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_mA1E6CC3B61166169763B6912412A3E33CBF87E93(__this, PointerEventBase_1_Init_mA1E6CC3B61166169763B6912412A3E33CBF87E93_RuntimeMethod_var);
|
|
PointerDownEvent_LocalInit_mA33241586037DFD52930AEAD5B3FD54CF31EE552(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDownEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDownEvent_LocalInit_mA33241586037DFD52930AEAD5B3FD54CF31EE552 (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_triggeredByOS(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_recomputeTopElementUnderPointer(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDownEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDownEvent__ctor_m8327588407E759FAFDDE9D997F5425BDC2B5A07D (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_m998F76A42DE6E5246AEECA0095657850B41DA8A2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_m998F76A42DE6E5246AEECA0095657850B41DA8A2(__this, PointerEventBase_1__ctor_m998F76A42DE6E5246AEECA0095657850B41DA8A2_RuntimeMethod_var);
|
|
PointerDownEvent_LocalInit_mA33241586037DFD52930AEAD5B3FD54CF31EE552(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerDownEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerDownEvent_PostDispatch_m5A0D5EB7FA6946D1EBD920562D28C1CD43AFD699 (PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_PostDispatch_mBBF8C65E6E8406C67A589BDB0E6F5E54DE46A426_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* V_2 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = EventBase_get_isDefaultPrevented_m6CD96BAC5EADA87095BB34C7EBE46ACBA75ABDB2(__this, NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___panel0;
|
|
bool L_3;
|
|
L_3 = PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m60235AE58C69A16A80A1F9A2CB6A791B960776CC(L_2, __this, NULL);
|
|
V_1 = L_3;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_5;
|
|
L_5 = MouseDownEvent_GetPooled_m5A5B5136C3C951C44F4D8E621CED3E6506EDC63F(__this, NULL);
|
|
V_2 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0040:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_8 = V_2;
|
|
RuntimeObject* L_9;
|
|
L_9 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_8);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_8, L_9, NULL);
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_10, NULL);
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_12 = V_2;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_11, L_12);
|
|
goto IL_004b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
RuntimeObject* L_13 = ___panel0;
|
|
int32_t L_14;
|
|
L_14 = PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_inline(__this, PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_RuntimeMethod_var);
|
|
PointerCaptureHelper_PreventCompatibilityMouseEvents_m93ECE6FFDE5F09FC76304EF27D9C50FE3D50558F(L_13, L_14, NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
RuntimeObject* L_15 = ___panel0;
|
|
PointerEventBase_1_PostDispatch_mBBF8C65E6E8406C67A589BDB0E6F5E54DE46A426(__this, L_15, PointerEventBase_1_PostDispatch_mBBF8C65E6E8406C67A589BDB0E6F5E54DE46A426_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.PointerMoveEvent::get_isHandledByDraggable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerMoveEvent_get_isHandledByDraggable_mCCA70E78328355F419734A13F7B4135F51E89D47 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisHandledByDraggableU3Ek__BackingField_38;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::set_isHandledByDraggable(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent_set_isHandledByDraggable_m24AE525901E56FE8A7936EDA8F2046862BB3660D (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CisHandledByDraggableU3Ek__BackingField_38 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent_Init_mFC6824E3B6FF0E2B68F9FFD1D4167F48A9DC30CC (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_mB7A2ABD885C3D09B64F29476C624D9AAAABF32C5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_mB7A2ABD885C3D09B64F29476C624D9AAAABF32C5(__this, PointerEventBase_1_Init_mB7A2ABD885C3D09B64F29476C624D9AAAABF32C5_RuntimeMethod_var);
|
|
PointerMoveEvent_LocalInit_m2B3988A6E09A5484209BC512987D575F7EC02688(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent_LocalInit_m2B3988A6E09A5484209BC512987D575F7EC02688 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 7, NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_triggeredByOS(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_recomputeTopElementUnderPointer(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
PointerMoveEvent_set_isHandledByDraggable_m24AE525901E56FE8A7936EDA8F2046862BB3660D_inline(__this, (bool)0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent__ctor_mD3557DFD831C3106671744B531BFA47353131515 (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mEEDD5DA0CB24E8B1539D7A8B7B6F478813511665_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mEEDD5DA0CB24E8B1539D7A8B7B6F478813511665(__this, PointerEventBase_1__ctor_mEEDD5DA0CB24E8B1539D7A8B7B6F478813511665_RuntimeMethod_var);
|
|
PointerMoveEvent_LocalInit_m2B3988A6E09A5484209BC512987D575F7EC02688(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerMoveEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerMoveEvent_PostDispatch_m68F7EA5AEE05C66DEFCF053483EAA79447BA77FC (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_PostDispatch_mDE64F12665D559442C1EFAEC9FCBFBCB7622494F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* V_2 = NULL;
|
|
bool V_3 = false;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_4 = NULL;
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* V_5 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___panel0;
|
|
bool L_1;
|
|
L_1 = PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m60235AE58C69A16A80A1F9A2CB6A791B960776CC(L_0, __this, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_3;
|
|
L_3 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_4;
|
|
L_4 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56(L_4, NULL);
|
|
G_B4_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_1 = (bool)G_B4_0;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_7;
|
|
L_7 = MouseDownEvent_GetPooled_mE07C71660166EA2E7A208B9DDE1ED35856CA844D(__this, NULL);
|
|
V_2 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0053:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_10 = V_2;
|
|
RuntimeObject* L_11;
|
|
L_11 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_10);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_10, L_11, NULL);
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13;
|
|
L_13 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_12, NULL);
|
|
MouseDownEvent_tD798610B9C34C7D1CA93C66034A67D330D4A83CD* L_14 = V_2;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_13, L_14);
|
|
goto IL_005e;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_15;
|
|
L_15 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_16;
|
|
L_16 = EventBase_get_imguiEvent_m45ABCDC6423D27EF44F7E29661B249D238765DB0(__this, NULL);
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = Event_get_rawType_mD7CD874F3C8DFD4DFB6237E79A7C3A484B33CE56(L_16, NULL);
|
|
G_B14_0 = ((((int32_t)L_17) == ((int32_t)1))? 1 : 0);
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
G_B14_0 = 0;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
V_3 = (bool)G_B14_0;
|
|
bool L_18 = V_3;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_19;
|
|
L_19 = MouseUpEvent_GetPooled_mE52E62B30DE0D73C255670803743C6A61A6E8297(__this, NULL);
|
|
V_4 = L_19;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ab:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_20 = V_4;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_21 = V_4;
|
|
NullCheck(L_21);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_21);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_22 = V_4;
|
|
RuntimeObject* L_23;
|
|
L_23 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_22);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_22, L_23, NULL);
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_24 = V_4;
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_24, NULL);
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_26 = V_4;
|
|
NullCheck(L_25);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_25, L_26);
|
|
goto IL_00b8;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_27;
|
|
L_27 = MouseMoveEvent_GetPooled_m261EC9148D060107E916E8B3B74EDAFF92BE4E68(__this, NULL);
|
|
V_5 = L_27;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00e5:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_28 = V_5;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_29 = V_5;
|
|
NullCheck(L_29);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_29);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_30 = V_5;
|
|
RuntimeObject* L_31;
|
|
L_31 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_30);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_30, L_31, NULL);
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_32 = V_5;
|
|
NullCheck(L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_32, NULL);
|
|
MouseMoveEvent_t1B41ADBDD7458D2369BF45AD02EE8FBE29F8E8A5* L_34 = V_5;
|
|
NullCheck(L_33);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_33, L_34);
|
|
goto IL_00f2;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
RuntimeObject* L_35 = ___panel0;
|
|
PointerEventBase_1_PostDispatch_mDE64F12665D559442C1EFAEC9FCBFBCB7622494F(__this, L_35, PointerEventBase_1_PostDispatch_mDE64F12665D559442C1EFAEC9FCBFBCB7622494F_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerStationaryEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerStationaryEvent_Init_mFD11E6F7C339CE9D252F72126431586F47A3B1E9 (PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_mAAF393FC943EA9A8341CB7DC23184B71F4B6FBFD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_mAAF393FC943EA9A8341CB7DC23184B71F4B6FBFD(__this, PointerEventBase_1_Init_mAAF393FC943EA9A8341CB7DC23184B71F4B6FBFD_RuntimeMethod_var);
|
|
PointerStationaryEvent_LocalInit_m44FF78DF38F56E7597924B4071FABCD9CDD36E50(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerStationaryEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerStationaryEvent_LocalInit_m44FF78DF38F56E7597924B4071FABCD9CDD36E50 (PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 7, NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_triggeredByOS(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_recomputeTopElementUnderPointer(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerStationaryEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerStationaryEvent__ctor_mBD109CA619FDCF9056DB0166A3B7F10DB78F69BF (PointerStationaryEvent_t00EDD04F79029C94E4655239AA54AF9024AB151A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_m3E8100AEEA4FA6AC1C073A19604AE06E89F37349_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_m3E8100AEEA4FA6AC1C073A19604AE06E89F37349(__this, PointerEventBase_1__ctor_m3E8100AEEA4FA6AC1C073A19604AE06E89F37349_RuntimeMethod_var);
|
|
PointerStationaryEvent_LocalInit_m44FF78DF38F56E7597924B4071FABCD9CDD36E50(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerUpEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerUpEvent_Init_mA0BB3D5A2D7502A33A3E4066FE79A6122436CBF0 (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_m6A5AAAB38F079D58A444E447671A79AD4098B98A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_m6A5AAAB38F079D58A444E447671A79AD4098B98A(__this, PointerEventBase_1_Init_m6A5AAAB38F079D58A444E447671A79AD4098B98A_RuntimeMethod_var);
|
|
PointerUpEvent_LocalInit_m8BAFF359C820A90203BBA8FEA3BE60F9A36A8EEB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerUpEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerUpEvent_LocalInit_m8BAFF359C820A90203BBA8FEA3BE60F9A36A8EEB (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_triggeredByOS(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_recomputeTopElementUnderPointer(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerUpEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerUpEvent__ctor_mB8C7E204466C177B83948A55038D9E504642ECB3 (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mAE2D24192D8C6D25D241F42CC8435FBC28036695_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mAE2D24192D8C6D25D241F42CC8435FBC28036695(__this, PointerEventBase_1__ctor_mAE2D24192D8C6D25D241F42CC8435FBC28036695_RuntimeMethod_var);
|
|
PointerUpEvent_LocalInit_m8BAFF359C820A90203BBA8FEA3BE60F9A36A8EEB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerUpEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerUpEvent_PostDispatch_mD7BAA6109D25A1E18F8166C64DC855DFA69DA468 (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_PostDispatch_mAF5CD0D2EE756A1E0E7B0733E7EC352A320C0897_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_1 = NULL;
|
|
bool V_2 = false;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_3 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_inline(__this, PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = PointerType_IsDirectManipulationDevice_m2D68E70690A612370BFB75035F516251B32F8D58(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___panel0;
|
|
int32_t L_4;
|
|
L_4 = PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_inline(__this, PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var);
|
|
PointerCaptureHelper_ReleasePointer_m84EA1C13BFB369AF4613EF9CBE4DEAF174E3304F(L_3, L_4, NULL);
|
|
RuntimeObject* L_5 = ___panel0;
|
|
V_1 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_5, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_inline(__this, PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
BaseVisualElementPanel_ClearCachedElementUnderPointer_m56ED8260C952BAB24740F95B280D2294BCC58539(L_7, L_8, __this, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject* L_9 = ___panel0;
|
|
bool L_10;
|
|
L_10 = PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m60235AE58C69A16A80A1F9A2CB6A791B960776CC(L_9, __this, NULL);
|
|
V_2 = L_10;
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_12;
|
|
L_12 = MouseUpEvent_GetPooled_mB8320C0957A0DCA3D063FF8C42606DDBA9C4C05F(__this, NULL);
|
|
V_3 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_15 = V_3;
|
|
RuntimeObject* L_16;
|
|
L_16 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_15);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_15, L_16, NULL);
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_18;
|
|
L_18 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_17, NULL);
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_19 = V_3;
|
|
NullCheck(L_18);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_18, L_19);
|
|
goto IL_0075;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
RuntimeObject* L_20 = ___panel0;
|
|
int32_t L_21;
|
|
L_21 = PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_inline(__this, PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var);
|
|
PointerCaptureHelper_ActivateCompatibilityMouseEvents_mA474726A9B3B562092A4BA6A46106431091925F0(L_20, L_21, NULL);
|
|
RuntimeObject* L_22 = ___panel0;
|
|
PointerEventBase_1_PostDispatch_mAF5CD0D2EE756A1E0E7B0733E7EC352A320C0897(__this, L_22, PointerEventBase_1_PostDispatch_mAF5CD0D2EE756A1E0E7B0733E7EC352A320C0897_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerCancelEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCancelEvent_Init_mC7C2A7450C44080E00EAAF8DF5529620C7629974 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_m7C39066C6FC58310E991F2C8C4491520EB6D013B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_m7C39066C6FC58310E991F2C8C4491520EB6D013B(__this, PointerEventBase_1_Init_m7C39066C6FC58310E991F2C8C4491520EB6D013B_RuntimeMethod_var);
|
|
PointerCancelEvent_LocalInit_m1C7DA0C8AF41E714D70C4BB760CFA3D1B1A9D3D8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCancelEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCancelEvent_LocalInit_m1C7DA0C8AF41E714D70C4BB760CFA3D1B1A9D3D8 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)11), NULL);
|
|
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_triggeredByOS(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
InterfaceActionInvoker1< bool >::Invoke(3 /* System.Void UnityEngine.UIElements.IPointerEventInternal::set_recomputeTopElementUnderPointer(System.Boolean) */, IPointerEventInternal_tF0950F230320BC22B077741EA08AC538EE878833_il2cpp_TypeInfo_var, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCancelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCancelEvent__ctor_mB440794EF06B78F8560FA37755D344C3664339A7 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mDC2BA420399D1B05219425FA26A81E3C01EC983D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mDC2BA420399D1B05219425FA26A81E3C01EC983D(__this, PointerEventBase_1__ctor_mDC2BA420399D1B05219425FA26A81E3C01EC983D_RuntimeMethod_var);
|
|
PointerCancelEvent_LocalInit_m1C7DA0C8AF41E714D70C4BB760CFA3D1B1A9D3D8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerCancelEvent::PostDispatch(UnityEngine.UIElements.IPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerCancelEvent_PostDispatch_mA627375FA7A6BF4B4AECC032C23CDAE05EBB1C55 (PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51* __this, RuntimeObject* ___panel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_PostDispatch_mCCE423FE41D58CBC68045348F89008943747FA2D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_get_pointerType_m035E9ED854B5F58692E67128A759F3863D212795_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* V_1 = NULL;
|
|
bool V_2 = false;
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* V_3 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = PointerEventBase_1_get_pointerType_m035E9ED854B5F58692E67128A759F3863D212795_inline(__this, PointerEventBase_1_get_pointerType_m035E9ED854B5F58692E67128A759F3863D212795_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = PointerType_IsDirectManipulationDevice_m2D68E70690A612370BFB75035F516251B32F8D58(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___panel0;
|
|
int32_t L_4;
|
|
L_4 = PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_inline(__this, PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_RuntimeMethod_var);
|
|
PointerCaptureHelper_ReleasePointer_m84EA1C13BFB369AF4613EF9CBE4DEAF174E3304F(L_3, L_4, NULL);
|
|
RuntimeObject* L_5 = ___panel0;
|
|
V_1 = ((BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)IsInstClass((RuntimeObject*)L_5, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303_il2cpp_TypeInfo_var));
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_inline(__this, PointerEventBase_1_get_pointerId_m10A301E89D623BE4E099DC7CE768AE0D12ADF5B4_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
BaseVisualElementPanel_ClearCachedElementUnderPointer_m56ED8260C952BAB24740F95B280D2294BCC58539(L_7, L_8, __this, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject* L_9 = ___panel0;
|
|
bool L_10;
|
|
L_10 = PointerCaptureHelper_ShouldSendCompatibilityMouseEvents_m60235AE58C69A16A80A1F9A2CB6A791B960776CC(L_9, __this, NULL);
|
|
V_2 = L_10;
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_12;
|
|
L_12 = MouseUpEvent_GetPooled_mAA34720883D8F579C22135515FF142DE9893DDE0(__this, NULL);
|
|
V_3 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_15 = V_3;
|
|
RuntimeObject* L_16;
|
|
L_16 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
NullCheck(L_15);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_15, L_16, NULL);
|
|
RuntimeObject* L_17;
|
|
L_17 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
MouseUpEvent_t3AC6C6A7A9CDB075A5FFE0C0F5E9B7C5D561A811* L_18 = V_3;
|
|
NullCheck(L_17);
|
|
InterfaceActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(0 /* System.Void UnityEngine.UIElements.IEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3_il2cpp_TypeInfo_var, L_17, L_18);
|
|
goto IL_0075;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
RuntimeObject* L_19 = ___panel0;
|
|
PointerEventBase_1_PostDispatch_mCCE423FE41D58CBC68045348F89008943747FA2D(__this, L_19, PointerEventBase_1_PostDispatch_mCCE423FE41D58CBC68045348F89008943747FA2D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.ClickEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClickEvent_Init_m0E66220558D950B7CB4F13FE906B6A57644570D7 (ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_mECC6EFC54352B623BA3BCF96DC7ABCAA7109434C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_mECC6EFC54352B623BA3BCF96DC7ABCAA7109434C(__this, PointerEventBase_1_Init_mECC6EFC54352B623BA3BCF96DC7ABCAA7109434C_RuntimeMethod_var);
|
|
ClickEvent_LocalInit_m62B68AB70576A5830F88BCCCCB3BB95934098492(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ClickEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClickEvent_LocalInit_m62B68AB70576A5830F88BCCCCB3BB95934098492 (ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, ((int32_t)15), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.ClickEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClickEvent__ctor_m5754A8AE2A3E6135392BD381931B5DCB8865D4AC (ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mA70B3E8EEAAE5C2CDE62205CD8E5A55FD41A33C4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mA70B3E8EEAAE5C2CDE62205CD8E5A55FD41A33C4(__this, PointerEventBase_1__ctor_mA70B3E8EEAAE5C2CDE62205CD8E5A55FD41A33C4_RuntimeMethod_var);
|
|
ClickEvent_LocalInit_m62B68AB70576A5830F88BCCCCB3BB95934098492(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.ClickEvent UnityEngine.UIElements.ClickEvent::GetPooled(UnityEngine.UIElements.PointerUpEvent,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* ClickEvent_GetPooled_mF10493B597AD9E960BD171CE8D2465EB76AB1F4E (PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* ___pointerEvent0, int32_t ___clickCount1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_GetPooled_m55802F86E62184FCD28B2BDA3CEAD97A0BDA0129_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_set_clickCount_m4D763377D2198E24049E18C07D680F3D5A858246_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* V_0 = NULL;
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* V_1 = NULL;
|
|
{
|
|
PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9* L_0 = ___pointerEvent0;
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* L_1;
|
|
L_1 = PointerEventBase_1_GetPooled_m55802F86E62184FCD28B2BDA3CEAD97A0BDA0129(L_0, PointerEventBase_1_GetPooled_m55802F86E62184FCD28B2BDA3CEAD97A0BDA0129_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* L_2 = V_0;
|
|
int32_t L_3 = ___clickCount1;
|
|
NullCheck(L_2);
|
|
PointerEventBase_1_set_clickCount_m4D763377D2198E24049E18C07D680F3D5A858246_inline(L_2, L_3, PointerEventBase_1_set_clickCount_m4D763377D2198E24049E18C07D680F3D5A858246_RuntimeMethod_var);
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* L_4 = V_0;
|
|
V_1 = L_4;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ClickEvent_t30651949F0BA68E61187B63F5D325323E92CC318* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerEnterEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEnterEvent_Init_mD9C6CD13941329498DEB8E9A01479A36711D61EE (PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_mB8033AF59D776B5968DD983BA8E2FEE5D7B2643A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_mB8033AF59D776B5968DD983BA8E2FEE5D7B2643A(__this, PointerEventBase_1_Init_mB8033AF59D776B5968DD983BA8E2FEE5D7B2643A_RuntimeMethod_var);
|
|
PointerEnterEvent_LocalInit_m0BB2CA5C8996BFAA15C4502545054F9413BB6A51(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEnterEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEnterEvent_LocalInit_m0BB2CA5C8996BFAA15C4502545054F9413BB6A51 (PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerEnterEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEnterEvent__ctor_m4DB754D87278D9B698F6C357AA3BC48D09DE0256 (PointerEnterEvent_t1B003E301A8969E273D1F5163242BE399B9E63DB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mA0557C9D68E527F40125701EA3A67DA52C805AA6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mA0557C9D68E527F40125701EA3A67DA52C805AA6(__this, PointerEventBase_1__ctor_mA0557C9D68E527F40125701EA3A67DA52C805AA6_RuntimeMethod_var);
|
|
PointerEnterEvent_LocalInit_m0BB2CA5C8996BFAA15C4502545054F9413BB6A51(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerLeaveEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLeaveEvent_Init_m7E26F2DC41BE127D809C6B742471358DF2BC52BF (PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1_Init_m8C36DC066721E1AC99A205129551EBE2C65A432D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1_Init_m8C36DC066721E1AC99A205129551EBE2C65A432D(__this, PointerEventBase_1_Init_m8C36DC066721E1AC99A205129551EBE2C65A432D_RuntimeMethod_var);
|
|
PointerLeaveEvent_LocalInit_m0CBA72A4644CF857E3DD2746EAC04EA8F74964A7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerLeaveEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLeaveEvent_LocalInit_m0CBA72A4644CF857E3DD2746EAC04EA8F74964A7 (PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PointerLeaveEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerLeaveEvent__ctor_m629AB9B1E5E9A1DD04418F8EB8F13696256568CA (PointerLeaveEvent_tA2426EF03A82E31DC06960A17E03E88E155AFD84* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_m5A717FB16CEBD963D885F99DBED915DBAD419F42_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_m5A717FB16CEBD963D885F99DBED915DBAD419F42(__this, PointerEventBase_1__ctor_m5A717FB16CEBD963D885F99DBED915DBAD419F42_RuntimeMethod_var);
|
|
PointerLeaveEvent_LocalInit_m0CBA72A4644CF857E3DD2746EAC04EA8F74964A7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerOverEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerOverEvent__ctor_m9EDFCD7AB8896C99E94CD4F38C8EB119A002C300 (PointerOverEvent_tC934C62D5296D77308014777170DE1D4072973E9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mB7A3F65D4DA735C91B931AF65D46C6E5BFDD1FBE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mB7A3F65D4DA735C91B931AF65D46C6E5BFDD1FBE(__this, PointerEventBase_1__ctor_mB7A3F65D4DA735C91B931AF65D46C6E5BFDD1FBE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PointerOutEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerOutEvent__ctor_m309DAC9A9EFE6263E10EE246932DA028BA433A1B (PointerOutEvent_t3B605B4A604A0FEEB3C660C9BFE38F4C0EBA03D5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventBase_1__ctor_mFC14CFE3B732209E75A86B89C1CE113DBF9FC0AC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PointerEventBase_1__ctor_mFC14CFE3B732209E75A86B89C1CE113DBF9FC0AC(__this, PointerEventBase_1__ctor_mFC14CFE3B732209E75A86B89C1CE113DBF9FC0AC_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PropagationPaths::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropagationPaths__ctor_m882DA89273F7511AAE67B189CFA01DB3ABDCF05B (PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_0 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_0, ((int32_t)16), List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
|
|
__this->___trickleDownPath_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___trickleDownPath_1), (void*)L_0);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_1, 4, List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
|
|
__this->___targetElements_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetElements_2), (void*)L_1);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_2 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_2, ((int32_t)16), List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
|
|
__this->___bubbleUpPath_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bubbleUpPath_3), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.PropagationPaths::Copy(UnityEngine.UIElements.PropagationPaths)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* PropagationPaths_Copy_mB526E83A66BD5ECC22A09B7EB0AD36CDD53536CF (PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ___paths0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* V_0 = NULL;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* L_0 = ((PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields*)il2cpp_codegen_static_fields_for(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_0);
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_1;
|
|
L_1 = ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB(L_0, ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = L_2->___trickleDownPath_1;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_4 = ___paths0;
|
|
NullCheck(L_4);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_5 = L_4->___trickleDownPath_1;
|
|
NullCheck(L_3);
|
|
List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF(L_3, L_5, List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var);
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_7 = L_6->___targetElements_2;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_8 = ___paths0;
|
|
NullCheck(L_8);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_9 = L_8->___targetElements_2;
|
|
NullCheck(L_7);
|
|
List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF(L_7, L_9, List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var);
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_11 = L_10->___bubbleUpPath_3;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_12 = ___paths0;
|
|
NullCheck(L_12);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_13 = L_12->___bubbleUpPath_3;
|
|
NullCheck(L_11);
|
|
List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF(L_11, L_13, List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var);
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_14 = V_0;
|
|
V_1 = L_14;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.PropagationPaths::Build(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.PropagationPaths/Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* PropagationPaths_Build_m5AF7A52EB877C16F92D01328CBCAE185BEA83A7B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___elem0, int32_t ___pathTypesRequested1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* V_0 = NULL;
|
|
bool V_1 = false;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* V_2 = NULL;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___elem0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___pathTypesRequested1;
|
|
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5*)NULL;
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* L_3 = ((PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields*)il2cpp_codegen_static_fields_for(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_3);
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_4;
|
|
L_4 = ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB(L_3, ObjectPool_1_Get_m6D96C23825DE01CEFD9527C300F65F45188F51BB_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_6 = L_5->___targetElements_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___elem0;
|
|
NullCheck(L_6);
|
|
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_6, L_7, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___elem0;
|
|
NullCheck(L_8);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_9;
|
|
L_9 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_8, NULL);
|
|
V_3 = L_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
|
|
___elem0 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___elem0;
|
|
NullCheck(L_11);
|
|
bool L_12;
|
|
L_12 = VisualElement_get_isCompositeRoot_mFA26CBD30A0EB10D5A63758BAC866E05645DDBBA(L_11, NULL);
|
|
V_4 = L_12;
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_15 = L_14->___targetElements_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___elem0;
|
|
NullCheck(L_15);
|
|
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_15, L_16, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_17 = ___pathTypesRequested1;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_17&1))) == ((uint32_t)1))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___elem0;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = CallbackEventHandler_HasTrickleDownHandlers_mAC77A79CBA1CDD39444B61175B48FEBC67AEB883(L_18, NULL);
|
|
G_B11_0 = ((int32_t)(L_19));
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
V_5 = (bool)G_B11_0;
|
|
bool L_20 = V_5;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_22 = L_21->___trickleDownPath_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___elem0;
|
|
NullCheck(L_22);
|
|
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_22, L_23, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
int32_t L_24 = ___pathTypesRequested1;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_24&2))) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___elem0;
|
|
NullCheck(L_25);
|
|
bool L_26;
|
|
L_26 = CallbackEventHandler_HasBubbleUpHandlers_m83DB6DB92A8417EC0EEDEAAB417882152131805C(L_25, NULL);
|
|
G_B16_0 = ((int32_t)(L_26));
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
V_6 = (bool)G_B16_0;
|
|
bool L_27 = V_6;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_29 = L_28->___bubbleUpPath_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___elem0;
|
|
NullCheck(L_29);
|
|
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_29, L_30, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___elem0;
|
|
NullCheck(L_31);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_32;
|
|
L_32 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_31, NULL);
|
|
V_3 = L_32;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33;
|
|
L_33 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
|
|
V_7 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_34 = V_7;
|
|
if (L_34)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_35 = V_0;
|
|
V_2 = L_35;
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* L_36 = V_2;
|
|
return L_36;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PropagationPaths::Release()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropagationPaths_Release_m77921697630F59276740DBCA9E682DBD92ADD878 (PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mBED7FE0D073C450EA5B2CCE78D403ACF37DBCBB8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_0 = __this->___bubbleUpPath_3;
|
|
NullCheck(L_0);
|
|
List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_inline(L_0, List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = __this->___targetElements_2;
|
|
NullCheck(L_1);
|
|
List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_inline(L_1, List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var);
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_2 = __this->___trickleDownPath_1;
|
|
NullCheck(L_2);
|
|
List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_inline(L_2, List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* L_3 = ((PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields*)il2cpp_codegen_static_fields_for(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_3);
|
|
ObjectPool_1_Release_mBED7FE0D073C450EA5B2CCE78D403ACF37DBCBB8(L_3, __this, ObjectPool_1_Release_mBED7FE0D073C450EA5B2CCE78D403ACF37DBCBB8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PropagationPaths::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropagationPaths__cctor_m5D01EDB1DAF044C3FE50C2E09744CB6E8559237B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1__ctor_mAC1FD0696B9C947EC8757B15FA56BC0EB7C059EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A* L_0 = (ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A*)il2cpp_codegen_object_new(ObjectPool_1_tBDA6763A1E27A0918624041DBF619B2364E9535A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ObjectPool_1__ctor_mAC1FD0696B9C947EC8757B15FA56BC0EB7C059EE(L_0, ((int32_t)100), ObjectPool_1__ctor_mAC1FD0696B9C947EC8757B15FA56BC0EB7C059EE_RuntimeMethod_var);
|
|
((PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields*)il2cpp_codegen_static_fields_for(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var))->___s_Pool_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_StaticFields*)il2cpp_codegen_static_fields_for(PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5_il2cpp_TypeInfo_var))->___s_Pool_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.ICustomStyle UnityEngine.UIElements.CustomStyleResolvedEvent::get_customStyle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomStyleResolvedEvent_get_customStyle_m0F9CBEBB0EAF766F4A913974871BB5B4DCE1D3F4 (CustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B2_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B1_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var));
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((RuntimeObject*)(NULL));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VisualElement_get_customStyle_mDCF1288B1B853DEDEA124C017B1C3AF9B1D5669C(G_B2_0, NULL);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.CustomStyleResolvedEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomStyleResolvedEvent__ctor_mE774E6057F9C67C6A450E229CB1A68ED929DD8A4 (CustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1__ctor_m0DAB54A390BB87E02F7708C90F9C4DBB74F6F9DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD_il2cpp_TypeInfo_var);
|
|
EventBase_1__ctor_m0DAB54A390BB87E02F7708C90F9C4DBB74F6F9DE(__this, EventBase_1__ctor_m0DAB54A390BB87E02F7708C90F9C4DBB74F6F9DE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::set_tooltip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent_set_tooltip_m989CA98943B7E44DDCC4FFC4940F8701A65C4980 (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->___U3CtooltipU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtooltipU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::set_rect(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent_set_rect_mCD96D19C063247F8DE3B8553843C27611286A5FD (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3CrectU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent_Init_m159139ABD96BD64CF93503626607763A2890B52B (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_Init_m56B39863E46D8744FA9932115F6B12AA94C46661_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_1_Init_m56B39863E46D8744FA9932115F6B12AA94C46661(__this, EventBase_1_Init_m56B39863E46D8744FA9932115F6B12AA94C46661_RuntimeMethod_var);
|
|
TooltipEvent_LocalInit_mDF107572A323DC6EA8D5C67E6D7BB9D92986042C(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent_LocalInit_mDF107572A323DC6EA8D5C67E6D7BB9D92986042C (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 3, NULL);
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = V_0;
|
|
TooltipEvent_set_rect_mCD96D19C063247F8DE3B8553843C27611286A5FD_inline(__this, L_0, NULL);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
TooltipEvent_set_tooltip_m989CA98943B7E44DDCC4FFC4940F8701A65C4980_inline(__this, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TooltipEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TooltipEvent__ctor_m3231FF5C06822256163054074F073B3AF11FAEEE (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1__ctor_mB1E5663AF6567CB703A4F1484568B8F32A0CD723_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tA8F4CCB45CFF201C5BB301A14B9C4FC60522358C_il2cpp_TypeInfo_var);
|
|
EventBase_1__ctor_mB1E5663AF6567CB703A4F1484568B8F32A0CD723(__this, EventBase_1__ctor_mB1E5663AF6567CB703A4F1484568B8F32A0CD723_RuntimeMethod_var);
|
|
TooltipEvent_LocalInit_mDF107572A323DC6EA8D5C67E6D7BB9D92986042C(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.StylePropertyNameCollection
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_pinvoke(const StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312& unmarshaled, StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___propertiesList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'propertiesList' of type 'StylePropertyNameCollection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___propertiesList_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_pinvoke_back(const StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_pinvoke& marshaled, StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312& unmarshaled)
|
|
{
|
|
Exception_t* ___propertiesList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'propertiesList' of type 'StylePropertyNameCollection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___propertiesList_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.StylePropertyNameCollection
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_pinvoke_cleanup(StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.StylePropertyNameCollection
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_com(const StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312& unmarshaled, StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___propertiesList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'propertiesList' of type 'StylePropertyNameCollection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___propertiesList_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_com_back(const StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_com& marshaled, StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312& unmarshaled)
|
|
{
|
|
Exception_t* ___propertiesList_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'propertiesList' of type 'StylePropertyNameCollection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___propertiesList_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.StylePropertyNameCollection
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshal_com_cleanup(StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection::.ctor(System.Collections.Generic.List`1<UnityEngine.UIElements.StylePropertyName>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyNameCollection__ctor_mFEFD0F083AD0B463E8CC1CF4E3E038106DC24DB4 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___list0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_0 = ___list0;
|
|
__this->___propertiesList_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___propertiesList_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void StylePropertyNameCollection__ctor_mFEFD0F083AD0B463E8CC1CF4E3E038106DC24DB4_AdjustorThunk (RuntimeObject* __this, List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* ___list0, const RuntimeMethod* method)
|
|
{
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312*>(__this + _offset);
|
|
StylePropertyNameCollection__ctor_mFEFD0F083AD0B463E8CC1CF4E3E038106DC24DB4(_thisAdjusted, ___list0, method);
|
|
}
|
|
// UnityEngine.UIElements.StylePropertyNameCollection/Enumerator UnityEngine.UIElements.StylePropertyNameCollection::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
List_1_tD6F1685FEE5A196B3002ACC649A1DF5C65162268* L_0 = __this->___propertiesList_0;
|
|
NullCheck(L_0);
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D L_1;
|
|
L_1 = List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54(L_0, List_1_GetEnumerator_m4DCD64E0FCE9A5E9C950A3875125D9895B783C54_RuntimeMethod_var);
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Enumerator__ctor_mD07D109094C9479076EF0A08D145DEC90AB47BCC((&L_2), L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312*>(__this + _offset);
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB _returnValue;
|
|
_returnValue = StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.UIElements.StylePropertyName> UnityEngine.UIElements.StylePropertyNameCollection::System.Collections.Generic.IEnumerable<UnityEngine.UIElements.StylePropertyName>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StylePropertyNameCollection_System_Collections_Generic_IEnumerableU3CUnityEngine_UIElements_StylePropertyNameU3E_GetEnumerator_m727C2B94129B7430946CCDF03CF58C6FC35FF21D (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_0;
|
|
L_0 = StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46(__this, NULL);
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_il2cpp_TypeInfo_var, &L_1);
|
|
V_0 = (RuntimeObject*)L_2;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* StylePropertyNameCollection_System_Collections_Generic_IEnumerableU3CUnityEngine_UIElements_StylePropertyNameU3E_GetEnumerator_m727C2B94129B7430946CCDF03CF58C6FC35FF21D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = StylePropertyNameCollection_System_Collections_Generic_IEnumerableU3CUnityEngine_UIElements_StylePropertyNameU3E_GetEnumerator_m727C2B94129B7430946CCDF03CF58C6FC35FF21D(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.UIElements.StylePropertyNameCollection::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StylePropertyNameCollection_System_Collections_IEnumerable_GetEnumerator_mC5609F30174F647EE0963A69094E2207E1BFE477 (StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_0;
|
|
L_0 = StylePropertyNameCollection_GetEnumerator_m15CB473F7A7A2F043B892069FB11743A91544A46(__this, NULL);
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_il2cpp_TypeInfo_var, &L_1);
|
|
V_0 = (RuntimeObject*)L_2;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* StylePropertyNameCollection_System_Collections_IEnumerable_GetEnumerator_mC5609F30174F647EE0963A69094E2207E1BFE477_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<StylePropertyNameCollection_t2AB45DE2C2006786133A882AA60E6E782BB75312*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = StylePropertyNameCollection_System_Collections_IEnumerable_GetEnumerator_mC5609F30174F647EE0963A69094E2207E1BFE477(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_pinvoke(const Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB& unmarshaled, Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Enumerator_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Enumerator' of type 'Enumerator'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Enumerator_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_pinvoke_back(const Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_pinvoke& marshaled, Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Enumerator_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Enumerator' of type 'Enumerator'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Enumerator_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_pinvoke_cleanup(Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_com(const Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB& unmarshaled, Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Enumerator_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Enumerator' of type 'Enumerator'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Enumerator_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_com_back(const Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_com& marshaled, Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Enumerator_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Enumerator' of type 'Enumerator'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Enumerator_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.StylePropertyNameCollection/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshal_com_cleanup(Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::.ctor(System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.StylePropertyName>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mD07D109094C9479076EF0A08D145DEC90AB47BCC (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___enumerator0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D L_0 = ___enumerator0;
|
|
__this->___m_Enumerator_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Enumerator_0))->____list_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->___m_Enumerator_0))->____current_3))->___U3CnameU3Ek__BackingField_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator__ctor_mD07D109094C9479076EF0A08D145DEC90AB47BCC_AdjustorThunk (RuntimeObject* __this, Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D ___enumerator0, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
Enumerator__ctor_mD07D109094C9479076EF0A08D145DEC90AB47BCC(_thisAdjusted, ___enumerator0, method);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1B0D4ED8DF384746B6EF5E832EC2772360AABDBE (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* L_0 = (&__this->___m_Enumerator_0);
|
|
bool L_1;
|
|
L_1 = Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220(L_0, Enumerator_MoveNext_m82944CA6B6616C35895A364783321A29750E2220_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m1B0D4ED8DF384746B6EF5E832EC2772360AABDBE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Enumerator_MoveNext_m1B0D4ED8DF384746B6EF5E832EC2772360AABDBE(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.UIElements.StylePropertyName UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m7EE91D3E8856E930ED488BAD7DE23861F9FA3F6F (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* L_0 = (&__this->___m_Enumerator_0);
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF L_1;
|
|
L_1 = Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_inline(L_0, Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m7EE91D3E8856E930ED488BAD7DE23861F9FA3F6F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF _returnValue;
|
|
_returnValue = Enumerator_get_Current_m7EE91D3E8856E930ED488BAD7DE23861F9FA3F6F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mC554FD7F7A46C0A10C6103B0B5EDC468D93FE3C6 (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF L_0;
|
|
L_0 = Enumerator_get_Current_m7EE91D3E8856E930ED488BAD7DE23861F9FA3F6F(__this, NULL);
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mC554FD7F7A46C0A10C6103B0B5EDC468D93FE3C6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Enumerator_System_Collections_IEnumerator_get_Current_mC554FD7F7A46C0A10C6103B0B5EDC468D93FE3C6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m6B2871639B0E115F08C89087E5D3440DDBF56867 (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Reset_m6B2871639B0E115F08C89087E5D3440DDBF56867_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
Enumerator_Reset_m6B2871639B0E115F08C89087E5D3440DDBF56867(_thisAdjusted, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.StylePropertyNameCollection/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m66AA4EBF6963DA76D9C725198C5BBEB394240A9E (Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* L_0 = (&__this->___m_Enumerator_0);
|
|
Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D(L_0, Enumerator_Dispose_m844FEA75F42CD2ACE9C39C0A5B68C66C5B7B6C4D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Dispose_m66AA4EBF6963DA76D9C725198C5BBEB394240A9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tA61A6E560BAB8F96C2471024F8FBFF2B6BC1F1BB*>(__this + _offset);
|
|
Enumerator_Dispose_m66AA4EBF6963DA76D9C725198C5BBEB394240A9E(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TransitionRunEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionRunEvent__ctor_m8962BF02434D7624A17D0F93CABFE7F1776D9A80 (TransitionRunEvent_t66B0D9314D2E48D69E5848848B085655F02BF1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionEventBase_1__ctor_mA89133B8A086738FD951A3B725B6756C8D00F741_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TransitionEventBase_1__ctor_mA89133B8A086738FD951A3B725B6756C8D00F741(__this, TransitionEventBase_1__ctor_mA89133B8A086738FD951A3B725B6756C8D00F741_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TransitionStartEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionStartEvent__ctor_m86FC36D7D6A26E1E60ACD96ECC9505902796358A (TransitionStartEvent_t1DCCFED2B1D4744B1884EEF23EF75A03B8D2E5DF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionEventBase_1__ctor_mB38ABE9778812A782CD46CB5F6DEAD73C0551951_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TransitionEventBase_1__ctor_mB38ABE9778812A782CD46CB5F6DEAD73C0551951(__this, TransitionEventBase_1__ctor_mB38ABE9778812A782CD46CB5F6DEAD73C0551951_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TransitionEndEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionEndEvent__ctor_m3554F2B93FC26C1EEC61C7C6014811361C381F83 (TransitionEndEvent_t0795C167FC14C0B97AFB54CCC2E34639ED85CCDD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionEventBase_1__ctor_m0173536041AC6AD075DF05F1E88C27A97A6C1E13_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TransitionEventBase_1__ctor_m0173536041AC6AD075DF05F1E88C27A97A6C1E13(__this, TransitionEventBase_1__ctor_m0173536041AC6AD075DF05F1E88C27A97A6C1E13_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TransitionCancelEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionCancelEvent__ctor_mA8DC6CB9BD5D09436E231E2965BC44BC1A345E50 (TransitionCancelEvent_t74AA81A33FC7DA4C0E6E22C5D16B7BC51C94CF69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransitionEventBase_1__ctor_m59E5F6EDA095C329E3E009740FEB92327180BE70_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TransitionEventBase_1__ctor_m59E5F6EDA095C329E3E009740FEB92327180BE70(__this, TransitionEventBase_1__ctor_m59E5F6EDA095C329E3E009740FEB92327180BE70_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.IMGUIEvent UnityEngine.UIElements.IMGUIEvent::GetPooled(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* IMGUIEvent_GetPooled_m13F9168A27A6A78438E2F884697163498965C926 (Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___systemEvent0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_GetPooled_m768114758BAACFC114A17BB4E82FD6F5A71E0C04_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* V_0 = NULL;
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_il2cpp_TypeInfo_var);
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* L_0;
|
|
L_0 = EventBase_1_GetPooled_m768114758BAACFC114A17BB4E82FD6F5A71E0C04(EventBase_1_GetPooled_m768114758BAACFC114A17BB4E82FD6F5A71E0C04_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* L_1 = V_0;
|
|
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* L_2 = ___systemEvent0;
|
|
NullCheck(L_1);
|
|
EventBase_set_imguiEvent_m72FEAD8F7611927C077B45BAA719C15D39E9F4F4(L_1, L_2, NULL);
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* L_3 = V_0;
|
|
V_1 = L_3;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.IMGUIEvent::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMGUIEvent_Init_m3CC8FFA0B9F31C1F1C357E5AC15AD0DFA800F5A1 (IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_Init_m624713075B5108D1488D68D488679EF6665E6671_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventBase_1_Init_m624713075B5108D1488D68D488679EF6665E6671(__this, EventBase_1_Init_m624713075B5108D1488D68D488679EF6665E6671_RuntimeMethod_var);
|
|
IMGUIEvent_LocalInit_mBA8C889C09A964E1C640D5694AF36348C83D0D96(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.IMGUIEvent::LocalInit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMGUIEvent_LocalInit_mBA8C889C09A964E1C640D5694AF36348C83D0D96 (IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline(__this, 7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.IMGUIEvent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IMGUIEvent__ctor_m692A9D375875902DD821AF0352FDEB4624831662 (IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1__ctor_m6CD1821AACDF831718F32FEF562AD964019E8499_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t04E4546076143315CE1BFC022AD3CC87AC64E7BD_il2cpp_TypeInfo_var);
|
|
EventBase_1__ctor_m6CD1821AACDF831718F32FEF562AD964019E8499(__this, EventBase_1__ctor_m6CD1821AACDF831718F32FEF562AD964019E8499_RuntimeMethod_var);
|
|
IMGUIEvent_LocalInit_mBA8C889C09A964E1C640D5694AF36348C83D0D96(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_minAtlasSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_minAtlasSize_mD781423244D5C614C8B05FB7C347274882315FE7 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MinAtlasSize_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_minAtlasSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_minAtlasSize_m3BEE09C7EB75577C5A8F0480D357365546618388 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MinAtlasSize_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_maxAtlasSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxAtlasSize_mD11FF557152E220BDCC6D2330EB6885146B56B29 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MaxAtlasSize_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_maxAtlasSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxAtlasSize_mD74219FE0F73810A7A4F540D7A46043DF3509D05 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MaxAtlasSize_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.DynamicAtlasSettings::get_maxSubTextureSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxSubTextureSize_m388D3F62404BAC9955A6AA2605A32E719685B2B3 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MaxSubTextureSize_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_maxSubTextureSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxSubTextureSize_mE52F93EDA7D7598AEE55F4DF3173642D516DA261 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MaxSubTextureSize_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlasSettings::get_activeFilters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_activeFilters_mC5A9A3E9C4D756FADEDF7D511AC6BD3CFEE4212B (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ActiveFilters_3;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_activeFilters(UnityEngine.UIElements.DynamicAtlasFilters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_activeFilters_m9FCF5D2E33B8CCDC64A91CA455C5695C27D4D0B1 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_ActiveFilters_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasFilters UnityEngine.UIElements.DynamicAtlasSettings::get_defaultFilters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_defaultFilters_mAC26A6B61E607BF1B82178931FEC437D028D6E65 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = DynamicAtlas_get_defaultFilters_m55F463B4BE1AF981D0D522AEC6C9B5DAB7D890F0(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasCustomFilter UnityEngine.UIElements.DynamicAtlasSettings::get_customFilter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* DynamicAtlasSettings_get_customFilter_m19AB5B834412DABFC5E1F0E0C7C4D473857AA4A0 (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* L_0 = __this->___m_CustomFilter_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::set_customFilter(UnityEngine.UIElements.DynamicAtlasCustomFilter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_customFilter_m5846B025064FDD0B7AF2628B456B2497A1B34B5B (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* L_0 = ___value0;
|
|
__this->___m_CustomFilter_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CustomFilter_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasSettings UnityEngine.UIElements.DynamicAtlasSettings::get_defaults()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* DynamicAtlasSettings_get_defaults_m98A7C68E5FD3C3F1A7DCDA8740B3F9B24A9FA67D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_0 = (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5*)il2cpp_codegen_object_new(DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
DynamicAtlasSettings__ctor_mAA127786C0A977C1A4773A9B498169FF3091153A(L_0, NULL);
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
DynamicAtlasSettings_set_minAtlasSize_m3BEE09C7EB75577C5A8F0480D357365546618388_inline(L_1, ((int32_t)64), NULL);
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
DynamicAtlasSettings_set_maxAtlasSize_mD74219FE0F73810A7A4F540D7A46043DF3509D05_inline(L_2, ((int32_t)4096), NULL);
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
DynamicAtlasSettings_set_maxSubTextureSize_mE52F93EDA7D7598AEE55F4DF3173642D516DA261_inline(L_3, ((int32_t)64), NULL);
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_4 = L_3;
|
|
int32_t L_5;
|
|
L_5 = DynamicAtlasSettings_get_defaultFilters_mAC26A6B61E607BF1B82178931FEC437D028D6E65(NULL);
|
|
NullCheck(L_4);
|
|
DynamicAtlasSettings_set_activeFilters_m9FCF5D2E33B8CCDC64A91CA455C5695C27D4D0B1_inline(L_4, L_5, NULL);
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_6 = L_4;
|
|
NullCheck(L_6);
|
|
DynamicAtlasSettings_set_customFilter_m5846B025064FDD0B7AF2628B456B2497A1B34B5B_inline(L_6, (DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6*)NULL, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasSettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasSettings__ctor_mAA127786C0A977C1A4773A9B498169FF3091153A (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.FocusController UnityEngine.UIElements.NavigateFocusRing::get_focusController()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* NavigateFocusRing_get_focusController_m92D82CEF53B9D89F0464E179593DEDFABE9D28C2 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_Root_6;
|
|
NullCheck(L_0);
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* L_1;
|
|
L_1 = VirtualFuncInvoker0< FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* >::Invoke(15 /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.Focusable::get_focusController() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigateFocusRing::.ctor(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigateFocusRing__ctor_m3F3150AF1273EF23B8CECED99E2F9D702B3C2C44 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___root0;
|
|
__this->___m_Root_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Root_6), (void*)L_0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___root0;
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* L_2 = (VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3*)il2cpp_codegen_object_new(VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
VisualElementFocusRing__ctor_mCC2EF1F3E3C34F6C9057D58193234D01A324876A(L_2, L_1, 0, NULL);
|
|
__this->___m_Ring_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Ring_7), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.NavigateFocusRing::GetFocusChangeDirection(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.EventBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* NavigateFocusRing_GetFocusChangeDirection_m747299017F612B69E6C9C96C83C047C445CFC69A (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___currentFocusable0, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___e1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_m9E7FA9571E521D71D24F9621FA5365A5758442AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* V_1 = NULL;
|
|
bool V_2 = false;
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* V_3 = NULL;
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* V_8 = NULL;
|
|
bool V_9 = false;
|
|
int32_t G_B16_0 = 0;
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* G_B20_0 = NULL;
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___e1;
|
|
NullCheck(L_0);
|
|
int64_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_il2cpp_TypeInfo_var);
|
|
int64_t L_2;
|
|
L_2 = EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27(EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27_RuntimeMethod_var);
|
|
V_0 = (bool)((((int64_t)L_1) == ((int64_t)L_2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* L_4;
|
|
L_4 = NavigateFocusRing_get_focusController_m92D82CEF53B9D89F0464E179593DEDFABE9D28C2(__this, NULL);
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_5 = ___e1;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = EventBase_get_target_m9E5CB6AC9A51E9F61D9540D279BFA53C04AD010E(L_5, NULL);
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = FocusController_GetFocusableParentForPointerEvent_mB5B3CDF010E6AC4C0E75C3C1172F2053749BB8A9(L_4, ((Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0*)IsInstClass((RuntimeObject*)L_6, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0_il2cpp_TypeInfo_var)), (&V_1), NULL);
|
|
V_2 = L_7;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_9 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var);
|
|
VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* L_10;
|
|
L_10 = VisualElementFocusChangeTarget_GetPooled_m7B686F6DC93BD8C7F0412E8B64924BFADB08E64B(L_9, NULL);
|
|
V_3 = L_10;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_11 = ___e1;
|
|
NullCheck(L_11);
|
|
int64_t L_12;
|
|
L_12 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_11);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_tD898F1A47C14556B2F1F500078B600221F5D887E_il2cpp_TypeInfo_var);
|
|
int64_t L_13;
|
|
L_13 = EventBase_1_TypeId_m9E7FA9571E521D71D24F9621FA5365A5758442AE(EventBase_1_TypeId_m9E7FA9571E521D71D24F9621FA5365A5758442AE_RuntimeMethod_var);
|
|
V_4 = (bool)((((int64_t)L_12) == ((int64_t)L_13))? 1 : 0);
|
|
bool L_14 = V_4;
|
|
if (!L_14)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_15 = ___e1;
|
|
NullCheck(((NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF*)CastclassClass((RuntimeObject*)L_15, NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF_il2cpp_TypeInfo_var)));
|
|
int32_t L_16;
|
|
L_16 = NavigationMoveEvent_get_direction_m16FD5A515392149F0E1891E69F32B30C49B457D3_inline(((NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF*)CastclassClass((RuntimeObject*)L_15, NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF_il2cpp_TypeInfo_var)), NULL);
|
|
V_6 = L_16;
|
|
int32_t L_17 = V_6;
|
|
V_5 = L_17;
|
|
int32_t L_18 = V_5;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_19 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0;
|
|
V_3 = L_19;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_20 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2;
|
|
V_3 = L_20;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_21 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1;
|
|
V_3 = L_21;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_22 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3;
|
|
V_3 = L_22;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_23 = ___e1;
|
|
NullCheck(L_23);
|
|
int64_t L_24;
|
|
L_24 = VirtualFuncInvoker0< int64_t >::Invoke(5 /* System.Int64 UnityEngine.UIElements.EventBase::get_eventTypeId() */, L_23);
|
|
il2cpp_codegen_runtime_class_init_inline(EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE_il2cpp_TypeInfo_var);
|
|
int64_t L_25;
|
|
L_25 = EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E(EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E_RuntimeMethod_var);
|
|
V_7 = (bool)((((int64_t)L_24) == ((int64_t)L_25))? 1 : 0);
|
|
bool L_26 = V_7;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_27 = ___e1;
|
|
V_8 = ((KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C*)CastclassClass((RuntimeObject*)L_27, KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C_il2cpp_TypeInfo_var));
|
|
KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* L_28 = V_8;
|
|
NullCheck(L_28);
|
|
Il2CppChar L_29;
|
|
L_29 = KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_inline(L_28, KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var);
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)25))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* L_30 = V_8;
|
|
NullCheck(L_30);
|
|
Il2CppChar L_31;
|
|
L_31 = KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_inline(L_30, KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var);
|
|
G_B16_0 = ((((int32_t)L_31) == ((int32_t)((int32_t)9)))? 1 : 0);
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
G_B16_0 = 1;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
V_9 = (bool)G_B16_0;
|
|
bool L_32 = V_9;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C* L_33 = V_8;
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418(L_33, KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418_RuntimeMethod_var);
|
|
if (L_34)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_35 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Next_4;
|
|
G_B20_0 = L_35;
|
|
goto IL_00ef;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_36 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Previous_5;
|
|
G_B20_0 = L_36;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
V_3 = G_B20_0;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_37;
|
|
L_37 = FocusChangeDirection_get_none_m2B3D1E3C4B44740E9D504AD8115A9E2715065F5C_inline(NULL);
|
|
V_3 = L_37;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_38 = V_3;
|
|
return L_38;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.NavigateFocusRing::GetNextFocusable(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.FocusChangeDirection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* NavigateFocusRing_GetNextFocusable_mCBA6E509310F2EB7F67F5C5B50DB6CD74509FA4D (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___currentFocusable0, FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___direction1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B5_0 = 0;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* G_B8_0 = NULL;
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* G_B8_1 = NULL;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* G_B7_0 = NULL;
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* G_B7_1 = NULL;
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* G_B9_0 = NULL;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* G_B9_1 = NULL;
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* G_B9_2 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_0 = ___direction1;
|
|
V_0 = ((VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD*)IsInstClass((RuntimeObject*)L_0, VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var));
|
|
VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* L_1 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_4;
|
|
L_4 = VisualElementFocusChangeTarget_get_target_mBA38952FC20D275B53503D14F2A8F9DE36586961_inline(L_3, NULL);
|
|
V_2 = L_4;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_5 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_6 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Next_4;
|
|
if ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_5) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_6)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_7 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_8 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Previous_5;
|
|
G_B5_0 = ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_7) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_8))? 1 : 0);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_3 = (bool)G_B5_0;
|
|
bool L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3* L_10 = __this->___m_Ring_7;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_11 = ___currentFocusable0;
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_12 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_13 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Next_4;
|
|
G_B7_0 = L_11;
|
|
G_B7_1 = L_10;
|
|
if ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_12) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_13)))
|
|
{
|
|
G_B8_0 = L_11;
|
|
G_B8_1 = L_10;
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_14;
|
|
L_14 = VisualElementFocusChangeDirection_get_left_m00C553596E2B43E40BFCA5F95F56E6398B8DBA47_inline(NULL);
|
|
G_B9_0 = L_14;
|
|
G_B9_1 = G_B7_0;
|
|
G_B9_2 = G_B7_1;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_15;
|
|
L_15 = VisualElementFocusChangeDirection_get_right_mD12865982B7D254503DE2FF2EDB9E95ACFE88C98_inline(NULL);
|
|
G_B9_0 = L_15;
|
|
G_B9_1 = G_B8_0;
|
|
G_B9_2 = G_B8_1;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
NullCheck(G_B9_2);
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_16;
|
|
L_16 = VisualElementFocusRing_GetNextFocusable_m7358BA822D191DA17D02BF554585AFEF00AC1815(G_B9_2, G_B9_1, G_B9_0, NULL);
|
|
V_2 = L_16;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_17 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_18 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2;
|
|
if ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_17) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_18)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_19 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_20 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3;
|
|
if ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_19) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_20)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_21 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_22 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1;
|
|
if ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_21) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_22)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_23 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_24 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0;
|
|
G_B15_0 = ((((RuntimeObject*)(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF*)L_23) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_24))? 1 : 0);
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
V_4 = (bool)G_B15_0;
|
|
bool L_25 = V_4;
|
|
if (!L_25)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_26 = ___currentFocusable0;
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_27 = ___direction1;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_28;
|
|
L_28 = NavigateFocusRing_GetNextFocusable2D_m8EB3825AD289CE31C6307B21EC44496D3E1F5E51(__this, L_26, ((ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)CastclassClass((RuntimeObject*)L_27, ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var)), NULL);
|
|
V_2 = L_28;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_29 = ___currentFocusable0;
|
|
V_2 = L_29;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_30 = V_2;
|
|
return L_30;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.Focusable UnityEngine.UIElements.NavigateFocusRing::GetNextFocusable2D(UnityEngine.UIElements.Focusable,UnityEngine.UIElements.NavigateFocusRing/ChangeDirection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* NavigateFocusRing_GetNextFocusable2D_m8EB3825AD289CE31C6307B21EC44496D3E1F5E51 (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* __this, Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___currentFocusable0, ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* ___direction1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* V_13 = NULL;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_0 = ___currentFocusable0;
|
|
V_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)IsInstClass((RuntimeObject*)L_0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = V_0;
|
|
V_6 = (bool)((((int32_t)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_6;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = __this->___m_Root_6;
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5;
|
|
L_5 = NavigateFocusRing_GetRootFocusable_m3FF047E540C84BC98A1ED8B94AD5963A85FD8BCA(L_4, NULL);
|
|
V_0 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = __this->___m_Root_6;
|
|
NullCheck(L_6);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7;
|
|
L_7 = VisualElement_get_worldBoundingBox_m086C681F01ED4E997C717364031BB80E3EDA5CAA(L_6, NULL);
|
|
V_1 = L_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
L_10 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_8, L_9, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
|
L_13 = Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline(L_12, (2.0f), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_11, L_13, NULL);
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&V_2), L_10, L_14, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16;
|
|
L_16 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_15, NULL);
|
|
V_3 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_3), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_17, L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_3), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline(L_21, (2.0f), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_20, L_22, NULL);
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&V_4), L_19, L_23, NULL);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_24 = ___direction1;
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_25 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2;
|
|
V_7 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_24) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_25))? 1 : 0);
|
|
bool L_26 = V_7;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
float L_27;
|
|
L_27 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_2), NULL);
|
|
Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE((&V_4), L_27, NULL);
|
|
goto IL_0116;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_28 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_29 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3;
|
|
V_8 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_28) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_29))? 1 : 0);
|
|
bool L_30 = V_8;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
float L_31;
|
|
L_31 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_2), NULL);
|
|
Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B((&V_4), L_31, NULL);
|
|
goto IL_0116;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_32 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_33 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0;
|
|
V_9 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_32) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_33))? 1 : 0);
|
|
bool L_34 = V_9;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
float L_35;
|
|
L_35 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_2), NULL);
|
|
Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19((&V_4), L_35, NULL);
|
|
goto IL_0116;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_36 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_37 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1;
|
|
V_10 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_36) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_37))? 1 : 0);
|
|
bool L_38 = V_10;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
float L_39;
|
|
L_39 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_2), NULL);
|
|
Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D((&V_4), L_39, NULL);
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
il2cpp_codegen_initobj((&V_11), sizeof(FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = V_0;
|
|
(&V_11)->___currentFocusable_0 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___currentFocusable_0), (void*)L_40);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_41 = ___direction1;
|
|
(&V_11)->___direction_3 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___direction_3), (void*)L_41);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_42 = V_4;
|
|
(&V_11)->___validRect_1 = L_42;
|
|
(&V_11)->___firstPass_2 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = __this->___m_Root_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44;
|
|
L_44 = FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D((&V_11), L_43, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
V_5 = L_44;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = V_5;
|
|
V_12 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_45) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_46 = V_12;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48;
|
|
L_48 = NavigateFocusRing_GetLeafFocusable_mA7D75F0FDFFC308232CD782690903CBE6D4D9F49(L_47, NULL);
|
|
V_13 = L_48;
|
|
goto IL_0269;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49;
|
|
L_49 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_3), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50;
|
|
L_50 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51;
|
|
L_51 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_49, L_50, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_3), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53;
|
|
L_53 = Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54;
|
|
L_54 = Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline(L_53, (2.0f), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55;
|
|
L_55 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_52, L_54, NULL);
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&V_4), L_51, L_55, NULL);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_56 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_57 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3;
|
|
V_14 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_56) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_57))? 1 : 0);
|
|
bool L_58 = V_14;
|
|
if (!L_58)
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
float L_59;
|
|
L_59 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_2), NULL);
|
|
Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE((&V_4), L_59, NULL);
|
|
goto IL_0215;
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_60 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_61 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2;
|
|
V_15 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_60) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_61))? 1 : 0);
|
|
bool L_62 = V_15;
|
|
if (!L_62)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
float L_63;
|
|
L_63 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_2), NULL);
|
|
Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B((&V_4), L_63, NULL);
|
|
goto IL_0215;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_64 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_65 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1;
|
|
V_16 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_64) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_65))? 1 : 0);
|
|
bool L_66 = V_16;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01f8;
|
|
}
|
|
}
|
|
{
|
|
float L_67;
|
|
L_67 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_2), NULL);
|
|
Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19((&V_4), L_67, NULL);
|
|
goto IL_0215;
|
|
}
|
|
|
|
IL_01f8:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_68 = ___direction1;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_69 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0;
|
|
V_17 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_68) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_69))? 1 : 0);
|
|
bool L_70 = V_17;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
{
|
|
float L_71;
|
|
L_71 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_2), NULL);
|
|
Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D((&V_4), L_71, NULL);
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
il2cpp_codegen_initobj((&V_11), sizeof(FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = V_0;
|
|
(&V_11)->___currentFocusable_0 = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___currentFocusable_0), (void*)L_72);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_73 = ___direction1;
|
|
(&V_11)->___direction_3 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___direction_3), (void*)L_73);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_74 = V_4;
|
|
(&V_11)->___validRect_1 = L_74;
|
|
(&V_11)->___firstPass_2 = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_75 = __this->___m_Root_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_76;
|
|
L_76 = FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D((&V_11), L_75, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
V_5 = L_76;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = V_5;
|
|
V_18 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_77) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_78 = V_18;
|
|
if (!L_78)
|
|
{
|
|
goto IL_0264;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80;
|
|
L_80 = NavigateFocusRing_GetLeafFocusable_mA7D75F0FDFFC308232CD782690903CBE6D4D9F49(L_79, NULL);
|
|
V_13 = L_80;
|
|
goto IL_0269;
|
|
}
|
|
|
|
IL_0264:
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_81 = ___currentFocusable0;
|
|
V_13 = L_81;
|
|
goto IL_0269;
|
|
}
|
|
|
|
IL_0269:
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_82 = V_13;
|
|
return L_82;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsActive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsActive_m78C47A797E31123494889F2B33B44A9984EF6EA1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(15 /* UnityEngine.UIElements.DisplayStyle UnityEngine.UIElements.IResolvedStyle::get_display() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___v0;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VisualElement_get_enabledInHierarchy_mBC4E983E9FD848277D6820F4D7A2743BA38BC412(L_3, NULL);
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsFocusable(UnityEngine.UIElements.Focusable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsFocusable_mEBBF539B1BD2C94176FF4EA7D40908533A302DA8 (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___focusable0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_0 = ___focusable0;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean UnityEngine.UIElements.Focusable::get_canGrabFocus() */, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_2 = ___focusable0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = Focusable_get_tabIndex_mC676871EBF0337A7609B71C8BA92F38F8D611CCE_inline(L_2, NULL);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsLeaf(UnityEngine.UIElements.Focusable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsLeaf_m9EC9AAA9AF22FB33399D272E87D472168EC77C3C (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___focusable0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_0 = ___focusable0;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Focusable_get_excludeFromFocusRing_m02C43592E42B20FF4E0CABF90F6413F81CEF51DF(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_2 = ___focusable0;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = Focusable_get_delegatesFocus_m3EC6CEC9B7570A921855A9A91291FF4AA45D40AC(L_2, NULL);
|
|
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing::IsFocusRoot(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NavigateFocusRing_IsFocusRoot_m8618BAC17C74765126690A72244AB09942B79464 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___focusable0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___focusable0;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = VisualElement_get_isCompositeRoot_mFA26CBD30A0EB10D5A63758BAC866E05645DDBBA(L_0, NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___focusable0;
|
|
NullCheck(L_3);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_4;
|
|
L_4 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_3, NULL);
|
|
V_3 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5;
|
|
L_5 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
|
|
V_0 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = NavigateFocusRing_IsFocusable_mEBBF539B1BD2C94176FF4EA7D40908533A302DA8(L_7, NULL);
|
|
G_B5_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
bool L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetLeafFocusable(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetLeafFocusable_mA7D75F0FDFFC308232CD782690903CBE6D4D9F49 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B2_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B1_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1;
|
|
L_1 = NavigateFocusRing_GetLeafFocusableRecursive_m51DFA5796BE133A90370828735983DB85F774191(L_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___v0;
|
|
G_B2_0 = L_3;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_0 = G_B2_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetLeafFocusableRecursive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetLeafFocusableRecursive_m51DFA5796BE133A90370828735983DB85F774191 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_4 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NavigateFocusRing_IsLeaf_m9EC9AAA9AF22FB33399D272E87D472168EC77C3C(L_0, NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___v0;
|
|
V_2 = L_3;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___v0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_4, NULL);
|
|
V_0 = L_5;
|
|
V_3 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___v0;
|
|
int32_t L_7 = V_3;
|
|
NullCheck(L_6);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
|
|
L_8 = VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693(L_6, L_7, NULL);
|
|
V_4 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = NavigateFocusRing_IsFocusable_mEBBF539B1BD2C94176FF4EA7D40908533A302DA8(L_9, NULL);
|
|
V_6 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_6;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13;
|
|
L_13 = NavigateFocusRing_GetLeafFocusableRecursive_m51DFA5796BE133A90370828735983DB85F774191(L_12, NULL);
|
|
V_5 = L_13;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = V_5;
|
|
V_7 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_15 = V_7;
|
|
if (!L_15)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_5;
|
|
V_2 = L_16;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_17 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19 = V_0;
|
|
V_8 = (bool)((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
|
|
bool L_20 = V_8;
|
|
if (L_20)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = V_2;
|
|
return L_21;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing::GetRootFocusable(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* NavigateFocusRing_GetRootFocusable_m3FF047E540C84BC98A1ED8B94AD5963A85FD8BCA (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0003:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NavigateFocusRing_IsFocusRoot_m8618BAC17C74765126690A72244AB09942B79464(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___v0;
|
|
V_1 = L_3;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___v0;
|
|
NullCheck(L_4);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_5;
|
|
L_5 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_4, NULL);
|
|
V_2 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_2), NULL);
|
|
___v0 = L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_0003;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.NavigateFocusRing::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NavigateFocusRing__cctor_m80AA1CABA870FECB58CFA34A100D622DCD41636D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_0 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_0, 1, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0), (void*)L_0);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_1 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_1, 2, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1), (void*)L_1);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_2 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_2, 3, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2), (void*)L_2);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_3 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_3, 4, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3), (void*)L_3);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_4 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_4, 5, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Next_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Next_4), (void*)L_4);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_5 = (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)il2cpp_codegen_object_new(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC(L_5, 6, NULL);
|
|
((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Previous_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Previous_5), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.NavigateFocusRing/ChangeDirection::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangeDirection__ctor_mE60D16EECE6164A422DBD9FD302CCFB252CDE9FC (ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* __this, int32_t ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___i0;
|
|
il2cpp_codegen_runtime_class_init_inline(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
FocusChangeDirection__ctor_m13132F27B5ABFCBEE04738925694860F1AA037B3(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_pinvoke(const FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B& unmarshaled, FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___currentFocusable_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'currentFocusable' of type 'FocusableHierarchyTraversal': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___currentFocusable_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_pinvoke_back(const FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_pinvoke& marshaled, FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B& unmarshaled)
|
|
{
|
|
Exception_t* ___currentFocusable_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'currentFocusable' of type 'FocusableHierarchyTraversal': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___currentFocusable_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_pinvoke_cleanup(FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_com(const FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B& unmarshaled, FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___currentFocusable_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'currentFocusable' of type 'FocusableHierarchyTraversal': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___currentFocusable_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_com_back(const FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_com& marshaled, FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B& unmarshaled)
|
|
{
|
|
Exception_t* ___currentFocusable_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'currentFocusable' of type 'FocusableHierarchyTraversal': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___currentFocusable_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal
|
|
IL2CPP_EXTERN_C void FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshal_com_cleanup(FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::ValidateHierarchyTraversal(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FocusableHierarchyTraversal_ValidateHierarchyTraversal_m8B187D773D5F00556DAB349CE5E0BDEE711AF00C (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NavigateFocusRing_IsActive_m78C47A797E31123494889F2B33B44A9984EF6EA1(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___v0;
|
|
NullCheck(L_2);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
|
|
L_3 = VisualElement_get_worldBoundingBox_m086C681F01ED4E997C717364031BB80E3EDA5CAA(L_2, NULL);
|
|
V_0 = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = __this->___validRect_1;
|
|
bool L_5;
|
|
L_5 = Rect_Overlaps_m5A540A24DAD3327006A3A2E209CC17992173B572((&V_0), L_4, NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FocusableHierarchyTraversal_ValidateHierarchyTraversal_m8B187D773D5F00556DAB349CE5E0BDEE711AF00C_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_ValidateHierarchyTraversal_m8B187D773D5F00556DAB349CE5E0BDEE711AF00C(_thisAdjusted, ___v0, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::ValidateElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FocusableHierarchyTraversal_ValidateElement_m706580B3233A6BF6C6AC72DF16060AEDD9D65920 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___v0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = NavigateFocusRing_IsFocusable_mEBBF539B1BD2C94176FF4EA7D40908533A302DA8(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___v0;
|
|
NullCheck(L_2);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
|
|
L_3 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_2, NULL);
|
|
V_0 = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = __this->___validRect_1;
|
|
bool L_5;
|
|
L_5 = Rect_Overlaps_m5A540A24DAD3327006A3A2E209CC17992173B572((&V_0), L_4, NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FocusableHierarchyTraversal_ValidateElement_m706580B3233A6BF6C6AC72DF16060AEDD9D65920_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___v0, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_ValidateElement_m706580B3233A6BF6C6AC72DF16060AEDD9D65920(_thisAdjusted, ___v0, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::Order(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_Order_m7DC79C4014510D6DFFA8BDE3368278674DBD0948 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___a0;
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_0, NULL);
|
|
V_0 = L_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___b1;
|
|
NullCheck(L_2);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
|
|
L_3 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_2, NULL);
|
|
V_1 = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5 = V_1;
|
|
int32_t L_6;
|
|
L_6 = FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB(__this, L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_2;
|
|
if (L_7)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9 = V_1;
|
|
int32_t L_10;
|
|
L_10 = FocusableHierarchyTraversal_TieBreaker_m984530D3F0EFCEE7FE3A498FC92E699BC8616C7B(__this, L_8, L_9, NULL);
|
|
G_B3_0 = L_10;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_11 = V_2;
|
|
G_B3_0 = L_11;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_3 = G_B3_0;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FocusableHierarchyTraversal_Order_m7DC79C4014510D6DFFA8BDE3368278674DBD0948_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_Order_m7DC79C4014510D6DFFA8BDE3368278674DBD0948(_thisAdjusted, ___a0, ___b1, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::StrictOrder(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_StrictOrder_m112D4ECA376649C2554A99F488680DBF1327C8B5 (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___a0;
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___b1;
|
|
NullCheck(L_2);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
|
|
L_3 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_2, NULL);
|
|
int32_t L_4;
|
|
L_4 = FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB(__this, L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FocusableHierarchyTraversal_StrictOrder_m112D4ECA376649C2554A99F488680DBF1327C8B5_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___a0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___b1, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_StrictOrder_m112D4ECA376649C2554A99F488680DBF1327C8B5(_thisAdjusted, ___a0, ___b1, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::StrictOrder(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
{
|
|
V_0 = (0.0f);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_0 = __this->___direction_3;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_1 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Up_2;
|
|
V_1 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_0) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_1))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
float L_3;
|
|
L_3 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rb1), NULL);
|
|
float L_4;
|
|
L_4 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___ra0), NULL);
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_3, L_4));
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_5 = __this->___direction_3;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_6 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Down_3;
|
|
V_2 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_5) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_6))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
float L_8;
|
|
L_8 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___ra0), NULL);
|
|
float L_9;
|
|
L_9 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rb1), NULL);
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_8, L_9));
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_10 = __this->___direction_3;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_11 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Left_0;
|
|
V_3 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_10) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_11))? 1 : 0);
|
|
bool L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
float L_13;
|
|
L_13 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rb1), NULL);
|
|
float L_14;
|
|
L_14 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___ra0), NULL);
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_13, L_14));
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_15 = __this->___direction_3;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523* L_16 = ((NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_StaticFields*)il2cpp_codegen_static_fields_for(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var))->___Right_1;
|
|
V_4 = (bool)((((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_15) == ((RuntimeObject*)(ChangeDirection_tA00E410F9A4FF0901C437006BD5AFA4E42251523*)L_16))? 1 : 0);
|
|
bool L_17 = V_4;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
float L_18;
|
|
L_18 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___ra0), NULL);
|
|
float L_19;
|
|
L_19 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rb1), NULL);
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_18, L_19));
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
float L_20 = V_0;
|
|
bool L_21;
|
|
L_21 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_20, (0.0f), NULL);
|
|
V_5 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = V_0;
|
|
if ((((float)L_23) > ((float)(0.0f))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = (-1);
|
|
goto IL_00b3;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
G_B12_0 = 1;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
V_6 = G_B12_0;
|
|
goto IL_00bc;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
V_6 = 0;
|
|
goto IL_00bc;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_24 = V_6;
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB_AdjustorThunk (RuntimeObject* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_StrictOrder_m927075A595A02FCE09FA0CFA85314557FFA3CDDB(_thisAdjusted, ___ra0, ___rb1, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::TieBreaker(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FocusableHierarchyTraversal_TieBreaker_m984530D3F0EFCEE7FE3A498FC92E699BC8616C7B (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___currentFocusable_0;
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&___ra0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_2, L_3, NULL);
|
|
V_2 = L_4;
|
|
float L_5;
|
|
L_5 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&___rb1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_6, L_7, NULL);
|
|
V_2 = L_8;
|
|
float L_9;
|
|
L_9 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&V_2), NULL);
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_9));
|
|
float L_10 = V_1;
|
|
bool L_11;
|
|
L_11 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline(L_10, (0.0f), NULL);
|
|
V_3 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
float L_13 = V_1;
|
|
if ((((float)L_13) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = (-1);
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
G_B4_0 = 1;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
V_4 = G_B4_0;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
V_4 = 0;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
int32_t L_14 = V_4;
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FocusableHierarchyTraversal_TieBreaker_m984530D3F0EFCEE7FE3A498FC92E699BC8616C7B_AdjustorThunk (RuntimeObject* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___ra0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rb1, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_TieBreaker_m984530D3F0EFCEE7FE3A498FC92E699BC8616C7B(_thisAdjusted, ___ra0, ___rb1, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.NavigateFocusRing/FocusableHierarchyTraversal::GetBestOverall(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D (FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___candidate0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___bestSoFar1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_7 = NULL;
|
|
bool V_8 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___candidate0;
|
|
bool L_1;
|
|
L_1 = FocusableHierarchyTraversal_ValidateHierarchyTraversal_m8B187D773D5F00556DAB349CE5E0BDEE711AF00C(__this, L_0, NULL);
|
|
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___bestSoFar1;
|
|
V_2 = L_3;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___candidate0;
|
|
bool L_5;
|
|
L_5 = FocusableHierarchyTraversal_ValidateElement_m706580B3233A6BF6C6AC72DF16060AEDD9D65920(__this, L_4, NULL);
|
|
V_3 = L_5;
|
|
bool L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = __this->___firstPass_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___candidate0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = __this->___currentFocusable_0;
|
|
int32_t L_10;
|
|
L_10 = FocusableHierarchyTraversal_StrictOrder_m112D4ECA376649C2554A99F488680DBF1327C8B5(__this, L_8, L_9, NULL);
|
|
if ((((int32_t)L_10) <= ((int32_t)0)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___bestSoFar1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___bestSoFar1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___candidate0;
|
|
int32_t L_14;
|
|
L_14 = FocusableHierarchyTraversal_Order_m7DC79C4014510D6DFFA8BDE3368278674DBD0948(__this, L_12, L_13, NULL);
|
|
G_B8_0 = ((((int32_t)L_14) > ((int32_t)0))? 1 : 0);
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
G_B10_0 = G_B8_0;
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
V_4 = (bool)G_B10_0;
|
|
bool L_15 = V_4;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___candidate0;
|
|
___bestSoFar1 = L_16;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___candidate0;
|
|
il2cpp_codegen_runtime_class_init_inline(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = NavigateFocusRing_IsFocusRoot_m8618BAC17C74765126690A72244AB09942B79464(L_17, NULL);
|
|
V_5 = L_18;
|
|
bool L_19 = V_5;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___bestSoFar1;
|
|
V_2 = L_20;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___candidate0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_21, NULL);
|
|
V_0 = L_22;
|
|
V_6 = 0;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___candidate0;
|
|
int32_t L_24 = V_6;
|
|
NullCheck(L_23);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25;
|
|
L_25 = VisualElement_get_Item_m84C0E356F6D66363D97482DC4EFC17060060C693(L_23, L_24, NULL);
|
|
V_7 = L_25;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = V_7;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___bestSoFar1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28;
|
|
L_28 = FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D(__this, L_26, L_27, NULL);
|
|
___bestSoFar1 = L_28;
|
|
int32_t L_29 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_30 = V_6;
|
|
int32_t L_31 = V_0;
|
|
V_8 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_8;
|
|
if (L_32)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___bestSoFar1;
|
|
V_2 = L_33;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = V_2;
|
|
return L_34;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___candidate0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___bestSoFar1, const RuntimeMethod* method)
|
|
{
|
|
FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FocusableHierarchyTraversal_tE18EF688B7AC65FC273812175FCF84916E3E7E4B*>(__this + _offset);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* _returnValue;
|
|
_returnValue = FocusableHierarchyTraversal_GetBestOverall_mC2F808C4A4AB7EAAFDCD511987F250B346FF1D7D(_thisAdjusted, ___candidate0, ___bestSoFar1, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.ThemeStyleSheet UnityEngine.UIElements.PanelSettings::get_themeStyleSheet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* PanelSettings_get_themeStyleSheet_m7C802DCD0EFB59C71DAB90EE1197155FB640A725 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* V_0 = NULL;
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_0 = __this->___themeUss_7;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_themeStyleSheet(UnityEngine.UIElements.ThemeStyleSheet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_themeStyleSheet_m669E96D68F68FA71F20AB1C25193B4E9180206B3 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_0 = ___value0;
|
|
__this->___themeUss_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___themeUss_7), (void*)L_0);
|
|
PanelSettings_ApplyThemeStyleSheet_m779DB4EFBD98CED47C0A35BA5E9BF95A78B9CBE2(__this, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.PanelSettings::get_targetTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PanelSettings_get_targetTexture_m56D90849783146127F88DFE296ADD1B69AFB053C (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_TargetTexture_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_targetTexture(UnityEngine.RenderTexture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_targetTexture_m60F0CC5EDD01FFF7E604CF1199477BD2B7FCFE17 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0;
|
|
__this->___m_TargetTexture_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetTexture_8), (void*)L_0);
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_1 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_1);
|
|
RuntimePanelAccess_SetTargetTexture_m6D313624F664ED24DF57548E3A5F252E4C255268(L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.PanelScaleMode UnityEngine.UIElements.PanelSettings::get_scaleMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PanelSettings_get_scaleMode_m09C467F385EC57A794B62432A878D624AA588FF0 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ScaleMode_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_scaleMode(UnityEngine.UIElements.PanelScaleMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_scaleMode_m5B6E0F14A9572FDAA16ED2B50C46050C3CB07775 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_ScaleMode_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_scale()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_scale_m71E820D059C82E0E9FBBE52C20E9B5EF98E81359 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Scale_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_scale(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_scale_mF4D86B06DBED43BF25FE924EB0C3FC86C4BDFA58 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
__this->___m_Scale_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_referenceDpi()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_referenceDpi_m272B7734E1563D6D4508FF825AF505B0D3B0832C (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_ReferenceDpi_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_referenceDpi(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_referenceDpi_mA578B02BDA797DA928EC8253ACF79695DDB67176 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B2_0 = NULL;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B1_0 = NULL;
|
|
float G_B3_0 = 0.0f;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B3_1 = NULL;
|
|
{
|
|
float L_0 = ___value0;
|
|
G_B1_0 = __this;
|
|
if ((((float)L_0) >= ((float)(1.0f))))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (96.0f);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_1 = ___value0;
|
|
G_B3_0 = L_1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___m_ReferenceDpi_12 = G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_fallbackDpi()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_fallbackDpi_m7D2496FE8DCCD5F705D59B4AF0136BE7FC96098D (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_FallbackDpi_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_fallbackDpi(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_fallbackDpi_m40D4FDA73C18C43321962D41546D1377CA75AC76 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B2_0 = NULL;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B1_0 = NULL;
|
|
float G_B3_0 = 0.0f;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B3_1 = NULL;
|
|
{
|
|
float L_0 = ___value0;
|
|
G_B1_0 = __this;
|
|
if ((((float)L_0) >= ((float)(1.0f))))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (96.0f);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_1 = ___value0;
|
|
G_B3_0 = L_1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___m_FallbackDpi_13 = G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2Int UnityEngine.UIElements.PanelSettings::get_referenceResolution()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_ReferenceResolution_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_referenceResolution(UnityEngine.Vector2Int)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_referenceResolution_mD79FC8EFE968321D4AF7AB651D057E21E2DD0CDD (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ___value0;
|
|
__this->___m_ReferenceResolution_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.PanelScreenMatchMode UnityEngine.UIElements.PanelSettings::get_screenMatchMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PanelSettings_get_screenMatchMode_mF8452037AB6ED750CF0685B4D6E5A39E9D663A93 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ScreenMatchMode_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_screenMatchMode(UnityEngine.UIElements.PanelScreenMatchMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_screenMatchMode_mD6E4F796B80C5432177DD675CEE10D154B8017A7 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_ScreenMatchMode_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_match()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_match_mF35890A66DFE49B7851710C2B658E481A63E18FC (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Match_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_match(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_match_m7B7F76A9647687CC80749F6D37A5C8B0EA22143E (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
__this->___m_Match_16 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_sortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_sortingOrder_m6D33CD232A47E700E92CAE0485867260F00F74BB (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_SortingOrder_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_sortingOrder(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_sortingOrder_mC408E18101635B368EE534A86B539C5B1977E9AB (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
__this->___m_SortingOrder_17 = L_0;
|
|
PanelSettings_ApplySortingOrder_mF52065C1C5FC40805DB014102778104F013DE354(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplySortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplySortingOrder_mF52065C1C5FC40805DB014102778104F013DE354 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_0 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_0);
|
|
RuntimePanelAccess_SetSortingPriority_m9098F74405DA860FA4BF7692C2B6B7E926F6AFC8(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.PanelSettings::get_targetDisplay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_TargetDisplay_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_targetDisplay(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_targetDisplay_mDFA07A6D052D0A2353062E9EE36E5A520E3CF04F (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_TargetDisplay_18 = L_0;
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_1 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_1);
|
|
RuntimePanelAccess_SetTargetDisplay_m788B2A946875F4E8CB8A9F29210E6F060CBD4DAB(L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings::get_clearDepthStencil()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PanelSettings_get_clearDepthStencil_m2D7378120016CA3BCCED620AD2D47C3E3B3AE07B (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_ClearDepthStencil_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_clearDepthStencil(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_clearDepthStencil_m4D459BCDEC218B88E36B815F1CF49F9522BBE3CD (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___m_ClearDepthStencil_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::get_depthClearValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_get_depthClearValue_m9AC422F3D479E7FFDD6C490854DDD95A53F7F112 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (0.99000001f);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings::get_clearColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PanelSettings_get_clearColor_m25E0304FCDE8D462D3322C6DB82D42129CA884CB (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_ClearColor_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_clearColor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_clearColor_mDA1F374AD9583ECB9AEDB73457E4F4D7F5742343 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___m_ClearColor_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Color UnityEngine.UIElements.PanelSettings::get_colorClearValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F PanelSettings_get_colorClearValue_mC4D28F8BC33ABB9D1384AEACC9CBD52CB502E558 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = __this->___m_ColorClearValue_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_colorClearValue(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_colorClearValue_mBFA1838A76D8EE46182CEC3165A1A01F2E1B5FB0 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___value0;
|
|
__this->___m_ColorClearValue_21 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_0 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_0);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_1;
|
|
L_1 = RuntimePanelAccess_get_panel_mA5059057EFDADFE31AFF15A6162F98EC942B6FE8(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.PanelSettings::get_visualTree()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_0 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_0);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_1;
|
|
L_1 = RuntimePanelAccess_get_panel_mA5059057EFDADFE31AFF15A6162F98EC942B6FE8(L_0, NULL);
|
|
NullCheck(L_1);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.DynamicAtlasSettings UnityEngine.UIElements.PanelSettings::get_dynamicAtlasSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_0 = __this->___m_DynamicAtlasSettings_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::set_dynamicAtlasSettings(UnityEngine.UIElements.DynamicAtlasSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_set_dynamicAtlasSettings_mF1FAE1050B1A5342D4A45FFC26B8C2ACEFF12944 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_0 = ___value0;
|
|
__this->___m_DynamicAtlasSettings_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DynamicAtlasSettings_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings__ctor_m2B0F3A1761ED3A09F494C3BAD4CD6C2595E91F75 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_ScaleMode_9 = 1;
|
|
__this->___m_Scale_10 = (1.0f);
|
|
__this->___m_ReferenceDpi_12 = (96.0f);
|
|
__this->___m_FallbackDpi_13 = (96.0f);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_0), ((int32_t)1200), ((int32_t)800), /*hidden argument*/NULL);
|
|
__this->___m_ReferenceResolution_14 = L_0;
|
|
__this->___m_ScreenMatchMode_15 = 0;
|
|
__this->___m_Match_16 = (0.0f);
|
|
__this->___m_SortingOrder_17 = (0.0f);
|
|
__this->___m_TargetDisplay_18 = 0;
|
|
__this->___m_ClearDepthStencil_19 = (bool)1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
|
L_1 = Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline(NULL);
|
|
__this->___m_ColorClearValue_21 = L_1;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_2;
|
|
L_2 = DynamicAtlasSettings_get_defaults_m98A7C68E5FD3C3F1A7DCDA8740B3F9B24A9FA67D(NULL);
|
|
__this->___m_DynamicAtlasSettings_24 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DynamicAtlasSettings_24), (void*)L_2);
|
|
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_3 = (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482*)il2cpp_codegen_object_new(RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
RuntimePanelAccess__ctor_m1BDD5A5C621B950007C4129C2F3B4DB8DCF24CA6(L_3, __this, NULL);
|
|
__this->___m_PanelAccess_22 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelAccess_22), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_Reset_m51515C9A159491FB1DA1CC189B0C58563D92F827 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_OnEnable_m358598A77C1E915E710EEBBB1E826FA86EE8C531 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral176C0E7F3CF7D810B51A890C09CBB53B836BBFFD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD56CFD33446C48AB44E25108488BF7259A179874);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_0 = __this->___themeUss_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
|
|
String_t* L_4;
|
|
L_4 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral176C0E7F3CF7D810B51A890C09CBB53B836BBFFD, L_3, _stringLiteralD56CFD33446C48AB44E25108488BF7259A179874, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m5C8299150E64600CBF5C92706AD610C21D0C0DC5(L_4, __this, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
PanelSettings_InitializeShaders_m37747DEBC4FACE20CB385708C4FC10B9AA3C7F65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_OnDisable_m7BB1568F3227B496CC1F5C079F27B81149CE9A78 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_0 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_0);
|
|
RuntimePanelAccess_DisposePanel_mEFFD4B1D7BD1657E709E9642EB9B198B7EDD34F2(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplyThemeStyleSheet(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplyThemeStyleSheet_m779DB4EFBD98CED47C0A35BA5E9BF95A78B9CBE2 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___root0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_0 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = RuntimePanelAccess_get_isInitialized_m5A3955DF19E72DE6CFF0FB6D919C8FA704295E89(L_0, NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___root0;
|
|
V_1 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5;
|
|
L_5 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
___root0 = L_5;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_6 = __this->___themeUss_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_7;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_9 = __this->___themeUss_7;
|
|
NullCheck(L_9);
|
|
StyleSheet_set_isDefaultStyleSheet_mF3452A31475F8C3788BC850A151AE9C7B022C7C6(L_9, (bool)1, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___root0;
|
|
if (L_10)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___root0;
|
|
NullCheck(L_11);
|
|
VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B L_12;
|
|
L_12 = VisualElement_get_styleSheets_m229B33524AB0095A57B9CDCADDE824C732265B5A(L_11, NULL);
|
|
V_3 = L_12;
|
|
ThemeStyleSheet_t770F966C0D561FCCB90D490215FCE8B01B709553* L_13 = __this->___themeUss_7;
|
|
VisualElementStyleSheetSet_Add_mE5653A810724A67573079E2B4D39FFB260C38214((&V_3), L_13, NULL);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::InitializeShaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_InitializeShaders_m37747DEBC4FACE20CB385708C4FC10B9AA3C7F65 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_AtlasBlitShader_25;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4;
|
|
L_4 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_3, NULL);
|
|
__this->___m_AtlasBlitShader_25 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasBlitShader_25), (void*)L_4);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_RuntimeShader_26;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_6;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9;
|
|
L_9 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_8, NULL);
|
|
__this->___m_RuntimeShader_26 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RuntimeShader_26), (void*)L_9);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_10 = __this->___m_RuntimeWorldShader_27;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_11;
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
String_t* L_13 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14;
|
|
L_14 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_13, NULL);
|
|
__this->___m_RuntimeWorldShader_27 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RuntimeWorldShader_27), (void*)L_14);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_15 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_15);
|
|
RuntimePanelAccess_SetTargetTexture_m6D313624F664ED24DF57548E3A5F252E4C255268(L_15, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::ApplyPanelSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_ApplyPanelSettings_m123CD975A82D3479345AEA1B0D00614B3E82F18E (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* V_2 = NULL;
|
|
bool V_3 = false;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
int32_t G_B5_0 = 0;
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* G_B8_0 = NULL;
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* G_B7_0 = NULL;
|
|
float G_B9_0 = 0.0f;
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* G_B9_1 = NULL;
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = __this->___m_TargetRect_29;
|
|
V_0 = L_0;
|
|
float L_1 = __this->___m_ResolvedScale_30;
|
|
V_1 = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2;
|
|
L_2 = PanelSettings_GetDisplayRect_m28721619932699D41FACB021D32189EB2AB5D8D2(__this, NULL);
|
|
__this->___m_TargetRect_29 = L_2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = __this->___m_TargetRect_29;
|
|
float L_4;
|
|
L_4 = Screen_get_dpi_mD5BB95E605FABD335F0D4736EE4860A0AA98A50D(NULL);
|
|
float L_5;
|
|
L_5 = PanelSettings_ResolveScale_m59C81DAAE1E2C86AF118DC329493588D3CCA20B1(__this, L_3, L_4, NULL);
|
|
__this->___m_ResolvedScale_30 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_6, NULL);
|
|
NullCheck(L_7);
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_8;
|
|
L_8 = InterfaceFuncInvoker0< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(47 /* UnityEngine.UIElements.StyleLength UnityEngine.UIElements.IStyle::get_width() */, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_7);
|
|
V_4 = L_8;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_9;
|
|
L_9 = StyleLength_get_value_mCED6CC9F565F29350DFB1E4D3FF8F9C4AC6EB131((&V_4), NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_10;
|
|
L_10 = Length_op_Implicit_mA306DDA67C43304BDA099FB2748FEC9EAAC94A94((0.0f), NULL);
|
|
bool L_11;
|
|
L_11 = Length_op_Equality_m6EE6F7EF12C90FFD1C8987E1D4AAEA23AA7A8795(L_9, L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = __this->___m_ResolvedScale_30;
|
|
float L_13 = V_1;
|
|
if ((!(((float)L_12) == ((float)L_13))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_14 = (&__this->___m_TargetRect_29);
|
|
float L_15;
|
|
L_15 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_14, NULL);
|
|
float L_16;
|
|
L_16 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_0), NULL);
|
|
if ((!(((float)L_15) == ((float)L_16))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = (&__this->___m_TargetRect_29);
|
|
float L_18;
|
|
L_18 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_17, NULL);
|
|
float L_19;
|
|
L_19 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_0), NULL);
|
|
G_B5_0 = ((((int32_t)((((float)L_18) == ((float)L_19))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
V_3 = (bool)G_B5_0;
|
|
bool L_20 = V_3;
|
|
if (!L_20)
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_21;
|
|
L_21 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
float L_22 = __this->___m_ResolvedScale_30;
|
|
G_B7_0 = L_21;
|
|
if ((((float)L_22) == ((float)(0.0f))))
|
|
{
|
|
G_B8_0 = L_21;
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = __this->___m_ResolvedScale_30;
|
|
G_B9_0 = ((float)((1.0f)/L_23));
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
G_B9_0 = (0.0f);
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
BaseVisualElementPanel_set_scale_mD8F4EDA684C213CF55BA20FEBC45C7C2C341CB4B(G_B9_1, G_B9_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24;
|
|
L_24 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_24, NULL);
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_26;
|
|
L_26 = StyleLength_op_Implicit_m58B40E9A27B1C4236799F2D43F0587C8C63C8763((0.0f), NULL);
|
|
NullCheck(L_25);
|
|
InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(25 /* System.Void UnityEngine.UIElements.IStyle::set_left(UnityEngine.UIElements.StyleLength) */, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_25, L_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27;
|
|
L_27 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_27);
|
|
RuntimeObject* L_28;
|
|
L_28 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_27, NULL);
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_29;
|
|
L_29 = StyleLength_op_Implicit_m58B40E9A27B1C4236799F2D43F0587C8C63C8763((0.0f), NULL);
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(41 /* System.Void UnityEngine.UIElements.IStyle::set_top(UnityEngine.UIElements.StyleLength) */, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_28, L_29);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30;
|
|
L_30 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_30);
|
|
RuntimeObject* L_31;
|
|
L_31 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_30, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = (&__this->___m_TargetRect_29);
|
|
float L_33;
|
|
L_33 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_32, NULL);
|
|
float L_34 = __this->___m_ResolvedScale_30;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_35;
|
|
L_35 = StyleLength_op_Implicit_m58B40E9A27B1C4236799F2D43F0587C8C63C8763(((float)il2cpp_codegen_multiply(L_33, L_34)), NULL);
|
|
NullCheck(L_31);
|
|
InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(48 /* System.Void UnityEngine.UIElements.IStyle::set_width(UnityEngine.UIElements.StyleLength) */, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_31, L_35);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36;
|
|
L_36 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_36);
|
|
RuntimeObject* L_37;
|
|
L_37 = VisualElement_get_style_mDCFF8D835BE0AFE412905E108F48B32A83734224(L_36, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_38 = (&__this->___m_TargetRect_29);
|
|
float L_39;
|
|
L_39 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_38, NULL);
|
|
float L_40 = __this->___m_ResolvedScale_30;
|
|
StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 L_41;
|
|
L_41 = StyleLength_op_Implicit_m58B40E9A27B1C4236799F2D43F0587C8C63C8763(((float)il2cpp_codegen_multiply(L_39, L_40)), NULL);
|
|
NullCheck(L_37);
|
|
InterfaceActionInvoker1< StyleLength_tF02B24735FC88BE29BEB36F7A87709CA28AF72D8 >::Invoke(24 /* System.Void UnityEngine.UIElements.IStyle::set_height(UnityEngine.UIElements.StyleLength) */, IStyle_t4FD66C97CA5F46BFE328FED0C65277A37E0A89F7_il2cpp_TypeInfo_var, L_37, L_41);
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_42;
|
|
L_42 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_43;
|
|
L_43 = PanelSettings_get_targetTexture_m56D90849783146127F88DFE296ADD1B69AFB053C_inline(__this, NULL);
|
|
NullCheck(L_42);
|
|
L_42->___targetTexture_53 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_42->___targetTexture_53), (void*)L_43);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_44;
|
|
L_44 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
int32_t L_45;
|
|
L_45 = PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline(__this, NULL);
|
|
NullCheck(L_44);
|
|
BaseRuntimePanel_set_targetDisplay_mAD38267BFC2AF8803C58397EFA1A72868492B09F_inline(L_44, L_45, NULL);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_46;
|
|
L_46 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
NullCheck(L_46);
|
|
BaseRuntimePanel_set_drawToCameras_mEDD7394A4F09CADE52BD0C68E1E308F607387DD8(L_46, (bool)0, NULL);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_47;
|
|
L_47 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
il2cpp_codegen_initobj((&V_5), sizeof(PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7));
|
|
bool L_48 = __this->___m_ClearColor_20;
|
|
(&V_5)->___clearColor_1 = L_48;
|
|
bool L_49 = __this->___m_ClearDepthStencil_19;
|
|
(&V_5)->___clearDepthStencil_0 = L_49;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50 = __this->___m_ColorClearValue_21;
|
|
(&V_5)->___color_2 = L_50;
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_51 = V_5;
|
|
NullCheck(L_47);
|
|
BaseVisualElementPanel_set_clearSettings_m3A7E34A554EF716F363B133370912902814403D7_inline(L_47, L_51, NULL);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_52;
|
|
L_52 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
NullCheck(L_52);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_53;
|
|
L_53 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(47 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_52);
|
|
V_2 = ((DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8*)IsInstClass((RuntimeObject*)L_53, DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8_il2cpp_TypeInfo_var));
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_54 = V_2;
|
|
V_6 = (bool)((!(((RuntimeObject*)(DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8*)L_54) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_55 = V_6;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_56 = V_2;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_57;
|
|
L_57 = PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline(__this, NULL);
|
|
NullCheck(L_57);
|
|
int32_t L_58;
|
|
L_58 = DynamicAtlasSettings_get_minAtlasSize_mD781423244D5C614C8B05FB7C347274882315FE7_inline(L_57, NULL);
|
|
NullCheck(L_56);
|
|
DynamicAtlas_set_minAtlasSize_m5C203F9BC05627694AE128D9E6C96D5A7A5DC589(L_56, L_58, NULL);
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_59 = V_2;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_60;
|
|
L_60 = PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline(__this, NULL);
|
|
NullCheck(L_60);
|
|
int32_t L_61;
|
|
L_61 = DynamicAtlasSettings_get_maxAtlasSize_mD11FF557152E220BDCC6D2330EB6885146B56B29_inline(L_60, NULL);
|
|
NullCheck(L_59);
|
|
DynamicAtlas_set_maxAtlasSize_mDFF3132513889999401A74713757A7505EDA7625(L_59, L_61, NULL);
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_62 = V_2;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_63;
|
|
L_63 = PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline(__this, NULL);
|
|
NullCheck(L_63);
|
|
int32_t L_64;
|
|
L_64 = DynamicAtlasSettings_get_maxSubTextureSize_m388D3F62404BAC9955A6AA2605A32E719685B2B3_inline(L_63, NULL);
|
|
NullCheck(L_62);
|
|
DynamicAtlas_set_maxSubTextureSize_m5B4FD599693629ADD271A1D357AE1287CF2BA8BA(L_62, L_64, NULL);
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_65 = V_2;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_66;
|
|
L_66 = PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline(__this, NULL);
|
|
NullCheck(L_66);
|
|
int32_t L_67;
|
|
L_67 = DynamicAtlasSettings_get_activeFilters_mC5A9A3E9C4D756FADEDF7D511AC6BD3CFEE4212B_inline(L_66, NULL);
|
|
NullCheck(L_65);
|
|
DynamicAtlas_set_activeFilters_m0CB213ACB415F5654B4DED2B9D9ED4F2659ED7E1(L_65, L_67, NULL);
|
|
DynamicAtlas_tA1A51ADBE1DBFD82F6D52D5CA4D09D82F89678A8* L_68 = V_2;
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_69;
|
|
L_69 = PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline(__this, NULL);
|
|
NullCheck(L_69);
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* L_70;
|
|
L_70 = DynamicAtlasSettings_get_customFilter_m19AB5B834412DABFC5E1F0E0C7C4D473857AA4A0_inline(L_69, NULL);
|
|
NullCheck(L_68);
|
|
DynamicAtlas_set_customFilter_m42C06367E745C0CCB66FDF2B58F15B3FF2B81902(L_68, L_70, NULL);
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::SetScreenToPanelSpaceFunction(System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_SetScreenToPanelSpaceFunction_mD50D5285FA3692C92D9072894FDAD36A5D320A57 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___screentoPanelSpaceFunction0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* L_0 = ___screentoPanelSpaceFunction0;
|
|
__this->___m_AssignedScreenToPanel_31 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AssignedScreenToPanel_31), (void*)L_0);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_1;
|
|
L_1 = PanelSettings_get_panel_m891034F3C74151D92608232F4DC2FD418AA866E5(__this, NULL);
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* L_2 = __this->___m_AssignedScreenToPanel_31;
|
|
NullCheck(L_1);
|
|
BaseRuntimePanel_set_screenToPanelSpace_m438D407340496BA6CB1635E70A4B26ED035E3DAE(L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.PanelSettings::ResolveScale(UnityEngine.Rect,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PanelSettings_ResolveScale_m59C81DAAE1E2C86AF118DC329493588D3CCA20B1 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___targetRect0, float ___screenDpi1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
float V_3 = 0.0f;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
float V_9 = 0.0f;
|
|
float V_10 = 0.0f;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
float V_15 = 0.0f;
|
|
float G_B6_0 = 0.0f;
|
|
{
|
|
V_0 = (1.0f);
|
|
int32_t L_0;
|
|
L_0 = PanelSettings_get_scaleMode_m09C467F385EC57A794B62432A878D624AA588FF0_inline(__this, NULL);
|
|
V_2 = L_0;
|
|
int32_t L_1 = V_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_1;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
float L_3 = ___screenDpi1;
|
|
if ((((float)L_3) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = ___screenDpi1;
|
|
G_B6_0 = L_4;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
float L_5;
|
|
L_5 = PanelSettings_get_fallbackDpi_m7D2496FE8DCCD5F705D59B4AF0136BE7FC96098D_inline(__this, NULL);
|
|
G_B6_0 = L_5;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_3 = G_B6_0;
|
|
float L_6 = V_3;
|
|
V_4 = (bool)((((int32_t)((((float)L_6) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
float L_8;
|
|
L_8 = PanelSettings_get_referenceDpi_m272B7734E1563D6D4508FF825AF505B0D3B0832C_inline(__this, NULL);
|
|
float L_9 = V_3;
|
|
V_0 = ((float)(L_8/L_9));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10;
|
|
L_10 = PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4_inline(__this, NULL);
|
|
V_6 = L_10;
|
|
int32_t L_11;
|
|
L_11 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_6), NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_12;
|
|
L_12 = PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4_inline(__this, NULL);
|
|
V_6 = L_12;
|
|
int32_t L_13;
|
|
L_13 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_6), NULL);
|
|
V_5 = (bool)((!(((uint32_t)((int32_t)il2cpp_codegen_multiply(L_11, L_13))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_14 = V_5;
|
|
if (!L_14)
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_15;
|
|
L_15 = PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Vector2Int_op_Implicit_m0D3B1D66E99D4C636F431691169479582058BED3_inline(L_15, NULL);
|
|
V_7 = L_16;
|
|
float L_17;
|
|
L_17 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___targetRect0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_7;
|
|
float L_19 = L_18.___x_0;
|
|
float L_20;
|
|
L_20 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___targetRect0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_7;
|
|
float L_22 = L_21.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_8), ((float)(L_17/L_19)), ((float)(L_20/L_22)), NULL);
|
|
V_9 = (0.0f);
|
|
int32_t L_23;
|
|
L_23 = PanelSettings_get_screenMatchMode_mF8452037AB6ED750CF0685B4D6E5A39E9D663A93_inline(__this, NULL);
|
|
V_12 = L_23;
|
|
int32_t L_24 = V_12;
|
|
V_11 = L_24;
|
|
int32_t L_25 = V_11;
|
|
if ((((int32_t)L_25) == ((int32_t)1)))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
int32_t L_26 = V_11;
|
|
if ((((int32_t)L_26) == ((int32_t)2)))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_8;
|
|
float L_28 = L_27.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_8;
|
|
float L_30 = L_29.___y_1;
|
|
float L_31;
|
|
L_31 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_28, L_30, NULL);
|
|
V_9 = L_31;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_8;
|
|
float L_33 = L_32.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_8;
|
|
float L_35 = L_34.___y_1;
|
|
float L_36;
|
|
L_36 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_33, L_35, NULL);
|
|
V_9 = L_36;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
float L_37;
|
|
L_37 = PanelSettings_get_match_mF35890A66DFE49B7851710C2B658E481A63E18FC_inline(__this, NULL);
|
|
float L_38;
|
|
L_38 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_37, NULL);
|
|
V_10 = L_38;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_8;
|
|
float L_40 = L_39.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_8;
|
|
float L_42 = L_41.___y_1;
|
|
float L_43 = V_10;
|
|
float L_44;
|
|
L_44 = Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline(L_40, L_42, L_43, NULL);
|
|
V_9 = L_44;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
float L_45 = V_9;
|
|
V_13 = (bool)((((int32_t)((((float)L_45) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_46 = V_13;
|
|
if (!L_46)
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
float L_47 = V_9;
|
|
V_0 = ((float)((1.0f)/L_47));
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
float L_48;
|
|
L_48 = PanelSettings_get_scale_m71E820D059C82E0E9FBBE52C20E9B5EF98E81359_inline(__this, NULL);
|
|
V_14 = (bool)((((float)L_48) > ((float)(0.0f)))? 1 : 0);
|
|
bool L_49 = V_14;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
float L_50 = V_0;
|
|
float L_51;
|
|
L_51 = PanelSettings_get_scale_m71E820D059C82E0E9FBBE52C20E9B5EF98E81359_inline(__this, NULL);
|
|
V_0 = ((float)(L_50/L_51));
|
|
goto IL_0178;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
V_0 = (0.0f);
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
float L_52 = V_0;
|
|
V_15 = L_52;
|
|
goto IL_017d;
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
float L_53 = V_15;
|
|
return L_53;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.PanelSettings::GetDisplayRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D PanelSettings_GetDisplayRect_m28721619932699D41FACB021D32189EB2AB5D8D2 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_TargetTexture_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_3 = __this->___m_TargetTexture_8;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_3);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = __this->___m_TargetTexture_8;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_5);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_7), (0.0f), (0.0f), ((float)L_4), ((float)L_6), /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_8;
|
|
L_8 = PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline(__this, NULL);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var);
|
|
DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* L_10 = ((Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields*)il2cpp_codegen_static_fields_for(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var))->___displays_1;
|
|
NullCheck(L_10);
|
|
G_B5_0 = ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))? 1 : 0);
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var);
|
|
DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* L_12 = ((Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields*)il2cpp_codegen_static_fields_for(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var))->___displays_1;
|
|
int32_t L_13;
|
|
L_13 = PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline(__this, NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = Display_get_renderingWidth_mD23656E7A8270AF79B0EF4124959B3E18BEDF0C7(L_15, NULL);
|
|
DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* L_17 = ((Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields*)il2cpp_codegen_static_fields_for(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var))->___displays_1;
|
|
int32_t L_18;
|
|
L_18 = PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = Display_get_renderingHeight_m0627691B7B2D7037A856597E43BFDF1F0CC2B0B8(L_20, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_22), (0.0f), (0.0f), ((float)L_16), ((float)L_21), /*hidden argument*/NULL);
|
|
V_1 = L_22;
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_23;
|
|
L_23 = Screen_get_width_mCA5D955A53CF6D29C8C7118D517D0FC84AE8056C(NULL);
|
|
int32_t L_24;
|
|
L_24 = Screen_get_height_m624DD2D53F34087064E3B9D09AC2207DB4E86CA8(NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_25), (0.0f), (0.0f), ((float)L_23), ((float)L_24), /*hidden argument*/NULL);
|
|
V_1 = L_25;
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_26 = V_1;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::AttachAndInsertUIDocumentToVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_AttachAndInsertUIDocumentToVisualTree_m6A5C6B6CC4BE8A096B0A2305765AAF07978E275A (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_0 = __this->___m_AttachedUIDocumentsList_23;
|
|
V_0 = (bool)((((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_2 = (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)il2cpp_codegen_object_new(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UIDocumentList__ctor_mC2EE7D039783EAF5728F66254D97E17785A62B9C(L_2, NULL);
|
|
__this->___m_AttachedUIDocumentsList_23 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AttachedUIDocumentsList_23), (void*)L_2);
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_3 = __this->___m_AttachedUIDocumentsList_23;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_4 = ___uiDocument0;
|
|
NullCheck(L_3);
|
|
UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54(L_3, L_4, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_5 = __this->___m_AttachedUIDocumentsList_23;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_6 = ___uiDocument0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = PanelSettings_get_visualTree_mA24B6E0B001993439BC4F89165A608EFB7136D9C(__this, NULL);
|
|
NullCheck(L_5);
|
|
UIDocumentList_AddToListAndToVisualTree_m0597D8289B7DF86467880ABD06528BB30685A37F(L_5, L_6, L_7, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings::DetachUIDocument(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PanelSettings_DetachUIDocument_m6DE0378F06B6DA5B94EDCE71680A640D3212E786 (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_0 = __this->___m_AttachedUIDocumentsList_23;
|
|
V_0 = (bool)((((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_2 = __this->___m_AttachedUIDocumentsList_23;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3 = ___uiDocument0;
|
|
NullCheck(L_2);
|
|
UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54(L_2, L_3, NULL);
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_4 = __this->___m_AttachedUIDocumentsList_23;
|
|
NullCheck(L_4);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_5 = L_4->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_inline(L_5, List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_RuntimeMethod_var);
|
|
V_1 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* L_8 = __this->___m_PanelAccess_22;
|
|
NullCheck(L_8);
|
|
RuntimePanelAccess_DisposePanel_mEFFD4B1D7BD1657E709E9642EB9B198B7EDD34F2(L_8, NULL);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::.ctor(UnityEngine.UIElements.PanelSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess__ctor_m1BDD5A5C621B950007C4129C2F3B4DB8DCF24CA6 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___settings0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = ___settings0;
|
|
__this->___m_Settings_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::get_isInitialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimePanelAccess_get_isInitialized_m5A3955DF19E72DE6CFF0FB6D919C8FA704295E89 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
return (bool)((!(((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::get_panel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* RuntimePanelAccess_get_panel_mA5059057EFDADFE31AFF15A6162F98EC942B6FE8 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_4 = NULL;
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
V_0 = (bool)((((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_2;
|
|
L_2 = RuntimePanelAccess_CreateRelatedRuntimePanel_mAAC52AFAF1D070A24DEEDA11A44104E3EB107763(__this, NULL);
|
|
__this->___m_RuntimePanel_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RuntimePanel_1), (void*)L_2);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_3 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = __this->___m_Settings_0;
|
|
NullCheck(L_4);
|
|
float L_5 = L_4->___m_SortingOrder_17;
|
|
NullCheck(L_3);
|
|
BaseRuntimePanel_set_sortingPriority_m323337FF99A726DEE252ABE29B47C3E2A8A8B62D(L_3, L_5, NULL);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_6 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_7 = __this->___m_Settings_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___m_TargetDisplay_18;
|
|
NullCheck(L_6);
|
|
BaseRuntimePanel_set_targetDisplay_mAD38267BFC2AF8803C58397EFA1A72868492B09F_inline(L_6, L_8, NULL);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_9 = __this->___m_RuntimePanel_1;
|
|
NullCheck(L_9);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_9);
|
|
V_1 = L_10;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_12 = __this->___m_Settings_0;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_12, NULL);
|
|
NullCheck(L_11);
|
|
VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC(L_11, L_13, NULL);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_14 = __this->___m_Settings_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = V_1;
|
|
NullCheck(L_14);
|
|
PanelSettings_ApplyThemeStyleSheet_m779DB4EFBD98CED47C0A35BA5E9BF95A78B9CBE2(L_14, L_15, NULL);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_16 = __this->___m_Settings_0;
|
|
NullCheck(L_16);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_16->___m_TargetTexture_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_18;
|
|
bool L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_20 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_21 = __this->___m_Settings_0;
|
|
NullCheck(L_21);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = L_21->___m_TargetTexture_8;
|
|
NullCheck(L_20);
|
|
L_20->___targetTexture_53 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___targetTexture_53), (void*)L_22);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_23 = __this->___m_Settings_0;
|
|
NullCheck(L_23);
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* L_24 = L_23->___m_AssignedScreenToPanel_31;
|
|
V_3 = (bool)((!(((RuntimeObject*)(Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA*)L_24) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_25 = V_3;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_26 = __this->___m_Settings_0;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_27 = __this->___m_Settings_0;
|
|
NullCheck(L_27);
|
|
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* L_28 = L_27->___m_AssignedScreenToPanel_31;
|
|
NullCheck(L_26);
|
|
PanelSettings_SetScreenToPanelSpaceFunction_mD50D5285FA3692C92D9072894FDAD36A5D320A57(L_26, L_28, NULL);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_29 = __this->___m_RuntimePanel_1;
|
|
V_4 = L_29;
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_30 = V_4;
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::DisposePanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_DisposePanel_mEFFD4B1D7BD1657E709E9642EB9B198B7EDD34F2 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
RuntimePanelAccess_DisposeRelatedPanel_m3020D434A80BAAA7FD931ED891253EE62B971277(__this, NULL);
|
|
__this->___m_RuntimePanel_1 = (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RuntimePanel_1), (void*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetTargetTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetTargetTexture_m6D313624F664ED24DF57548E3A5F252E4C255268 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_2 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_Settings_0;
|
|
NullCheck(L_3);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4;
|
|
L_4 = PanelSettings_get_targetTexture_m56D90849783146127F88DFE296ADD1B69AFB053C_inline(L_3, NULL);
|
|
NullCheck(L_2);
|
|
L_2->___targetTexture_53 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___targetTexture_53), (void*)L_4);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetSortingPriority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetSortingPriority_m9098F74405DA860FA4BF7692C2B6B7E926F6AFC8 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_2 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_Settings_0;
|
|
NullCheck(L_3);
|
|
float L_4 = L_3->___m_SortingOrder_17;
|
|
NullCheck(L_2);
|
|
BaseRuntimePanel_set_sortingPriority_m323337FF99A726DEE252ABE29B47C3E2A8A8B62D(L_2, L_4, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::SetTargetDisplay()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_SetTargetDisplay_m788B2A946875F4E8CB8A9F29210E6F060CBD4DAB (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_0 = __this->___m_RuntimePanel_1;
|
|
V_0 = (bool)((!(((RuntimeObject*)(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_2 = __this->___m_RuntimePanel_1;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_Settings_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___m_TargetDisplay_18;
|
|
NullCheck(L_2);
|
|
BaseRuntimePanel_set_targetDisplay_mAD38267BFC2AF8803C58397EFA1A72868492B09F_inline(L_2, L_4, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::CreateRelatedRuntimePanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* RuntimePanelAccess_CreateRelatedRuntimePanel_mAAC52AFAF1D070A24DEEDA11A44104E3EB107763 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_Create_m286F1586583CC0AE6C473D11ECA2A3D217F523F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* V_0 = NULL;
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_1 = NULL;
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = __this->___m_Settings_0;
|
|
CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91* L_1 = (CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91*)il2cpp_codegen_object_new(CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
CreateRuntimePanelDelegate__ctor_m1DF50B888F7B1280C8C58A62161FA6E42DFF6006(L_1, NULL, (intptr_t)((void*)RuntimePanel_Create_m286F1586583CC0AE6C473D11ECA2A3D217F523F2_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var);
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_2;
|
|
L_2 = UIElementsRuntimeUtility_FindOrCreateRuntimePanel_m59FFEF5510575CC0940AE27137D148C58FA898C9(L_0, L_1, NULL);
|
|
V_0 = ((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346*)CastclassClass((RuntimeObject*)L_2, RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var));
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* L_3 = V_0;
|
|
V_1 = L_3;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.PanelSettings/RuntimePanelAccess::DisposeRelatedPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanelAccess_DisposeRelatedPanel_m3020D434A80BAAA7FD931ED891253EE62B971277 (RuntimePanelAccess_t88FC30C79AE159279E2BB55A190D2E69259B7482* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = __this->___m_Settings_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var);
|
|
UIElementsRuntimeUtility_DisposeRuntimePanel_m854C277F5D207DA12F24ACC3B8A94060B2FAEEB2(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.RuntimeEventDispatcher::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* RuntimeEventDispatcher_Create_m909D956B8EEC1DD68A5C1586FAF95DB375420DE4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m856D83183F6F5CDDE65CD7A3B8DBF24E3630CC2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* V_0 = NULL;
|
|
{
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_0 = (List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434*)il2cpp_codegen_object_new(List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m856D83183F6F5CDDE65CD7A3B8DBF24E3630CC2F(L_0, List_1__ctor_m856D83183F6F5CDDE65CD7A3B8DBF24E3630CC2F_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_1 = L_0;
|
|
NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE* L_2 = (NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE*)il2cpp_codegen_object_new(NavigationEventDispatchingStrategy_t0DC489A185593493955F67D8BA84B6F79A2A5FBE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
NavigationEventDispatchingStrategy__ctor_m9243C39886903158140DD8F720A888AD81377753(L_2, NULL);
|
|
NullCheck(L_1);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_1, L_2, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_3 = L_1;
|
|
PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE* L_4 = (PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE*)il2cpp_codegen_object_new(PointerCaptureDispatchingStrategy_t076B81E1D47F28C5BCA40E9E535125FF48AF3DDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
PointerCaptureDispatchingStrategy__ctor_m2A38585BC0D3626E41D701C40F2C438F4DFFD31C(L_4, NULL);
|
|
NullCheck(L_3);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_3, L_4, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_5 = L_3;
|
|
KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB* L_6 = (KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB*)il2cpp_codegen_object_new(KeyboardEventDispatchingStrategy_t1D8588FA7A010091B956CC8EF09E0C072A2DB7EB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
KeyboardEventDispatchingStrategy__ctor_m5523F5CF14EC10558302BF5EF9DA8E336362E9A8(L_6, NULL);
|
|
NullCheck(L_5);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_5, L_6, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_7 = L_5;
|
|
PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F* L_8 = (PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F*)il2cpp_codegen_object_new(PointerEventDispatchingStrategy_t435CBA778EF2620FC83C65435C478D1D32AB396F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
PointerEventDispatchingStrategy__ctor_m0B72334A7F6713ADBC0682135C498FDF8FD33F87(L_8, NULL);
|
|
NullCheck(L_7);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_7, L_8, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_9 = L_7;
|
|
MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460* L_10 = (MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460*)il2cpp_codegen_object_new(MouseEventDispatchingStrategy_t0D9B199C6AE7E17D0D07C6E4A716DF71BCBA4460_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
MouseEventDispatchingStrategy__ctor_m24A76F9817155C0AC9FFFEEB821FD500F84FA408(L_10, NULL);
|
|
NullCheck(L_9);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_9, L_10, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
List_1_t2F690D65CDFD8A655A39952668F912C3F99B0434* L_11 = L_9;
|
|
DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A* L_12 = (DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A*)il2cpp_codegen_object_new(DefaultDispatchingStrategy_t932CD1E1A7C174B58D6E1CAF879DA755AB88AA1A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
DefaultDispatchingStrategy__ctor_m142BF3B927F318FA373FF832F02D1615A19F7BCA(L_12, NULL);
|
|
NullCheck(L_11);
|
|
List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_inline(L_11, L_12, List_1_Add_m0689659A73B5E9F707F10F387FD3319638A82B5B_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398_il2cpp_TypeInfo_var);
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* L_13;
|
|
L_13 = EventDispatcher_CreateForRuntime_m69E25284590237785E0E7454CB4F98BE3B171A10(L_11, NULL);
|
|
V_0 = L_13;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.RuntimePanel::get_panelSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* RuntimePanel_get_panelSettings_mB9679B0ECC5D26BF090043809C8099F561325C8C (RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = __this->___m_PanelSettings_59;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.RuntimePanel UnityEngine.UIElements.RuntimePanel::Create(UnityEngine.ScriptableObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* RuntimePanel_Create_m286F1586583CC0AE6C473D11ECA2A3D217F523F2 (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* V_0 = NULL;
|
|
{
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_0 = ___ownerObject0;
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* L_1 = (RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346*)il2cpp_codegen_object_new(RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
RuntimePanel__ctor_mA9917D695B738FABB3843CF7134AFCC1BCAE6CC2(L_1, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.RuntimePanel::.ctor(UnityEngine.ScriptableObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanel__ctor_mA9917D695B738FABB3843CF7134AFCC1BCAE6CC2 (RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* __this, ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___ownerObject0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A7A63B9C62BB3C9F95456E2AD9CAF0475D68EAD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* G_B2_0 = NULL;
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* G_B3_1 = NULL;
|
|
{
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_0 = ___ownerObject0;
|
|
il2cpp_codegen_runtime_class_init_inline(RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* L_1 = ((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_StaticFields*)il2cpp_codegen_static_fields_for(RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var))->___s_EventDispatcher_58;
|
|
il2cpp_codegen_runtime_class_init_inline(BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
|
|
BaseRuntimePanel__ctor_m8F7BC350C3D99729C3D624006DDC646258E94957(__this, L_0, L_1, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, __this);
|
|
NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F* L_3 = (NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F*)il2cpp_codegen_object_new(NavigateFocusRing_tC9DA3D416867C8961F9AAA822CA624EB1D32F09F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
NavigateFocusRing__ctor_m3F3150AF1273EF23B8CECED99E2F9D702B3C2C44(L_3, L_2, NULL);
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* L_4 = (FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A*)il2cpp_codegen_object_new(FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
FocusController__ctor_m9C8B31AC9F9CB4CB535FDE39FA7E3276237A4A02(L_4, L_3, NULL);
|
|
VirtualActionInvoker1< FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* >::Invoke(18 /* System.Void UnityEngine.UIElements.BaseVisualElementPanel::set_focusController(UnityEngine.UIElements.FocusController) */, __this, L_4);
|
|
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_5 = ___ownerObject0;
|
|
__this->___m_PanelSettings_59 = ((PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*)IsInstClass((RuntimeObject*)L_5, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelSettings_59), (void*)((PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*)IsInstClass((RuntimeObject*)L_5, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_il2cpp_TypeInfo_var)));
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_6 = __this->___m_PanelSettings_59;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B1_0 = __this;
|
|
if (L_7)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteral0A7A63B9C62BB3C9F95456E2AD9CAF0475D68EAD;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_8 = __this->___m_PanelSettings_59;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_8, NULL);
|
|
G_B3_0 = L_9;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
Panel_set_name_m22B49AC936B0515FE5145C6CA08ED3706FC27336(G_B3_1, G_B3_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.RuntimePanel::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanel_Update_mCF2C27EF9E37C09BF8B7F8B49B3C1E84D341CAB4 (RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = __this->___m_PanelSettings_59;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_PanelSettings_59;
|
|
NullCheck(L_3);
|
|
PanelSettings_ApplyPanelSettings_m123CD975A82D3479345AEA1B0D00614B3E82F18E(L_3, NULL);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BaseVisualElementPanel_Update_m54AF09187263791D1A165D445083C7FF4BA817AC(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.RuntimePanel::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimePanel__cctor_mF769DC454229E65721C42143FF32148DEB54B239 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* L_0;
|
|
L_0 = RuntimeEventDispatcher_Create_m909D956B8EEC1DD68A5C1586FAF95DB375420DE4(NULL);
|
|
((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_StaticFields*)il2cpp_codegen_static_fields_for(RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var))->___s_EventDispatcher_58 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_StaticFields*)il2cpp_codegen_static_fields_for(RuntimePanel_t2ED2270758B54860F1289847C0C78A7D31565346_il2cpp_TypeInfo_var))->___s_EventDispatcher_58), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::RemoveFromListAndFromVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54 (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m587BA9CBD56E4A95FF7B35422372713E9793E6BE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B2_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B1_0 = NULL;
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_0 = __this->___m_AttachedUIDocuments_0;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_1 = ___uiDocument0;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = List_1_Remove_m587BA9CBD56E4A95FF7B35422372713E9793E6BE(L_0, L_1, List_1_Remove_m587BA9CBD56E4A95FF7B35422372713E9793E6BE_RuntimeMethod_var);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3 = ___uiDocument0;
|
|
NullCheck(L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4;
|
|
L_4 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_3, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = L_4;
|
|
G_B1_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B2_0 = L_5;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64(G_B2_0, NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::AddToListAndToVisualTree(UnityEngine.UIElements.UIDocument,UnityEngine.UIElements.VisualElement,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList_AddToListAndToVisualTree_m0597D8289B7DF86467880ABD06528BB30685A37F (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___uiDocument0, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___visualTree1, int32_t ___firstInsertIndex2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB82E803C32555760B742EE4F7963B5F916835CD0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mBEA695565A96AC6C8A9A0B2486ABC0AB39D34975_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m794DA0C14FD0BC557830E214DF2E247ADC22C4C9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_12 = NULL;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B35_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_0 = __this->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_0);
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 L_1;
|
|
L_1 = List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992(L_0, List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
V_2 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0075:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA((&V_2), Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_006a_1;
|
|
}
|
|
|
|
IL_0012_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_2;
|
|
L_2 = Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_inline((&V_2), Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
V_3 = L_2;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3 = ___uiDocument0;
|
|
NullCheck(L_3);
|
|
float L_4;
|
|
L_4 = UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline(L_3, NULL);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_5 = V_3;
|
|
NullCheck(L_5);
|
|
float L_6;
|
|
L_6 = UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline(L_5, NULL);
|
|
V_4 = (bool)((((float)L_4) > ((float)L_6))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0036_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
goto IL_006a_1;
|
|
}
|
|
|
|
IL_0036_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_9 = ___uiDocument0;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline(L_9, NULL);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
float L_12;
|
|
L_12 = UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline(L_11, NULL);
|
|
V_5 = (bool)((((float)L_10) < ((float)L_12))? 1 : 0);
|
|
bool L_13 = V_5;
|
|
if (!L_13)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0073_1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_14 = ___uiDocument0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = L_14->___m_UIDocumentCreationIndex_8;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_16 = V_3;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->___m_UIDocumentCreationIndex_8;
|
|
V_6 = (bool)((((int32_t)L_15) > ((int32_t)L_17))? 1 : 0);
|
|
bool L_18 = V_6;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0068_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_006a_1;
|
|
}
|
|
|
|
IL_0068_1:
|
|
{
|
|
goto IL_0073_1;
|
|
}
|
|
|
|
IL_006a_1:
|
|
{
|
|
bool L_20;
|
|
L_20 = Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F((&V_2), Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
if (L_20)
|
|
{
|
|
goto IL_0012_1;
|
|
}
|
|
}
|
|
|
|
IL_0073_1:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_22 = __this->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_inline(L_22, List_1_get_Count_m7815A717B09CAEC89641E8E2FE8AC5BD39BD213B_RuntimeMethod_var);
|
|
V_7 = (bool)((((int32_t)L_21) < ((int32_t)L_23))? 1 : 0);
|
|
bool L_24 = V_7;
|
|
if (!L_24)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_25 = __this->___m_AttachedUIDocuments_0;
|
|
int32_t L_26 = V_0;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_27 = ___uiDocument0;
|
|
NullCheck(L_25);
|
|
List_1_Insert_mBEA695565A96AC6C8A9A0B2486ABC0AB39D34975(L_25, L_26, L_27, List_1_Insert_mBEA695565A96AC6C8A9A0B2486ABC0AB39D34975_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___visualTree1;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_29 = ___uiDocument0;
|
|
NullCheck(L_29);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30;
|
|
L_30 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_29, NULL);
|
|
G_B16_0 = ((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_30) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
G_B16_0 = 1;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
V_8 = (bool)G_B16_0;
|
|
bool L_31 = V_8;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_32 = V_0;
|
|
V_9 = (bool)((((int32_t)L_32) > ((int32_t)0))? 1 : 0);
|
|
bool L_33 = V_9;
|
|
if (!L_33)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
V_10 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
V_11 = 1;
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_34 = __this->___m_AttachedUIDocuments_0;
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36 = V_11;
|
|
int32_t L_37 = L_36;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
NullCheck(L_34);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_38;
|
|
L_38 = List_1_get_Item_m794DA0C14FD0BC557830E214DF2E247ADC22C4C9(L_34, ((int32_t)il2cpp_codegen_subtract(L_35, L_37)), List_1_get_Item_m794DA0C14FD0BC557830E214DF2E247ADC22C4C9_RuntimeMethod_var);
|
|
V_12 = L_38;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_39 = V_12;
|
|
NullCheck(L_39);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40;
|
|
L_40 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_39, NULL);
|
|
V_10 = L_40;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = V_10;
|
|
if (L_41)
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = V_0;
|
|
int32_t L_43 = V_11;
|
|
G_B24_0 = ((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_42, L_43))) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_010a;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
G_B24_0 = 0;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
V_13 = (bool)G_B24_0;
|
|
bool L_44 = V_13;
|
|
if (L_44)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = V_10;
|
|
V_14 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_45) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_46 = V_14;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = ___visualTree1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = V_10;
|
|
NullCheck(L_47);
|
|
int32_t L_49;
|
|
L_49 = VisualElement_IndexOf_m1CC000F2192D5D561AE87B2EC3AB312BD0D714AE(L_47, L_48, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
int32_t L_50 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___visualTree1;
|
|
NullCheck(L_51);
|
|
int32_t L_52;
|
|
L_52 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_51, NULL);
|
|
V_15 = (bool)((((int32_t)L_50) > ((int32_t)L_52))? 1 : 0);
|
|
bool L_53 = V_15;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___visualTree1;
|
|
NullCheck(L_54);
|
|
int32_t L_55;
|
|
L_55 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_54, NULL);
|
|
V_0 = L_55;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_56 = __this->___m_AttachedUIDocuments_0;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_57 = ___uiDocument0;
|
|
NullCheck(L_56);
|
|
List_1_Add_mB82E803C32555760B742EE4F7963B5F916835CD0_inline(L_56, L_57, List_1_Add_mB82E803C32555760B742EE4F7963B5F916835CD0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58 = ___visualTree1;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_59 = ___uiDocument0;
|
|
NullCheck(L_59);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_60;
|
|
L_60 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_59, NULL);
|
|
G_B35_0 = ((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_60) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0162;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
G_B35_0 = 1;
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
V_16 = (bool)G_B35_0;
|
|
bool L_61 = V_16;
|
|
if (!L_61)
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
int32_t L_62 = ___firstInsertIndex2;
|
|
int32_t L_63 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_62, L_63));
|
|
int32_t L_64 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_65 = ___visualTree1;
|
|
NullCheck(L_65);
|
|
int32_t L_66;
|
|
L_66 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_65, NULL);
|
|
V_17 = (bool)((((int32_t)L_64) < ((int32_t)L_66))? 1 : 0);
|
|
bool L_67 = V_17;
|
|
if (!L_67)
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_68 = ___visualTree1;
|
|
int32_t L_69 = V_1;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_70 = ___uiDocument0;
|
|
NullCheck(L_70);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_71;
|
|
L_71 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_70, NULL);
|
|
NullCheck(L_68);
|
|
VisualElement_Insert_m95ACF6FC7BCF788C955714E8DADF07FACE5C0031(L_68, L_69, L_71, NULL);
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___visualTree1;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_73 = ___uiDocument0;
|
|
NullCheck(L_73);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_74;
|
|
L_74 = UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1(L_73, NULL);
|
|
NullCheck(L_72);
|
|
VisualElement_Add_mE2571CCB23C09103F8732EEC73833683F7236A7F(L_72, L_74, NULL);
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocumentList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocumentList__ctor_mC2EE7D039783EAF5728F66254D97E17785A62B9C (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1FED54E308718B4A0B27B066F4733D6EDEB8A9DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_0 = (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)il2cpp_codegen_object_new(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m1FED54E308718B4A0B27B066F4733D6EDEB8A9DC(L_0, List_1__ctor_m1FED54E308718B4A0B27B066F4733D6EDEB8A9DC_RuntimeMethod_var);
|
|
__this->___m_AttachedUIDocuments_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AttachedUIDocuments_0), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.PanelSettings UnityEngine.UIElements.UIDocument::get_panelSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* UIDocument_get_panelSettings_m0E2074906AFBB555AA8B96FD352252E3A43E7639 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* V_0 = NULL;
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_0 = __this->___m_PanelSettings_9;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_panelSettings(UnityEngine.UIElements.PanelSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_set_panelSettings_m4BF008612F46252A0B5E277F5687899820EA2852 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_AreEqual_TisPanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_mA4B9F9C0B45577CD0B5DA94209086048F4C52801_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_6 = NULL;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_PanelSettings_9;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = ___value0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_3, L_4, NULL);
|
|
V_1 = L_5;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_7 = __this->___m_PanelSettings_9;
|
|
__this->___m_PreviousPanelSettings_10 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPanelSettings_10), (void*)L_7);
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_8 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_9;
|
|
bool L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_11 = __this->___m_PanelSettings_9;
|
|
NullCheck(L_11);
|
|
PanelSettings_DetachUIDocument_m6DE0378F06B6DA5B94EDCE71680A640D3212E786(L_11, __this, NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_12 = ___value0;
|
|
__this->___m_PanelSettings_9 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelSettings_9), (void*)L_12);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_13 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_3 = L_14;
|
|
bool L_15 = V_3;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_16 = __this->___m_PanelSettings_9;
|
|
NullCheck(L_16);
|
|
PanelSettings_AttachAndInsertUIDocumentToVisualTree_m6A5C6B6CC4BE8A096B0A2305765AAF07978E275A(L_16, __this, NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_17;
|
|
L_17 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_18 = L_17->___m_PanelSettings_9;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_19 = ___value0;
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_AreEqual_TisPanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_mA4B9F9C0B45577CD0B5DA94209086048F4C52801(L_18, L_19, Assert_AreEqual_TisPanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC_mA4B9F9C0B45577CD0B5DA94209086048F4C52801_RuntimeMethod_var);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_20;
|
|
L_20 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_20);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_21 = L_20->___m_PanelSettings_9;
|
|
__this->___m_PanelSettings_9 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelSettings_9), (void*)L_21);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_22 = __this->___m_ChildrenContent_12;
|
|
V_4 = (bool)((!(((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_22) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_23 = V_4;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_24 = __this->___m_ChildrenContent_12;
|
|
NullCheck(L_24);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_25 = L_24->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_25);
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 L_26;
|
|
L_26 = List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992(L_25, List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
V_5 = L_26;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ea:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA((&V_5), Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00df_1;
|
|
}
|
|
|
|
IL_00c6_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_27;
|
|
L_27 = Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_inline((&V_5), Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
V_6 = L_27;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_28 = V_6;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_29 = __this->___m_PanelSettings_9;
|
|
NullCheck(L_28);
|
|
UIDocument_set_panelSettings_m4BF008612F46252A0B5E277F5687899820EA2852(L_28, L_29, NULL);
|
|
}
|
|
|
|
IL_00df_1:
|
|
{
|
|
bool L_30;
|
|
L_30 = Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F((&V_5), Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
if (L_30)
|
|
{
|
|
goto IL_00c6_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_31 = __this->___m_PanelSettings_9;
|
|
__this->___m_PreviousPanelSettings_10 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPanelSettings_10), (void*)L_31);
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIDocument UnityEngine.UIElements.UIDocument::get_parentUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0 = __this->___m_ParentUI_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_parentUI(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_set_parentUI_m4DA98F4BB5FBC38124D3D2C25A974814D33D30D7 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0 = ___value0;
|
|
__this->___m_ParentUI_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ParentUI_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.UIDocument::get_visualTreeAsset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* UIDocument_get_visualTreeAsset_mA38CEE860691ACC09932C15A5216A6DB821F6C92 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* V_0 = NULL;
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* L_0 = __this->___sourceAsset_14;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_visualTreeAsset(UnityEngine.UIElements.VisualTreeAsset)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_set_visualTreeAsset_m79B197D3C1847A49AF71EAE1ADA385D321C68F33 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* L_0 = ___value0;
|
|
__this->___sourceAsset_14 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceAsset_14), (void*)L_0);
|
|
UIDocument_RecreateUI_mB572F952405F7AE015F6846ED5AD04F5759369A2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIDocument::get_rootVisualElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIDocument_get_rootVisualElement_mA6214AAAA8DE0A4DE36AA35F9A98CF8065ED51E1 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_RootVisualElement_15;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIDocument::get_firstChildInserIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIDocument_get_firstChildInserIndex_mE7DBE290F6E4A2D08FCA2CCB9E332DDFBBA963CA (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_FirstChildInsertIndex_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.UIDocument::get_sortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_SortingOrder_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::set_sortingOrder(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_set_sortingOrder_mA7B8AD52B6E5CD8E4D2F7A7D1F3FF7BA1C1E8532 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
float L_0 = __this->___m_SortingOrder_17;
|
|
float L_1 = ___value0;
|
|
V_0 = (bool)((((float)L_0) == ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
float L_3 = ___value0;
|
|
__this->___m_SortingOrder_17 = L_3;
|
|
UIDocument_ApplySortingOrder_m73D2E8B7DEAE92E6088EA5FE69AC10E3E26991D1(__this, NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::ApplySortingOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_ApplySortingOrder_m73D2E8B7DEAE92E6088EA5FE69AC10E3E26991D1 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument__ctor_m485D9F6195B5F9D62DCB603413590134702D7147 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_PreviousPanelSettings_10 = (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPanelSettings_10), (void*)(PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*)NULL);
|
|
__this->___m_ChildrenContent_12 = (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildrenContent_12), (void*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)NULL);
|
|
__this->___m_ChildrenContentCopy_13 = (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildrenContentCopy_13), (void*)(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)NULL);
|
|
__this->___m_SortingOrder_17 = (0.0f);
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
|
int32_t L_0 = ((UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_StaticFields*)il2cpp_codegen_static_fields_for(UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_il2cpp_TypeInfo_var))->___s_CurrentUIDocumentCounter_7;
|
|
int32_t L_1 = L_0;
|
|
((UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_StaticFields*)il2cpp_codegen_static_fields_for(UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_il2cpp_TypeInfo_var))->___s_CurrentUIDocumentCounter_7 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
__this->___m_UIDocumentCreationIndex_8 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::Awake()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_Awake_mCFC095D85E9F4C034732A3202EE2208BA4AC9FD2 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_SetupFromHierarchy_mD4FE27029B326D6BDB38244C55FF7EFEB510A8A7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_OnEnable_m6006F1E274EFE7021AFCD3B47982A0CAF01E2B0F (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_2 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_5;
|
|
L_5 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_5);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_6 = L_5->___m_PanelSettings_9;
|
|
__this->___m_PanelSettings_9 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelSettings_9), (void*)L_6);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_RootVisualElement_15;
|
|
V_1 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_RecreateUI_mB572F952405F7AE015F6846ED5AD04F5759369A2(__this, NULL);
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::SetupFromHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_SetupFromHierarchy_mD4FE27029B326D6BDB38244C55FF7EFEB510A8A7 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3;
|
|
L_3 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
UIDocument_RemoveChild_m0934573E1D4FF8EFE497CDD94612F04A23726175(L_3, __this, NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_4;
|
|
L_4 = UIDocument_FindUIDocumentParent_mBE1B1E0EC07F9EF0CAB7230406F0684A65924D3A(__this, NULL);
|
|
UIDocument_set_parentUI_m4DA98F4BB5FBC38124D3D2C25A974814D33D30D7_inline(__this, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIDocument UnityEngine.UIElements.UIDocument::FindUIDocumentParent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* UIDocument_FindUIDocumentParent_mBE1B1E0EC07F9EF0CAB7230406F0684A65924D3A (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInParent_TisUIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_m4B397E381B889ADE4905FAC91F03826F19F0C43A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_0 = NULL;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
|
|
bool V_2 = false;
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* V_3 = NULL;
|
|
bool V_4 = false;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_5 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
|
|
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
V_0 = L_0;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_1, NULL);
|
|
V_1 = L_2;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_4;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* L_7;
|
|
L_7 = Component_GetComponentsInParent_TisUIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_m4B397E381B889ADE4905FAC91F03826F19F0C43A(L_6, (bool)1, Component_GetComponentsInParent_TisUIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77_m4B397E381B889ADE4905FAC91F03826F19F0C43A_RuntimeMethod_var);
|
|
V_3 = L_7;
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
G_B4_0 = ((!(((uint32_t)(((RuntimeArray*)L_9)->max_length)) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
V_4 = (bool)G_B4_0;
|
|
bool L_10 = V_4;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentU5BU5D_t53AAFEE40C2A21E5A1BF0C9C96DFAB9186F825DA* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 0;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_5 = L_13;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_5 = (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77*)NULL;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_14 = V_5;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_Reset_m3725F8FFCCDCE73EA9E81009FCBF2E0A0FB8D1EC (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B3_0 = NULL;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* G_B2_0 = NULL;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_3 = __this->___m_PreviousPanelSettings_10;
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
if (L_4)
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
PanelSettings_DetachUIDocument_m6DE0378F06B6DA5B94EDCE71680A640D3212E786(G_B3_0, __this, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
UIDocument_set_panelSettings_m4BF008612F46252A0B5E277F5687899820EA2852(__this, (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC*)NULL, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
UIDocument_SetupFromHierarchy_mD4FE27029B326D6BDB38244C55FF7EFEB510A8A7(__this, NULL);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_5;
|
|
L_5 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_6;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_8;
|
|
L_8 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_8);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_9 = L_8->___m_PanelSettings_9;
|
|
__this->___m_PanelSettings_9 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PanelSettings_9), (void*)L_9);
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_10 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_11;
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::AddChildAndInsertContentToVisualTree(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_AddChildAndInsertContentToVisualTree_m4E8612458D8A1A66E410B61400F02CA6FDF05F87 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___child0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_0 = __this->___m_ChildrenContent_12;
|
|
V_0 = (bool)((((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_2 = (UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)il2cpp_codegen_object_new(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
UIDocumentList__ctor_mC2EE7D039783EAF5728F66254D97E17785A62B9C(L_2, NULL);
|
|
__this->___m_ChildrenContent_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildrenContent_12), (void*)L_2);
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_3 = __this->___m_ChildrenContent_12;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_4 = ___child0;
|
|
NullCheck(L_3);
|
|
UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54(L_3, L_4, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_5 = __this->___m_ChildrenContent_12;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_6 = ___child0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_RootVisualElement_15;
|
|
int32_t L_8 = __this->___m_FirstChildInsertIndex_16;
|
|
NullCheck(L_5);
|
|
UIDocumentList_AddToListAndToVisualTree_m0597D8289B7DF86467880ABD06528BB30685A37F(L_5, L_6, L_7, L_8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::RemoveChild(UnityEngine.UIElements.UIDocument)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_RemoveChild_m0934573E1D4FF8EFE497CDD94612F04A23726175 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___child0, const RuntimeMethod* method)
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* G_B2_0 = NULL;
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* G_B1_0 = NULL;
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_0 = __this->___m_ChildrenContent_12;
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_2 = ___child0;
|
|
NullCheck(G_B2_0);
|
|
UIDocumentList_RemoveFromListAndFromVisualTree_m71CB5B38FC3A96959A49CE7169DBC77588E43F54(G_B2_0, L_2, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::RecreateUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_RecreateUI_mB572F952405F7AE015F6846ED5AD04F5759369A2 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83C7939D8DE0BBCA7545E4CE6E5443A6E69CA68C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8794A38DD1DBDE0D539E41A3D4F13B4F180F3B2B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_8 = NULL;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_RootVisualElement_15;
|
|
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_RootVisualElement_15;
|
|
NullCheck(L_2);
|
|
VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64(L_2, NULL);
|
|
__this->___m_RootVisualElement_15 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RootVisualElement_15), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* L_3 = __this->___sourceAsset_14;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* L_6 = __this->___sourceAsset_14;
|
|
NullCheck(L_6);
|
|
TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2* L_7;
|
|
L_7 = VisualTreeAsset_Instantiate_m4545E53DD36EEFD05C41C460B8AE4F982BF8020F(L_6, NULL);
|
|
__this->___m_RootVisualElement_15 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RootVisualElement_15), (void*)L_7);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = __this->___m_RootVisualElement_15;
|
|
V_2 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(_stringLiteral8794A38DD1DBDE0D539E41A3D4F13B4F180F3B2B, NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = __this->___m_RootVisualElement_15;
|
|
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_10) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2* L_12 = (TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2*)il2cpp_codegen_object_new(TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
TemplateContainer__ctor_mA75E65DE2AA9A08A9A3EB798EA57EE3D9A63B4EC(L_12, NULL);
|
|
TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2* L_13 = L_12;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_14;
|
|
L_14 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_14, NULL);
|
|
String_t* L_16;
|
|
L_16 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_15, _stringLiteral83C7939D8DE0BBCA7545E4CE6E5443A6E69CA68C, NULL);
|
|
NullCheck(L_13);
|
|
VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC(L_13, L_16, NULL);
|
|
__this->___m_RootVisualElement_15 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RootVisualElement_15), (void*)L_13);
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = __this->___m_RootVisualElement_15;
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18;
|
|
L_18 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_18, NULL);
|
|
String_t* L_20;
|
|
L_20 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_19, _stringLiteral83C7939D8DE0BBCA7545E4CE6E5443A6E69CA68C, NULL);
|
|
NullCheck(L_17);
|
|
VisualElement_set_name_m5ABC7B8D2586B1839DD436E1AAF25D81395759BC(L_17, L_20, NULL);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = __this->___m_RootVisualElement_15;
|
|
NullCheck(L_21);
|
|
VisualElement_set_pickingMode_m4B12358A0C59640E752A2BB5B3E6F5C76CB9ACD0_inline(L_21, 1, NULL);
|
|
bool L_22;
|
|
L_22 = Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A(__this, NULL);
|
|
V_4 = L_22;
|
|
bool L_23 = V_4;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = __this->___m_RootVisualElement_15;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VisualElement_get_childCount_m411C1EAE0E8B660CF0F831B38D5AEEBC200F277A(L_24, NULL);
|
|
__this->___m_FirstChildInsertIndex_16 = L_25;
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_26 = __this->___m_ChildrenContent_12;
|
|
V_5 = (bool)((!(((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_26) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_27 = V_5;
|
|
if (!L_27)
|
|
{
|
|
goto IL_01bb;
|
|
}
|
|
}
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_28 = __this->___m_ChildrenContentCopy_13;
|
|
V_6 = (bool)((((RuntimeObject*)(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)L_28) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_29 = V_6;
|
|
if (!L_29)
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_30 = __this->___m_ChildrenContent_12;
|
|
NullCheck(L_30);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_31 = L_30->___m_AttachedUIDocuments_0;
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_32 = (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)il2cpp_codegen_object_new(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE(L_32, L_31, List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE_RuntimeMethod_var);
|
|
__this->___m_ChildrenContentCopy_13 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildrenContentCopy_13), (void*)L_32);
|
|
goto IL_0143;
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_33 = __this->___m_ChildrenContentCopy_13;
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_34 = __this->___m_ChildrenContent_12;
|
|
NullCheck(L_34);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_35 = L_34->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_33);
|
|
List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C(L_33, L_35, List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_36 = __this->___m_ChildrenContentCopy_13;
|
|
NullCheck(L_36);
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 L_37;
|
|
L_37 = List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992(L_36, List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
V_7 = L_37;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_019f:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA((&V_7), Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0194_1;
|
|
}
|
|
|
|
IL_0153_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_38;
|
|
L_38 = Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_inline((&V_7), Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
V_8 = L_38;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_39 = V_8;
|
|
NullCheck(L_39);
|
|
bool L_40;
|
|
L_40 = Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A(L_39, NULL);
|
|
V_9 = L_40;
|
|
bool L_41 = V_9;
|
|
if (!L_41)
|
|
{
|
|
goto IL_0193_1;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_42 = V_8;
|
|
NullCheck(L_42);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = L_42->___m_RootVisualElement_15;
|
|
V_10 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_43) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_44 = V_10;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0187_1;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_45 = V_8;
|
|
NullCheck(L_45);
|
|
UIDocument_RecreateUI_mB572F952405F7AE015F6846ED5AD04F5759369A2(L_45, NULL);
|
|
goto IL_0192_1;
|
|
}
|
|
|
|
IL_0187_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_46 = V_8;
|
|
UIDocument_AddChildAndInsertContentToVisualTree_m4E8612458D8A1A66E410B61400F02CA6FDF05F87(__this, L_46, NULL);
|
|
}
|
|
|
|
IL_0192_1:
|
|
{
|
|
}
|
|
|
|
IL_0193_1:
|
|
{
|
|
}
|
|
|
|
IL_0194_1:
|
|
{
|
|
bool L_47;
|
|
L_47 = Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F((&V_7), Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
if (L_47)
|
|
{
|
|
goto IL_0153_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_48 = __this->___m_ChildrenContentCopy_13;
|
|
NullCheck(L_48);
|
|
List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_inline(L_48, List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
UIDocument_SetupRootClassList_m8AEC14E3B154F6EDA937049B22F89C8A3C94FCB6(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::SetupRootClassList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_SetupRootClassList_m8AEC14E3B154F6EDA937049B22F89C8A3C94FCB6 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC92930F0D90EC784C2096A405253957D21033B9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B2_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B1_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_RootVisualElement_15;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_2;
|
|
L_2 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
NullCheck(G_B2_0);
|
|
VisualElement_EnableInClassList_m8576D29AB2E6772EBAAA0E0EC2698244C8C87365(G_B2_0, _stringLiteralFC92930F0D90EC784C2096A405253957D21033B9, L_3, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::AddRootVisualElementToTree()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3;
|
|
L_3 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
UIDocument_AddChildAndInsertContentToVisualTree_m4E8612458D8A1A66E410B61400F02CA6FDF05F87(L_3, __this, NULL);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_5;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_7 = __this->___m_PanelSettings_9;
|
|
NullCheck(L_7);
|
|
PanelSettings_AttachAndInsertUIDocumentToVisualTree_m6A5C6B6CC4BE8A096B0A2305765AAF07978E275A(L_7, __this, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::OnDisable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_OnDisable_mC399C1119A212DDAD0FE6CFF0770B22D19865485 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_RootVisualElement_15;
|
|
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_RootVisualElement_15;
|
|
NullCheck(L_2);
|
|
VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64(L_2, NULL);
|
|
__this->___m_RootVisualElement_15 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RootVisualElement_15), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::OnDestroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_OnDestroy_mB98462068AF4506FBC33BDBBA746072881624240 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3;
|
|
L_3 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
UIDocument_RemoveChild_m0934573E1D4FF8EFE497CDD94612F04A23726175(L_3, __this, NULL);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = __this->___m_PanelSettings_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_5;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_7 = __this->___m_PanelSettings_9;
|
|
NullCheck(L_7);
|
|
PanelSettings_DetachUIDocument_m6DE0378F06B6DA5B94EDCE71680A640D3212E786(L_7, __this, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::OnTransformChildrenChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_OnTransformChildrenChanged_m796AB94D44061DB4B151F0DCC79121DBE88BD1E8 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* V_3 = NULL;
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_0 = __this->___m_ChildrenContent_12;
|
|
V_0 = (bool)((!(((RuntimeObject*)(UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_2 = __this->___m_ChildrenContentCopy_13;
|
|
V_1 = (bool)((((RuntimeObject*)(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_4 = __this->___m_ChildrenContent_12;
|
|
NullCheck(L_4);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_5 = L_4->___m_AttachedUIDocuments_0;
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_6 = (List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344*)il2cpp_codegen_object_new(List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE(L_6, L_5, List_1__ctor_m5BBD7C49A0291871F1B26AEDFECE1987C8E5ADAE_RuntimeMethod_var);
|
|
__this->___m_ChildrenContentCopy_13 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildrenContentCopy_13), (void*)L_6);
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_7 = __this->___m_ChildrenContentCopy_13;
|
|
UIDocumentList_tA2A8305DE916298E4C586EC8235085560914E7C3* L_8 = __this->___m_ChildrenContent_12;
|
|
NullCheck(L_8);
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_9 = L_8->___m_AttachedUIDocuments_0;
|
|
NullCheck(L_7);
|
|
List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C(L_7, L_9, List_1_AddRange_m6AB878C34F24688A934AF1A9B113B60E610E345C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_10 = __this->___m_ChildrenContentCopy_13;
|
|
NullCheck(L_10);
|
|
Enumerator_tE2AC0EB0EB51E9A6803BE071A10B23D04B5A0EB2 L_11;
|
|
L_11 = List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992(L_10, List_1_GetEnumerator_m2F78020C4D718BF45ECDEF735DF8575D60DCB992_RuntimeMethod_var);
|
|
V_2 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_007d:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA((&V_2), Enumerator_Dispose_m55618C73B87362DC9F5F20856C0A7DF86F2197EA_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0072_1;
|
|
}
|
|
|
|
IL_0061_1:
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_12;
|
|
L_12 = Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_inline((&V_2), Enumerator_get_Current_mEDD3383AB504BA14A64494346178A097BCD771F7_RuntimeMethod_var);
|
|
V_3 = L_12;
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_13 = V_3;
|
|
NullCheck(L_13);
|
|
UIDocument_ReactToHierarchyChanged_m1744F0CE10EE70B6C07DE1EEE7F6438FA52D6F3C(L_13, NULL);
|
|
}
|
|
|
|
IL_0072_1:
|
|
{
|
|
bool L_14;
|
|
L_14 = Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F((&V_2), Enumerator_MoveNext_mBD3B46BBDCD7B1B12287235368C90D07EA8FF85F_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_0061_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
List_1_t74EC90C5F42E1A99F29BC6A7FF27FD27FCF98344* L_15 = __this->___m_ChildrenContentCopy_13;
|
|
NullCheck(L_15);
|
|
List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_inline(L_15, List_1_Clear_m63CE7E754B930F708B87C0442D88DA909F56CA19_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::OnTransformParentChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_OnTransformParentChanged_m5827BE7A5F5693F5F0A3ADE691EA85324ACDA321 (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_ReactToHierarchyChanged_m1744F0CE10EE70B6C07DE1EEE7F6438FA52D6F3C(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIDocument::ReactToHierarchyChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIDocument_ReactToHierarchyChanged_m1744F0CE10EE70B6C07DE1EEE7F6438FA52D6F3C (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B3_0 = NULL;
|
|
{
|
|
UIDocument_SetupFromHierarchy_mD4FE27029B326D6BDB38244C55FF7EFEB510A8A7(__this, NULL);
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0;
|
|
L_0 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_3;
|
|
L_3 = UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* L_4 = L_3->___m_PanelSettings_9;
|
|
UIDocument_set_panelSettings_m4BF008612F46252A0B5E277F5687899820EA2852(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = __this->___m_RootVisualElement_15;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5;
|
|
G_B3_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B4_0 = L_6;
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
NullCheck(G_B4_0);
|
|
VisualElement_RemoveFromHierarchy_m5F43EA9B8CBA47EA2AEC2D75180713395AEECF64(G_B4_0, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
UIDocument_AddRootVisualElementToTree_m13F8CED4B2D98D5DF584F6A6FCAF8BBC8E750764(__this, NULL);
|
|
UIDocument_SetupRootClassList_m8AEC14E3B154F6EDA937049B22F89C8A3C94FCB6(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxAtlasSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxAtlasSize_m0D9EC72001157BE34A8D22C7A494A4E2EFC4C074 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxAtlasSizeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxImageWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageWidth_m98C5EFFE3F97C97D3D7F64AFB436B2C892668983 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxImageWidthU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_maxImageHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageHeight_m62CA00B41DB4F2BBE53525CEB85C83E64272BE59 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxImageHeightU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_virtualWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CvirtualWidthU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_virtualWidth(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualWidth_m1A09C0DFE0CB6286E057237AD67206FCBD3463BF (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CvirtualWidthU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_virtualHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CvirtualHeightU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_virtualHeight(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualHeight_m831D3D355C0CB884C2C68FE9C0BC1C221E78AB02 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CvirtualHeightU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_physicalWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalWidth_m0B06147154436A555CEABB9C9EB319D7D33A5398 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CphysicalWidthU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_physicalWidth(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalWidth_m4C7291D8F1695ED2B7F0DFB6BBCED5DD28F2DA14 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CphysicalWidthU3Ek__BackingField_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::get_physicalHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalHeight_m736C92B2C509CE66BAFFBA87110103BBC72DBD88 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CphysicalHeightU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_physicalHeight(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalHeight_mA8F88788580E631B79B9F4AAE2B6D339C3FB9A7D (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CphysicalHeightU3Ek__BackingField_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::get_disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_get_disposed_m2FBF3BA38EEECF3A77B72B0FF55D5E1ACF2BF2CF (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::set_disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_disposed_m2F4D214D2AE0A7E3576B9CA4BCCECEEBD152A1BE (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_Dispose_mB956D63F99999BA479695669265B4E6F9755D155 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.UIRAtlasAllocator::Dispose(System.Boolean) */, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_Dispose_m4871E7021C76C21804C95733C75001AC88C65B34 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* V_4 = NULL;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_7 = NULL;
|
|
bool V_8 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = UIRAtlasAllocator_get_disposed_m2FBF3BA38EEECF3A77B72B0FF55D5E1ACF2BF2CF_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___disposing0;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_4 = __this->___m_OpenRows_8;
|
|
int32_t L_5 = V_3;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_4 = L_7;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_8 = V_4;
|
|
V_5 = (bool)((!(((RuntimeObject*)(Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_5;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_10 = V_4;
|
|
NullCheck(L_10);
|
|
Row_Release_m9ED93BE8B18C15CC43853BECCFA161D7D06FD4F7(L_10, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_11 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_12 = V_3;
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_13 = __this->___m_OpenRows_8;
|
|
NullCheck(L_13);
|
|
V_6 = (bool)((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))? 1 : 0);
|
|
bool L_14 = V_6;
|
|
if (L_14)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_OpenRows_8 = (RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OpenRows_8), (void*)(RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376*)NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_15 = __this->___m_FirstUnpartitionedArea_7;
|
|
V_2 = L_15;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_16 = V_2;
|
|
NullCheck(L_16);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_17 = L_16->___next_3;
|
|
V_7 = L_17;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
AreaNode_Release_m6176D0D6B3A9ED7EE22CD24F045F1497C2707B49(L_18, NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_19 = V_7;
|
|
V_2 = L_19;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_20 = V_2;
|
|
V_8 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_20) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_21 = V_8;
|
|
if (L_21)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_FirstUnpartitionedArea_7 = (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstUnpartitionedArea_7), (void*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL);
|
|
goto IL_0083;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
UIRAtlasAllocator_set_disposed_m2F4D214D2AE0A7E3576B9CA4BCCECEEBD152A1BE_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator::GetLog2OfNextPower(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_GetLog2OfNextPower_m3CE1E101A08C9B3EBF3E9B4C2BA6DEC7594F4164 (int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = ___n0;
|
|
int32_t L_1;
|
|
L_1 = Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014(L_0, NULL);
|
|
V_0 = ((float)L_1);
|
|
float L_2 = V_0;
|
|
float L_3;
|
|
L_3 = Mathf_Log_m5AD7CD5F4DCE823F0D89CFFD817934769D73B2B7_inline(L_2, (2.0f), NULL);
|
|
V_1 = L_3;
|
|
float L_4 = V_1;
|
|
int32_t L_5;
|
|
L_5 = Mathf_RoundToInt_m6A6E30BA4157D69DA47F02B43108882DDD7C4A70_inline(L_4, NULL);
|
|
V_2 = L_5;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator__ctor_m4263398EB9C4D3D4C8B752C441A1D8F1044B8DF2 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___initialAtlasSize0, int32_t ___maxAtlasSize1, int32_t ___sidePadding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t G_B3_0 = 0;
|
|
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* G_B5_0 = NULL;
|
|
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* G_B4_0 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* G_B6_1 = NULL;
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___initialAtlasSize0;
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___initialAtlasSize0;
|
|
int32_t L_2 = ___maxAtlasSize1;
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0((bool)G_B3_0, NULL);
|
|
int32_t L_3 = ___initialAtlasSize0;
|
|
int32_t L_4 = ___initialAtlasSize0;
|
|
int32_t L_5;
|
|
L_5 = Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014(L_4, NULL);
|
|
Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0((bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0), NULL);
|
|
int32_t L_6 = ___maxAtlasSize1;
|
|
int32_t L_7 = ___maxAtlasSize1;
|
|
int32_t L_8;
|
|
L_8 = Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014(L_7, NULL);
|
|
Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0((bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0), NULL);
|
|
int32_t L_9 = ___sidePadding2;
|
|
__this->___m_1SidePadding_9 = L_9;
|
|
int32_t L_10 = ___sidePadding2;
|
|
__this->___m_2SidePadding_10 = ((int32_t)(L_10<<1));
|
|
int32_t L_11 = ___maxAtlasSize1;
|
|
__this->___U3CmaxAtlasSizeU3Ek__BackingField_0 = L_11;
|
|
int32_t L_12 = ___maxAtlasSize1;
|
|
__this->___U3CmaxImageWidthU3Ek__BackingField_1 = L_12;
|
|
int32_t L_13 = ___initialAtlasSize0;
|
|
int32_t L_14 = ___maxAtlasSize1;
|
|
G_B4_0 = __this;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
G_B5_0 = __this;
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___maxAtlasSize1;
|
|
int32_t L_16 = __this->___m_2SidePadding_10;
|
|
G_B6_0 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_15/4)), L_16));
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_17 = ___maxAtlasSize1;
|
|
int32_t L_18 = __this->___m_2SidePadding_10;
|
|
G_B6_0 = ((int32_t)il2cpp_codegen_add(((int32_t)(L_17/2)), L_18));
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
NullCheck(G_B6_1);
|
|
G_B6_1->___U3CmaxImageHeightU3Ek__BackingField_2 = G_B6_0;
|
|
int32_t L_19 = ___initialAtlasSize0;
|
|
UIRAtlasAllocator_set_virtualWidth_m1A09C0DFE0CB6286E057237AD67206FCBD3463BF_inline(__this, L_19, NULL);
|
|
int32_t L_20 = ___initialAtlasSize0;
|
|
UIRAtlasAllocator_set_virtualHeight_m831D3D355C0CB884C2C68FE9C0BC1C221E78AB02_inline(__this, L_20, NULL);
|
|
int32_t L_21 = ___maxAtlasSize1;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
int32_t L_22;
|
|
L_22 = UIRAtlasAllocator_GetLog2OfNextPower_m3CE1E101A08C9B3EBF3E9B4C2BA6DEC7594F4164(L_21, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
int32_t L_23 = V_0;
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_24 = (RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376*)(RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376*)SZArrayNew(RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376_il2cpp_TypeInfo_var, (uint32_t)L_23);
|
|
__this->___m_OpenRows_8 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OpenRows_8), (void*)L_24);
|
|
int32_t L_25 = ___initialAtlasSize0;
|
|
int32_t L_26 = ___initialAtlasSize0;
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&V_1), 0, 0, L_25, L_26, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_27 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_28;
|
|
L_28 = AreaNode_Acquire_m59E770B3DCCA26631D5DE5927B7DA0FCCE4FD35B(L_27, NULL);
|
|
__this->___m_FirstUnpartitionedArea_7 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstUnpartitionedArea_7), (void*)L_28);
|
|
UIRAtlasAllocator_BuildAreas_m151440421E24FE139479C78B9FD2F2FF26A83FB5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::TryAllocate(System.Int32,System.Int32,UnityEngine.RectInt&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_TryAllocate_m4DE2C4C9761F6C736122F59AA11BA6E29021E187 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___width0, int32_t ___height1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* ___location2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_10 = NULL;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 L_0;
|
|
L_0 = ProfilerMarker_Auto_m133FA724EB95D16187B37D2C8A501D7E989B1F8D_inline((&((UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_StaticFields*)il2cpp_codegen_static_fields_for(UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var))->___s_MarkerTryAllocate_11), NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_018c:
|
|
{// begin finally (depth: 1)
|
|
AutoScope_Dispose_mED763F3F51261EF8FB79DB32CD06E0A3F6C40481_inline((&V_0), NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_1 = ___location2;
|
|
il2cpp_codegen_initobj(L_1, sizeof(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8));
|
|
bool L_2;
|
|
L_2 = UIRAtlasAllocator_get_disposed_m2FBF3BA38EEECF3A77B72B0FF55D5E1ACF2BF2CF_inline(__this, NULL);
|
|
V_4 = L_2;
|
|
bool L_3 = V_4;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
int32_t L_4 = ___width0;
|
|
if ((((int32_t)L_4) < ((int32_t)1)))
|
|
{
|
|
goto IL_0032_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___height1;
|
|
G_B6_0 = ((((int32_t)L_5) < ((int32_t)1))? 1 : 0);
|
|
goto IL_0033_1;
|
|
}
|
|
|
|
IL_0032_1:
|
|
{
|
|
G_B6_0 = 1;
|
|
}
|
|
|
|
IL_0033_1:
|
|
{
|
|
V_6 = (bool)G_B6_0;
|
|
bool L_6 = V_6;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0041_1;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_0041_1:
|
|
{
|
|
int32_t L_7 = ___width0;
|
|
int32_t L_8;
|
|
L_8 = UIRAtlasAllocator_get_maxImageWidth_m98C5EFFE3F97C97D3D7F64AFB436B2C892668983_inline(__this, NULL);
|
|
if ((((int32_t)L_7) > ((int32_t)L_8)))
|
|
{
|
|
goto IL_0055_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___height1;
|
|
int32_t L_10;
|
|
L_10 = UIRAtlasAllocator_get_maxImageHeight_m62CA00B41DB4F2BBE53525CEB85C83E64272BE59_inline(__this, NULL);
|
|
G_B11_0 = ((((int32_t)L_9) > ((int32_t)L_10))? 1 : 0);
|
|
goto IL_0056_1;
|
|
}
|
|
|
|
IL_0055_1:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_0056_1:
|
|
{
|
|
V_7 = (bool)G_B11_0;
|
|
bool L_11 = V_7;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0064_1;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_0064_1:
|
|
{
|
|
int32_t L_12 = ___height1;
|
|
int32_t L_13 = __this->___m_2SidePadding_10;
|
|
int32_t L_14;
|
|
L_14 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(((int32_t)il2cpp_codegen_subtract(L_12, L_13)), 1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
int32_t L_15;
|
|
L_15 = UIRAtlasAllocator_GetLog2OfNextPower_m3CE1E101A08C9B3EBF3E9B4C2BA6DEC7594F4164(L_14, NULL);
|
|
V_1 = L_15;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = __this->___m_2SidePadding_10;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)(1<<((int32_t)(L_16&((int32_t)31))))), L_17));
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_18 = __this->___m_OpenRows_8;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_3 = L_21;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00a4_1;
|
|
}
|
|
}
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_23 = V_3;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = Row_get_width_m901181A1C173876A7480F974045FC21B5B0FD1BE_inline(L_23, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_25 = V_3;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = L_25->___Cursor_5;
|
|
int32_t L_27 = ___width0;
|
|
G_B16_0 = ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_24, L_26))) < ((int32_t)L_27))? 1 : 0);
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_00a4_1:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_00a5_1:
|
|
{
|
|
V_8 = (bool)G_B16_0;
|
|
bool L_28 = V_8;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ad_1;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)NULL;
|
|
}
|
|
|
|
IL_00ad_1:
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_29 = V_3;
|
|
V_9 = (bool)((((RuntimeObject*)(Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)L_29) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_30 = V_9;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0108_1;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_31 = __this->___m_FirstUnpartitionedArea_7;
|
|
V_10 = L_31;
|
|
goto IL_00ea_1;
|
|
}
|
|
|
|
IL_00c2_1:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_32 = V_10;
|
|
int32_t L_33 = V_1;
|
|
int32_t L_34 = V_2;
|
|
int32_t L_35 = ___width0;
|
|
bool L_36;
|
|
L_36 = UIRAtlasAllocator_TryPartitionArea_m3BA589A0EF3AFD40F8065EB0007E4B5DF7D0374B(__this, L_32, L_33, L_34, L_35, NULL);
|
|
V_11 = L_36;
|
|
bool L_37 = V_11;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00e0_1;
|
|
}
|
|
}
|
|
{
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_38 = __this->___m_OpenRows_8;
|
|
int32_t L_39 = V_1;
|
|
NullCheck(L_38);
|
|
int32_t L_40 = L_39;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
V_3 = L_41;
|
|
goto IL_00f5_1;
|
|
}
|
|
|
|
IL_00e0_1:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_42 = V_10;
|
|
NullCheck(L_42);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_43 = L_42->___next_3;
|
|
V_10 = L_43;
|
|
}
|
|
|
|
IL_00ea_1:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_44 = V_10;
|
|
V_12 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_44) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_45 = V_12;
|
|
if (L_45)
|
|
{
|
|
goto IL_00c2_1;
|
|
}
|
|
}
|
|
|
|
IL_00f5_1:
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_46 = V_3;
|
|
V_13 = (bool)((((RuntimeObject*)(Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)L_46) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_47 = V_13;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_019b;
|
|
}
|
|
|
|
IL_0107_1:
|
|
{
|
|
}
|
|
|
|
IL_0108_1:
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_48 = ___location2;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_49 = V_3;
|
|
NullCheck(L_49);
|
|
int32_t L_50;
|
|
L_50 = Row_get_offsetX_mD6014EC168B23F7BA0A36334B453CB1D3880AB6B_inline(L_49, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_51 = V_3;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = L_51->___Cursor_5;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_53 = V_3;
|
|
NullCheck(L_53);
|
|
int32_t L_54;
|
|
L_54 = Row_get_offsetY_mD4811B2692022921D4961E1527A444DCE00CBDCD_inline(L_53, NULL);
|
|
int32_t L_55 = ___width0;
|
|
int32_t L_56 = ___height1;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_57;
|
|
memset((&L_57), 0, sizeof(L_57));
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&L_57), ((int32_t)il2cpp_codegen_add(L_50, L_52)), L_54, L_55, L_56, /*hidden argument*/NULL);
|
|
*(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)L_48 = L_57;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_58 = V_3;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_59 = L_58;
|
|
NullCheck(L_59);
|
|
int32_t L_60 = L_59->___Cursor_5;
|
|
int32_t L_61 = ___width0;
|
|
NullCheck(L_59);
|
|
L_59->___Cursor_5 = ((int32_t)il2cpp_codegen_add(L_60, L_61));
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_62 = V_3;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = L_62->___Cursor_5;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_64 = V_3;
|
|
NullCheck(L_64);
|
|
int32_t L_65;
|
|
L_65 = Row_get_width_m901181A1C173876A7480F974045FC21B5B0FD1BE_inline(L_64, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_IsTrue_m34B8FFDACB5799F12CBAA200C8AB844AF98B4DD0((bool)((((int32_t)((((int32_t)L_63) > ((int32_t)L_65))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_66;
|
|
L_66 = UIRAtlasAllocator_get_physicalWidth_m0B06147154436A555CEABB9C9EB319D7D33A5398_inline(__this, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_67 = ___location2;
|
|
int32_t L_68;
|
|
L_68 = RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0(L_67, NULL);
|
|
int32_t L_69;
|
|
L_69 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_66, L_68, NULL);
|
|
int32_t L_70;
|
|
L_70 = Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014(L_69, NULL);
|
|
UIRAtlasAllocator_set_physicalWidth_m4C7291D8F1695ED2B7F0DFB6BBCED5DD28F2DA14_inline(__this, L_70, NULL);
|
|
int32_t L_71;
|
|
L_71 = UIRAtlasAllocator_get_physicalHeight_m736C92B2C509CE66BAFFBA87110103BBC72DBD88_inline(__this, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_72 = ___location2;
|
|
int32_t L_73;
|
|
L_73 = RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44(L_72, NULL);
|
|
int32_t L_74;
|
|
L_74 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_71, L_73, NULL);
|
|
int32_t L_75;
|
|
L_75 = Mathf_NextPowerOfTwo_m25B17CBCFB02762842BE3725618DD97C7C4B1014(L_74, NULL);
|
|
UIRAtlasAllocator_set_physicalHeight_mA8F88788580E631B79B9F4AAE2B6D339C3FB9A7D_inline(__this, L_75, NULL);
|
|
V_5 = (bool)1;
|
|
goto IL_019b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
bool L_76 = V_5;
|
|
return L_76;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRAtlasAllocator::TryPartitionArea(UnityEngine.UIElements.UIRAtlasAllocator/AreaNode,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_TryPartitionArea_m3BA589A0EF3AFD40F8065EB0007E4B5DF7D0374B (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___areaNode0, int32_t ___rowIndex1, int32_t ___rowHeight2, int32_t ___minWidth3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_0 = ___areaNode0;
|
|
NullCheck(L_0);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_1 = L_0->___rect_1;
|
|
V_0 = L_1;
|
|
int32_t L_2;
|
|
L_2 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_0), NULL);
|
|
int32_t L_3 = ___rowHeight2;
|
|
if ((((int32_t)L_2) < ((int32_t)L_3)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_0), NULL);
|
|
int32_t L_5 = ___minWidth3;
|
|
G_B3_0 = ((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_7 = __this->___m_OpenRows_8;
|
|
int32_t L_8 = ___rowIndex1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_1 = L_10;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_11 = V_1;
|
|
V_4 = (bool)((!(((RuntimeObject*)(Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Row_Release_m9ED93BE8B18C15CC43853BECCFA161D7D06FD4F7(L_13, NULL);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_14;
|
|
L_14 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA((&V_0), NULL);
|
|
int32_t L_15;
|
|
L_15 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878((&V_0), NULL);
|
|
int32_t L_16;
|
|
L_16 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_0), NULL);
|
|
int32_t L_17 = ___rowHeight2;
|
|
il2cpp_codegen_runtime_class_init_inline(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_18;
|
|
L_18 = Row_Acquire_m5A80017F9D5D4D381940C0C9F44DDE83612542B8(L_14, L_15, L_16, L_17, NULL);
|
|
V_1 = L_18;
|
|
RowU5BU5D_t325BC67027D8D4C3AB8E0375B85F72BEB5ADA376* L_19 = __this->___m_OpenRows_8;
|
|
int32_t L_20 = ___rowIndex1;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_21 = V_1;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_21);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_20), (Row_t13B978986DAB62CA9755501639C69AE85BB5D688*)L_21);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_22 = (&V_0);
|
|
int32_t L_23;
|
|
L_23 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878(L_22, NULL);
|
|
int32_t L_24 = ___rowHeight2;
|
|
RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D(L_22, ((int32_t)il2cpp_codegen_add(L_23, L_24)), NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_25 = (&V_0);
|
|
int32_t L_26;
|
|
L_26 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C(L_25, NULL);
|
|
int32_t L_27 = ___rowHeight2;
|
|
RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6(L_25, ((int32_t)il2cpp_codegen_subtract(L_26, L_27)), NULL);
|
|
int32_t L_28;
|
|
L_28 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_0), NULL);
|
|
V_5 = (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0);
|
|
bool L_29 = V_5;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_30 = ___areaNode0;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_31 = __this->___m_FirstUnpartitionedArea_7;
|
|
V_6 = (bool)((((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_30) == ((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_31))? 1 : 0);
|
|
bool L_32 = V_6;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_33 = ___areaNode0;
|
|
NullCheck(L_33);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_34 = L_33->___next_3;
|
|
__this->___m_FirstUnpartitionedArea_7 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstUnpartitionedArea_7), (void*)L_34);
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_35 = ___areaNode0;
|
|
NullCheck(L_35);
|
|
AreaNode_RemoveFromChain_m074D5A07E01A0A42226CA8F316FE02DFD2B93056(L_35, NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_36 = ___areaNode0;
|
|
NullCheck(L_36);
|
|
AreaNode_Release_m6176D0D6B3A9ED7EE22CD24F045F1497C2707B49(L_36, NULL);
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_37 = ___areaNode0;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_38 = V_0;
|
|
NullCheck(L_37);
|
|
L_37->___rect_1 = L_38;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
V_3 = (bool)1;
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
bool L_39 = V_3;
|
|
return L_39;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::BuildAreas()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator_BuildAreas_m151440421E24FE139479C78B9FD2F2FF26A83FB5 (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_0 = NULL;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_0 = __this->___m_FirstUnpartitionedArea_7;
|
|
V_0 = L_0;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1;
|
|
L_1 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
int32_t L_2;
|
|
L_2 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
V_3 = (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
int32_t L_5;
|
|
L_5 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
int32_t L_6;
|
|
L_6 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&V_1), 0, L_4, L_5, L_6, NULL);
|
|
int32_t L_7;
|
|
L_7 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
UIRAtlasAllocator_set_virtualHeight_m831D3D355C0CB884C2C68FE9C0BC1C221E78AB02_inline(__this, ((int32_t)il2cpp_codegen_multiply(L_7, 2)), NULL);
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int32_t L_8;
|
|
L_8 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
int32_t L_9;
|
|
L_9 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
int32_t L_10;
|
|
L_10 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&V_1), L_8, 0, L_9, L_10, NULL);
|
|
int32_t L_11;
|
|
L_11 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
UIRAtlasAllocator_set_virtualWidth_m1A09C0DFE0CB6286E057237AD67206FCBD3463BF_inline(__this, ((int32_t)il2cpp_codegen_multiply(L_11, 2)), NULL);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_12 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_13;
|
|
L_13 = AreaNode_Acquire_m59E770B3DCCA26631D5DE5927B7DA0FCCE4FD35B(L_12, NULL);
|
|
V_2 = L_13;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_14 = V_2;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_15 = V_0;
|
|
NullCheck(L_14);
|
|
AreaNode_AddAfter_m3DDC87323AA5C564B0B7366B7DE737416C0E05F3(L_14, L_15, NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_16 = V_2;
|
|
V_0 = L_16;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
int32_t L_17;
|
|
L_17 = UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline(__this, NULL);
|
|
int32_t L_18;
|
|
L_18 = UIRAtlasAllocator_get_maxAtlasSize_m0D9EC72001157BE34A8D22C7A494A4E2EFC4C074_inline(__this, NULL);
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19;
|
|
L_19 = UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline(__this, NULL);
|
|
int32_t L_20;
|
|
L_20 = UIRAtlasAllocator_get_maxAtlasSize_m0D9EC72001157BE34A8D22C7A494A4E2EFC4C074_inline(__this, NULL);
|
|
G_B8_0 = ((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
bool L_21 = V_4;
|
|
if (L_21)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRAtlasAllocator__cctor_mD0A2302C07C55F7C2536C5586AE6F992C6459E77 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55CEDD70255BD96135EDEBDEFF00C50BD62F7FF3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral55CEDD70255BD96135EDEBDEFF00C50BD62F7FF3, /*hidden argument*/NULL);
|
|
((UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_StaticFields*)il2cpp_codegen_static_fields_for(UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7_il2cpp_TypeInfo_var))->___s_MarkerTryAllocate_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_offsetX()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Row_get_offsetX_mD6014EC168B23F7BA0A36334B453CB1D3880AB6B (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoffsetXU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_offsetX(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_set_offsetX_mAAB99180D84C46872C3BDEDBAD98D8F826C5A3FB (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CoffsetXU3Ek__BackingField_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_offsetY()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Row_get_offsetY_mD4811B2692022921D4961E1527A444DCE00CBDCD (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoffsetYU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_offsetY(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_set_offsetY_m7D7D781D609D50ED0F3848A10DB2251574E42882 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CoffsetYU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRAtlasAllocator/Row::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Row_get_width_m901181A1C173876A7480F974045FC21B5B0FD1BE (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CwidthU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_width(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_set_width_mE0674A51301742A22B7110490E5BFE5D10486761 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CwidthU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::set_height(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_set_height_mF68966671036BF79C79119EB740A1B0C477A2FA2 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CheightU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/Row UnityEngine.UIElements.UIRAtlasAllocator/Row::Acquire(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t13B978986DAB62CA9755501639C69AE85BB5D688* Row_Acquire_m5A80017F9D5D4D381940C0C9F44DDE83612542B8 (int32_t ___offsetX0, int32_t ___offsetY1, int32_t ___width2, int32_t ___height3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m9F4E02C21E4DBF326E10D22C3C4EF3D381A2F716_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* V_0 = NULL;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* L_0 = ((Row_t13B978986DAB62CA9755501639C69AE85BB5D688_StaticFields*)il2cpp_codegen_static_fields_for(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_0);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_1;
|
|
L_1 = ObjectPool_1_Get_m9F4E02C21E4DBF326E10D22C3C4EF3D381A2F716(L_0, ObjectPool_1_Get_m9F4E02C21E4DBF326E10D22C3C4EF3D381A2F716_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_2 = V_0;
|
|
int32_t L_3 = ___offsetX0;
|
|
NullCheck(L_2);
|
|
Row_set_offsetX_mAAB99180D84C46872C3BDEDBAD98D8F826C5A3FB_inline(L_2, L_3, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_4 = V_0;
|
|
int32_t L_5 = ___offsetY1;
|
|
NullCheck(L_4);
|
|
Row_set_offsetY_m7D7D781D609D50ED0F3848A10DB2251574E42882_inline(L_4, L_5, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_6 = V_0;
|
|
int32_t L_7 = ___width2;
|
|
NullCheck(L_6);
|
|
Row_set_width_mE0674A51301742A22B7110490E5BFE5D10486761_inline(L_6, L_7, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_8 = V_0;
|
|
int32_t L_9 = ___height3;
|
|
NullCheck(L_8);
|
|
Row_set_height_mF68966671036BF79C79119EB740A1B0C477A2FA2_inline(L_8, L_9, NULL);
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
L_10->___Cursor_5 = 0;
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_11 = V_0;
|
|
V_1 = L_11;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Row_t13B978986DAB62CA9755501639C69AE85BB5D688* L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::Release()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row_Release_m9ED93BE8B18C15CC43853BECCFA161D7D06FD4F7 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mDA7A72B1D56BE0420A31694C49EE8A15F774935C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* L_0 = ((Row_t13B978986DAB62CA9755501639C69AE85BB5D688_StaticFields*)il2cpp_codegen_static_fields_for(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_0);
|
|
ObjectPool_1_Release_mDA7A72B1D56BE0420A31694C49EE8A15F774935C(L_0, __this, ObjectPool_1_Release_mDA7A72B1D56BE0420A31694C49EE8A15F774935C_RuntimeMethod_var);
|
|
Row_set_offsetX_mAAB99180D84C46872C3BDEDBAD98D8F826C5A3FB_inline(__this, (-1), NULL);
|
|
Row_set_offsetY_m7D7D781D609D50ED0F3848A10DB2251574E42882_inline(__this, (-1), NULL);
|
|
Row_set_width_mE0674A51301742A22B7110490E5BFE5D10486761_inline(__this, (-1), NULL);
|
|
Row_set_height_mF68966671036BF79C79119EB740A1B0C477A2FA2_inline(__this, (-1), NULL);
|
|
__this->___Cursor_5 = (-1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row__ctor_m3141396D97B4D2A05EE68E4215434B159F998615 (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/Row::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row__cctor_mF3AA409E006749A78590E628B8FB90EBA5688710 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1__ctor_m93C0AD972026A8C6B1DB42587A58D3A33F9BCE02_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E* L_0 = (ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E*)il2cpp_codegen_object_new(ObjectPool_1_t9E9A27DAFB110215BABA197C4574E945FA5CFC2E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ObjectPool_1__ctor_m93C0AD972026A8C6B1DB42587A58D3A33F9BCE02(L_0, ((int32_t)100), ObjectPool_1__ctor_m93C0AD972026A8C6B1DB42587A58D3A33F9BCE02_RuntimeMethod_var);
|
|
((Row_t13B978986DAB62CA9755501639C69AE85BB5D688_StaticFields*)il2cpp_codegen_static_fields_for(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var))->___s_Pool_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Row_t13B978986DAB62CA9755501639C69AE85BB5D688_StaticFields*)il2cpp_codegen_static_fields_for(Row_t13B978986DAB62CA9755501639C69AE85BB5D688_il2cpp_TypeInfo_var))->___s_Pool_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.UIRAtlasAllocator/AreaNode UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::Acquire(UnityEngine.RectInt)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* AreaNode_Acquire_m59E770B3DCCA26631D5DE5927B7DA0FCCE4FD35B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m65DB4C32F1FD5F850AB0BA920EE030C46F038666_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_0 = NULL;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* V_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* L_0 = ((AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_StaticFields*)il2cpp_codegen_static_fields_for(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_0);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_1;
|
|
L_1 = ObjectPool_1_Get_m65DB4C32F1FD5F850AB0BA920EE030C46F038666(L_0, ObjectPool_1_Get_m65DB4C32F1FD5F850AB0BA920EE030C46F038666_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_2 = V_0;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_3 = ___rect0;
|
|
NullCheck(L_2);
|
|
L_2->___rect_1 = L_3;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
L_4->___previous_2 = (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___previous_2), (void*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
L_5->___next_3 = (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___next_3), (void*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_6 = V_0;
|
|
V_1 = L_6;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::Release()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_Release_m6176D0D6B3A9ED7EE22CD24F045F1497C2707B49 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_mD6C613104651E2ACF8AE657D46C9119B43DEFBFF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* L_0 = ((AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_StaticFields*)il2cpp_codegen_static_fields_for(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var))->___s_Pool_0;
|
|
NullCheck(L_0);
|
|
ObjectPool_1_Release_mD6C613104651E2ACF8AE657D46C9119B43DEFBFF(L_0, __this, ObjectPool_1_Release_mD6C613104651E2ACF8AE657D46C9119B43DEFBFF_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::RemoveFromChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_RemoveFromChain_m074D5A07E01A0A42226CA8F316FE02DFD2B93056 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_0 = __this->___previous_2;
|
|
V_0 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_2 = __this->___previous_2;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_3 = __this->___next_3;
|
|
NullCheck(L_2);
|
|
L_2->___next_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___next_3), (void*)L_3);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_4 = __this->___next_3;
|
|
V_1 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_6 = __this->___next_3;
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_7 = __this->___previous_2;
|
|
NullCheck(L_6);
|
|
L_6->___previous_2 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___previous_2), (void*)L_7);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
__this->___previous_2 = (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___previous_2), (void*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL);
|
|
__this->___next_3 = (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_3), (void*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::AddAfter(UnityEngine.UIElements.UIRAtlasAllocator/AreaNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode_AddAfter_m3DDC87323AA5C564B0B7366B7DE737416C0E05F3 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* ___previous0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_0 = __this->___previous_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Assert_tDC16963451AC4364803739B73A4477ADCB365863_il2cpp_TypeInfo_var);
|
|
Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22(L_0, Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22_RuntimeMethod_var);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_1 = __this->___next_3;
|
|
Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22(L_1, Assert_IsNull_TisAreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_m468E95BE6C1E417E7D232A867A25CF99F7145A22_RuntimeMethod_var);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_2 = ___previous0;
|
|
__this->___previous_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___previous_2), (void*)L_2);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_3 = ___previous0;
|
|
V_0 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_5 = ___previous0;
|
|
NullCheck(L_5);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_6 = L_5->___next_3;
|
|
__this->___next_3 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_3), (void*)L_6);
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_7 = ___previous0;
|
|
NullCheck(L_7);
|
|
L_7->___next_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___next_3), (void*)__this);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_8 = __this->___next_3;
|
|
V_1 = (bool)((!(((RuntimeObject*)(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* L_10 = __this->___next_3;
|
|
NullCheck(L_10);
|
|
L_10->___previous_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___previous_2), (void*)__this);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode__ctor_m28DC8C6F4CAFDC85DA9CFF7C6B12D1FCA24BF289 (AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRAtlasAllocator/AreaNode::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AreaNode__cctor_mDA78BE0729EA904783BFC0E57476F41A0089E796 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1__ctor_m6C99722C110E1E209D5AA11944A7DFBD81CCDD00_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5* L_0 = (ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5*)il2cpp_codegen_object_new(ObjectPool_1_t2EA8EA990CF6240AA6CD7BD64D68DE9F9EEDD3E5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ObjectPool_1__ctor_m6C99722C110E1E209D5AA11944A7DFBD81CCDD00(L_0, ((int32_t)100), ObjectPool_1__ctor_m6C99722C110E1E209D5AA11944A7DFBD81CCDD00_RuntimeMethod_var);
|
|
((AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_StaticFields*)il2cpp_codegen_static_fields_for(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var))->___s_Pool_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_StaticFields*)il2cpp_codegen_static_fields_for(AreaNode_tB9A4250EFEA8C60BEDFFDA3E78F20EA6DE77DA7D_il2cpp_TypeInfo_var))->___s_Pool_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.DynamicAtlasPage::get_textureId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 DynamicAtlasPage_get_textureId_m30935825112616DB6923F11DF1D17DF0935A15F9 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = __this->___U3CtextureIdU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_textureId(UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_textureId_mB2741070A9CFB969EC3E5A6BFA1943693A10C8D8 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___value0;
|
|
__this->___U3CtextureIdU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.DynamicAtlasPage::get_atlas()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CatlasU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_atlas(UnityEngine.RenderTexture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0;
|
|
__this->___U3CatlasU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.RenderTextureFormat UnityEngine.UIElements.DynamicAtlasPage::get_format()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_format_m4BED19AF26F176684D56FDB1AB9722F5E0A7D2A9 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CformatU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.FilterMode UnityEngine.UIElements.DynamicAtlasPage::get_filterMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_filterMode_m28AE47F92FA090A14F0CF51A81A5E3DE1AA4799B (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CfilterModeU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::.ctor(UnityEngine.RenderTextureFormat,UnityEngine.FilterMode,UnityEngine.Vector2Int,UnityEngine.Vector2Int)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage__ctor_m3BAA4BE26081450536743AE4CC4498FB6FE22D3B (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, int32_t ___format0, int32_t ___filterMode1, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___minSize2, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___maxSize3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_1Padding_6 = 1;
|
|
__this->___m_2Padding_7 = 2;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0;
|
|
L_0 = TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline(NULL);
|
|
NullCheck(L_0);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1;
|
|
L_1 = TextureRegistry_AllocAndAcquireDynamic_m2312E5AFDC5B5CCAE30B22B5388E2EEDB0C6A3CE(L_0, NULL);
|
|
DynamicAtlasPage_set_textureId_mB2741070A9CFB969EC3E5A6BFA1943693A10C8D8_inline(__this, L_1, NULL);
|
|
int32_t L_2 = ___format0;
|
|
__this->___U3CformatU3Ek__BackingField_2 = L_2;
|
|
int32_t L_3 = ___filterMode1;
|
|
__this->___U3CfilterModeU3Ek__BackingField_3 = L_3;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4 = ___minSize2;
|
|
__this->___U3CminSizeU3Ek__BackingField_4 = L_4;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5 = ___maxSize3;
|
|
__this->___U3CmaxSizeU3Ek__BackingField_5 = L_5;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6 = ___minSize2;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_7 = ___maxSize3;
|
|
int32_t L_8 = __this->___m_2Padding_7;
|
|
Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* L_9 = (Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157*)il2cpp_codegen_object_new(Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Allocator2D__ctor_mF447F3CFE8488ADC58D611C98A44CFC88B5CBEF3(L_9, L_6, L_7, L_8, NULL);
|
|
__this->___m_Allocator_8 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Allocator_8), (void*)L_9);
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_10 = (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7*)il2cpp_codegen_object_new(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
TextureBlitter__ctor_mD79919BDF48AF5D515F1C764FCD22BAC796BD035(L_10, ((int32_t)64), NULL);
|
|
__this->___m_Blitter_9 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Blitter_9), (void*)L_10);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.DynamicAtlasPage::get_disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::set_disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_disposed_m132FC74969862D6E75B7D878BB4B5D1A67C5AA4B (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Dispose_mC01E9B75EAA2C014DEED94C48124EF9373C866F4 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.DynamicAtlasPage::Dispose(System.Boolean) */, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Dispose_m637B45A324996566537CADDD3FE4BD4015E4F44E (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_2 = ___disposing0;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4;
|
|
L_4 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_5;
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_7;
|
|
L_7 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_7, NULL);
|
|
DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2_inline(__this, (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL, NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* L_8 = __this->___m_Allocator_8;
|
|
V_3 = (bool)((!(((RuntimeObject*)(Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_Allocator_8 = (Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Allocator_8), (void*)(Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157*)NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_10 = __this->___m_Blitter_9;
|
|
V_4 = (bool)((!(((RuntimeObject*)(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_11 = V_4;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_12 = __this->___m_Blitter_9;
|
|
NullCheck(L_12);
|
|
TextureBlitter_Dispose_m29FEFB901C826EABA7FDC30FD4A03EC1E2C0D72C(L_12, NULL);
|
|
__this->___m_Blitter_9 = (TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Blitter_9), (void*)(TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7*)NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_13;
|
|
L_13 = DynamicAtlasPage_get_textureId_m30935825112616DB6923F11DF1D17DF0935A15F9_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_14 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
|
|
bool L_15;
|
|
L_15 = TextureId_op_Inequality_m74961070290D3358A075380639AECCBF0F2FDFD0_inline(L_13, L_14, NULL);
|
|
V_5 = L_15;
|
|
bool L_16 = V_5;
|
|
if (!L_16)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_17;
|
|
L_17 = TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline(NULL);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_18;
|
|
L_18 = DynamicAtlasPage_get_textureId_m30935825112616DB6923F11DF1D17DF0935A15F9_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B(L_17, L_18, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_19 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
|
|
DynamicAtlasPage_set_textureId_mB2741070A9CFB969EC3E5A6BFA1943693A10C8D8_inline(__this, L_19, NULL);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
DynamicAtlasPage_set_disposed_m132FC74969862D6E75B7D878BB4B5D1A67C5AA4B_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.DynamicAtlasPage::TryAdd(UnityEngine.Texture2D,UnityEngine.UIElements.UIR.Allocator2D/Alloc2D&,UnityEngine.RectInt&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicAtlasPage_TryAdd_m4796FCE0BB2555006F9C9360D3A80842D0DFC0CC (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___image0, Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* ___alloc1, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* ___rect2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_2 = ___alloc1;
|
|
il2cpp_codegen_initobj(L_2, sizeof(Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E));
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_3 = ___rect2;
|
|
il2cpp_codegen_initobj(L_3, sizeof(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8));
|
|
V_1 = (bool)0;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* L_4 = __this->___m_Allocator_8;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = ___image0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_5);
|
|
int32_t L_7 = __this->___m_2Padding_7;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_8 = ___image0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_8);
|
|
int32_t L_10 = __this->___m_2Padding_7;
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_11 = ___alloc1;
|
|
NullCheck(L_4);
|
|
bool L_12;
|
|
L_12 = Allocator2D_TryAllocate_m3362F136C536996E5725228F8E4C9DD0560C0620(L_4, ((int32_t)il2cpp_codegen_add(L_6, L_7)), ((int32_t)il2cpp_codegen_add(L_9, L_10)), L_11, NULL);
|
|
V_2 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
|
|
bool L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_14 = ___rect2;
|
|
il2cpp_codegen_initobj(L_14, sizeof(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8));
|
|
V_1 = (bool)0;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_15 = (&__this->___m_CurrentSize_10);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_16 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_17;
|
|
L_17 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_16, NULL);
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_18 = ___alloc1;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_19 = (&L_18->___rect_0);
|
|
int32_t L_20;
|
|
L_20 = RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0(L_19, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
int32_t L_21;
|
|
L_21 = UIRUtility_GetNextPow2_m13EF6BE5EA11A47337CE72CE5722D35436A93EBD(L_20, NULL);
|
|
int32_t L_22;
|
|
L_22 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_17, L_21, NULL);
|
|
Vector2Int_set_x_m291ECF246536852F0B8EE049C4A3768E4999CDC8_inline(L_15, L_22, NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_23 = (&__this->___m_CurrentSize_10);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_24 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_25;
|
|
L_25 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_24, NULL);
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_26 = ___alloc1;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_27 = (&L_26->___rect_0);
|
|
int32_t L_28;
|
|
L_28 = RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44(L_27, NULL);
|
|
int32_t L_29;
|
|
L_29 = UIRUtility_GetNextPow2_m13EF6BE5EA11A47337CE72CE5722D35436A93EBD(L_28, NULL);
|
|
int32_t L_30;
|
|
L_30 = Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline(L_25, L_29, NULL);
|
|
Vector2Int_set_y_mF81881204EEE272BA409728C7EBFDE3A979DDF6A_inline(L_23, L_30, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_31 = ___rect2;
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_32 = ___alloc1;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_33 = (&L_32->___rect_0);
|
|
int32_t L_34;
|
|
L_34 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B(L_33, NULL);
|
|
int32_t L_35 = __this->___m_1Padding_6;
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E* L_36 = ___alloc1;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_37 = (&L_36->___rect_0);
|
|
int32_t L_38;
|
|
L_38 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B(L_37, NULL);
|
|
int32_t L_39 = __this->___m_1Padding_6;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_40 = ___image0;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_40);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_42 = ___image0;
|
|
NullCheck(L_42);
|
|
int32_t L_43;
|
|
L_43 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_42);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_44;
|
|
memset((&L_44), 0, sizeof(L_44));
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&L_44), ((int32_t)il2cpp_codegen_add(L_34, L_35)), ((int32_t)il2cpp_codegen_add(L_38, L_39)), L_41, L_43, /*hidden argument*/NULL);
|
|
*(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)L_31 = L_44;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_45 = ___image0;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_46 = ___rect2;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_47 = (*(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)L_46);
|
|
DynamicAtlasPage_Update_m2815FC7C4531EB9A7E99FC7729F045F861FAFFB1(__this, L_45, L_47, NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
bool L_48 = V_1;
|
|
return L_48;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Update(UnityEngine.Texture2D,UnityEngine.RectInt)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Update_m2815FC7C4531EB9A7E99FC7729F045F861FAFFB1 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___image0, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___rect1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2 = ___image0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&___rect1), NULL);
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5;
|
|
L_5 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&___rect1), NULL);
|
|
G_B6_0 = ((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B6_0, NULL);
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_6 = __this->___m_Blitter_9;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ___image0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_8 = ___image0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_8);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_10 = ___image0;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_10);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&L_12), 0, 0, L_9, L_11, /*hidden argument*/NULL);
|
|
int32_t L_13;
|
|
L_13 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA((&___rect1), NULL);
|
|
int32_t L_14;
|
|
L_14 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878((&___rect1), NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_15), L_13, L_14, /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
NullCheck(L_6);
|
|
TextureBlitter_QueueBlit_mFF3675087045B052103F691186186D3F42F46A01(L_6, L_7, L_12, L_15, (bool)1, L_16, NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Remove(UnityEngine.UIElements.UIR.Allocator2D/Alloc2D)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Remove_m21D849201A37CC46047634A4D68993B7A8CDE876 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E ___alloc0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_2 = (&(&___alloc0)->___rect_0);
|
|
int32_t L_3;
|
|
L_3 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7(L_2, NULL);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_4 = (&(&___alloc0)->___rect_0);
|
|
int32_t L_5;
|
|
L_5 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C(L_4, NULL);
|
|
G_B5_0 = ((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B5_0, NULL);
|
|
Allocator2D_t5B53CF899C3FABD99F29602424924ACAB9E2A157* L_6 = __this->___m_Allocator_8;
|
|
Alloc2D_tB9971776E3506C8F38C7F3C66690F9AC0322542E L_7 = ___alloc0;
|
|
NullCheck(L_6);
|
|
Allocator2D_Free_m8F67C78992C9E83DA965F0C456A0DA7757ABBA89(L_6, L_7, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::Commit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_Commit_mE88146B57DC5ECEA489E24504F0476A9F8DAE887 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_mECBEF6E68E7B4AF2DB570B7BC7CD79B00A374BCF(__this, NULL);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
DynamicAtlasPage_UpdateAtlasTexture_m3BB899F374D7EA8DF5F13CFEA5894E6224F92E05(__this, NULL);
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_2 = __this->___m_Blitter_9;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_3;
|
|
L_3 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
TextureBlitter_Commit_mAB0D92623C9AEA7B1439EB1613D9A1DA62A2465F(L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.DynamicAtlasPage::UpdateAtlasTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicAtlasPage_UpdateAtlasTexture_m3BB899F374D7EA8DF5F13CFEA5894E6224F92E05 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37A04F65B66CB70559972D84AB383B0409B80401);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0;
|
|
L_0 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_3;
|
|
L_3 = DynamicAtlasPage_CreateAtlasTexture_m69635EEE2328B6C360015660C03E4ADB01DF9631(__this, NULL);
|
|
DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2_inline(__this, L_3, NULL);
|
|
goto IL_0125;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4;
|
|
L_4 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_4);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_6 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_7;
|
|
L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_6, NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8;
|
|
L_8 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_8);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_10 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_11;
|
|
L_11 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_10, NULL);
|
|
G_B5_0 = ((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13;
|
|
L_13 = DynamicAtlasPage_CreateAtlasTexture_m69635EEE2328B6C360015660C03E4ADB01DF9631(__this, NULL);
|
|
V_2 = L_13;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_3 = L_15;
|
|
bool L_16 = V_3;
|
|
if (!L_16)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_17;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19;
|
|
L_19 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_19);
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject* L_22 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_21);
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, L_22);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_22);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_18;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_24;
|
|
L_24 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_24);
|
|
int32_t L_26 = L_25;
|
|
RuntimeObject* L_27 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_27);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_27);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_23;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_29 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_30;
|
|
L_30 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_29, NULL);
|
|
int32_t L_31 = L_30;
|
|
RuntimeObject* L_32 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_31);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_32);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_32);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_33 = L_28;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_34 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_35;
|
|
L_35 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_34, NULL);
|
|
int32_t L_36 = L_35;
|
|
RuntimeObject* L_37 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_36);
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, L_37);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_37);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogErrorFormat_mA33C95EF832A60D72A7EE26074E13A86BE7E30C6(_stringLiteral37A04F65B66CB70559972D84AB383B0409B80401, L_33, NULL);
|
|
goto IL_0110;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
TextureBlitter_t8340FC58AD5F14B6A8DD133968F4C8427C79FCB7* L_38 = __this->___m_Blitter_9;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_39 = V_2;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_40;
|
|
L_40 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_41;
|
|
L_41 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_41);
|
|
int32_t L_42;
|
|
L_42 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_41);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_43;
|
|
L_43 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
NullCheck(L_43);
|
|
int32_t L_44;
|
|
L_44 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_43);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&L_45), 0, 0, L_42, L_44, /*hidden argument*/NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_46;
|
|
memset((&L_46), 0, sizeof(L_46));
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_46), 0, 0, /*hidden argument*/NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_47;
|
|
L_47 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
NullCheck(L_38);
|
|
TextureBlitter_BlitOneNow_m36B06C9C2FA624B74430BC2A89D054B3945A2185(L_38, L_39, L_40, L_45, L_46, (bool)0, L_47, NULL);
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_48;
|
|
L_48 = DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48(L_48, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_49 = V_2;
|
|
DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2_inline(__this, L_49, NULL);
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.DynamicAtlasPage::CreateAtlasTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* DynamicAtlasPage_CreateAtlasTexture_m69635EEE2328B6C360015660C03E4ADB01DF9631 (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1F73FAF57479D3FEC93A376CBC95B06DF2ADE57);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_1;
|
|
L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_2 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_3;
|
|
L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_2, NULL);
|
|
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_5 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_6;
|
|
L_6 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_5, NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_7 = (&__this->___m_CurrentSize_10);
|
|
int32_t L_8;
|
|
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_7, NULL);
|
|
int32_t L_9;
|
|
L_9 = DynamicAtlasPage_get_format_m4BED19AF26F176684D56FDB1AB9722F5E0A7D2A9_inline(__this, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
RenderTexture__ctor_m53215A8EDDE262932758186108347685F6A512C4(L_10, L_6, L_8, 0, L_9, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_11, ((int32_t)61), NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = L_11;
|
|
int32_t L_13 = ((DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_StaticFields*)il2cpp_codegen_static_fields_for(DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_il2cpp_TypeInfo_var))->___s_TextureCounter_11;
|
|
int32_t L_14 = L_13;
|
|
((DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_StaticFields*)il2cpp_codegen_static_fields_for(DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E_il2cpp_TypeInfo_var))->___s_TextureCounter_11 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
V_2 = L_14;
|
|
String_t* L_15;
|
|
L_15 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_2), NULL);
|
|
String_t* L_16;
|
|
L_16 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralF1F73FAF57479D3FEC93A376CBC95B06DF2ADE57, L_15, NULL);
|
|
NullCheck(L_12);
|
|
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_12, L_16, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_12;
|
|
int32_t L_18;
|
|
L_18 = DynamicAtlasPage_get_filterMode_m28AE47F92FA090A14F0CF51A81A5E3DE1AA4799B_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_17, L_18, NULL);
|
|
V_1 = L_17;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRLayoutUpdater::get_profilerMarker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD UIRLayoutUpdater_get_profilerMarker_m0D20CB26A4472F58DF57AA19552E749B4C16970B (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields*)il2cpp_codegen_static_fields_for(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var))->___s_ProfilerMarker_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::OnVersionChanged(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VersionChangeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater_OnVersionChanged_m866C78EC0825C2EB456C5437F1539B13F2F48FB8 (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___versionChangeType1, const RuntimeMethod* method)
|
|
{
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
int32_t L_0 = ___versionChangeType1;
|
|
V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)12)))) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___versionChangeType1;
|
|
if (!((int32_t)((int32_t)L_2&4)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline(L_3, NULL);
|
|
G_B5_0 = ((int32_t)(L_4));
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30DC9D0CEBA341F7969DFA2738E40446A9916EC8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRLayoutUpdater_OnVersionChanged_m866C78EC0825C2EB456C5437F1539B13F2F48FB8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___ve0;
|
|
NullCheck(L_7);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_8;
|
|
L_8 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_7, NULL);
|
|
V_0 = L_8;
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_9 = V_0;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = YogaNode_get_IsMeasureDefined_m14B27C81AD102F307669F55E3FDFEE7E7E61B7EC(L_10, NULL);
|
|
G_B10_0 = ((int32_t)(L_11));
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_3 = (bool)G_B10_0;
|
|
bool L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.Yoga.YogaNode::MarkDirty() */, L_13);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater_Update_m8A30E8C54A8B7313592F74B7F675DB84607CC5DD (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF71FAD7068421F91530642CBAF473FE4BEEA533C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
EventDispatcherGate_t75A9E135B6558D523DCFC5CF95B44F153A779097 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B9_0 = NULL;
|
|
String_t* G_B9_1 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B8_0 = NULL;
|
|
String_t* G_B8_1 = NULL;
|
|
String_t* G_B10_0 = NULL;
|
|
String_t* G_B10_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00c0;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_0 = V_0;
|
|
V_1 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_2;
|
|
L_2 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker0::Invoke(25 /* System.Void UnityEngine.UIElements.BaseVisualElementPanel::ApplyStyles() */, L_2);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_3);
|
|
BaseVisualElementPanel_set_duringLayoutPhase_m92B988C1605071034FEB52BA683719FFCC200AE8_inline(L_3, (bool)1, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4;
|
|
L_4 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
NullCheck(L_4);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_5;
|
|
L_5 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_4, NULL);
|
|
NullCheck(L_5);
|
|
YogaNode_CalculateLayout_mF1185A522FA0E60BA47039893A3EE3419B6F1D37(L_5, (std::numeric_limits<float>::quiet_NaN()), (std::numeric_limits<float>::quiet_NaN()), NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_6;
|
|
L_6 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_6);
|
|
BaseVisualElementPanel_set_duringLayoutPhase_m92B988C1605071034FEB52BA683719FFCC200AE8_inline(L_6, (bool)0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_7, NULL);
|
|
NullCheck(L_8);
|
|
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* L_9;
|
|
L_9 = InterfaceFuncInvoker0< EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* >::Invoke(1 /* UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.IPanel::get_dispatcher() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_8);
|
|
EventDispatcherGate__ctor_mF02241D3AB4F068E3F0493D2E407C344C66810A9((&V_2), L_9, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_007c:
|
|
{// begin finally (depth: 1)
|
|
EventDispatcherGate_Dispose_m55EF7949617C12B917FF0374D4F140F2054CE9C5((&V_2), NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
int32_t L_11 = V_0;
|
|
UIRLayoutUpdater_UpdateSubTree_mEA3BC8A2E2899983655146FC600A33CCC4E36467(__this, L_10, L_11, (bool)1, NULL);
|
|
goto IL_008b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13 = L_12;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
V_3 = (bool)((((int32_t)((((int32_t)L_13) < ((int32_t)5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15;
|
|
L_15 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = L_15;
|
|
G_B8_0 = L_16;
|
|
G_B8_1 = _stringLiteralF71FAD7068421F91530642CBAF473FE4BEEA533C;
|
|
if (L_16)
|
|
{
|
|
G_B9_0 = L_16;
|
|
G_B9_1 = _stringLiteralF71FAD7068421F91530642CBAF473FE4BEEA533C;
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
G_B10_0 = ((String_t*)(NULL));
|
|
G_B10_1 = G_B8_1;
|
|
goto IL_00b2;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
NullCheck(G_B9_0);
|
|
String_t* L_17;
|
|
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B9_0);
|
|
G_B10_0 = L_17;
|
|
G_B10_1 = G_B9_1;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
String_t* L_18;
|
|
L_18 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(G_B10_1, G_B10_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_18, NULL);
|
|
goto IL_00d9;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19;
|
|
L_19 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
NullCheck(L_19);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_20;
|
|
L_20 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_19, NULL);
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = YogaNode_get_IsDirty_m24743ABB33BC9F32F946B3FD9C5DB85F77285781(L_20, NULL);
|
|
V_4 = L_21;
|
|
bool L_22 = V_4;
|
|
if (L_22)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23;
|
|
L_23 = BaseVisualTreeUpdater_get_visualTree_m3501698625DFEAAE964C8388247645F20022C48A(__this, NULL);
|
|
NullCheck(L_23);
|
|
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* L_24;
|
|
L_24 = VirtualFuncInvoker0< FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* >::Invoke(15 /* UnityEngine.UIElements.FocusController UnityEngine.UIElements.Focusable::get_focusController() */, L_23);
|
|
NullCheck(L_24);
|
|
FocusController_ReevaluateFocus_m8FFEF3750EF9D5922B939AB7C267F9D1FACE29FE(L_24, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::UpdateSubTree(UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater_UpdateSubTree_mEA3BC8A2E2899983655146FC600A33CCC4E36467 (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___currentLayoutPass1, bool ___isDisplayed2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
int32_t V_15 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* V_20 = NULL;
|
|
bool V_21 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_1;
|
|
L_1 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = YogaNode_get_LayoutX_mEEE47120D6DB656AC643A1294AFE3CC79E93C492(L_1, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
|
|
NullCheck(L_3);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_4;
|
|
L_4 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = YogaNode_get_LayoutY_m79DCF02D705920434DCE9B534FFAAC936A268173(L_4, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
|
|
NullCheck(L_6);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_7;
|
|
L_7 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = YogaNode_get_LayoutWidth_mF68064634C5682A2C0C70DAAF6CB45C39D3F216A(L_7, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___ve0;
|
|
NullCheck(L_9);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_10;
|
|
L_10 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_9, NULL);
|
|
NullCheck(L_10);
|
|
float L_11;
|
|
L_11 = YogaNode_get_LayoutHeight_m0A56155F1B067D0127E5A38204C2F0A9BAB605BD(L_10, NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_0), L_2, L_5, L_8, L_11, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___ve0;
|
|
NullCheck(L_12);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_13;
|
|
L_13 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = YogaNode_get_LayoutPaddingLeft_m315AB18C71CFF8207E9DBC8D7538BFE0A0569421(L_13, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___ve0;
|
|
NullCheck(L_15);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_16;
|
|
L_16 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
float L_17;
|
|
L_17 = YogaNode_get_LayoutPaddingTop_m76AB547D25D8C51B5CA987BD7D8D586AF284E8D8(L_16, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___ve0;
|
|
NullCheck(L_18);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_19;
|
|
L_19 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_18, NULL);
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = YogaNode_get_LayoutWidth_mF68064634C5682A2C0C70DAAF6CB45C39D3F216A(L_19, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___ve0;
|
|
NullCheck(L_21);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_22;
|
|
L_22 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_21, NULL);
|
|
NullCheck(L_22);
|
|
float L_23;
|
|
L_23 = YogaNode_get_LayoutPaddingLeft_m315AB18C71CFF8207E9DBC8D7538BFE0A0569421(L_22, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___ve0;
|
|
NullCheck(L_24);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_25;
|
|
L_25 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_24, NULL);
|
|
NullCheck(L_25);
|
|
float L_26;
|
|
L_26 = YogaNode_get_LayoutPaddingRight_m3AB9145B687CB1ADE6B6EFBDBBF2928301B0FEB1(L_25, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___ve0;
|
|
NullCheck(L_27);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_28;
|
|
L_28 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_27, NULL);
|
|
NullCheck(L_28);
|
|
float L_29;
|
|
L_29 = YogaNode_get_LayoutHeight_m0A56155F1B067D0127E5A38204C2F0A9BAB605BD(L_28, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___ve0;
|
|
NullCheck(L_30);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_31;
|
|
L_31 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_30, NULL);
|
|
NullCheck(L_31);
|
|
float L_32;
|
|
L_32 = YogaNode_get_LayoutPaddingTop_m76AB547D25D8C51B5CA987BD7D8D586AF284E8D8(L_31, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___ve0;
|
|
NullCheck(L_33);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_34;
|
|
L_34 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_33, NULL);
|
|
NullCheck(L_34);
|
|
float L_35;
|
|
L_35 = YogaNode_get_LayoutPaddingBottom_m08100BDABCA07492B6BBF8FD57BCB06AD460049C(L_34, NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), L_14, L_17, ((float)il2cpp_codegen_subtract(L_20, ((float)il2cpp_codegen_add(L_23, L_26)))), ((float)il2cpp_codegen_subtract(L_29, ((float)il2cpp_codegen_add(L_32, L_35)))), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___ve0;
|
|
NullCheck(L_36);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_37 = L_36->___lastLayout_18;
|
|
V_2 = L_37;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = ___ve0;
|
|
NullCheck(L_38);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = L_38->___lastPseudoPadding_19;
|
|
V_3 = L_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___ve0;
|
|
NullCheck(L_40);
|
|
bool L_41;
|
|
L_41 = VisualElement_get_isHierarchyDisplayed_m57D4B4C55044168D6AF4D7CE32FC9C809F8E2348(L_40, NULL);
|
|
V_4 = L_41;
|
|
V_5 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_0), NULL);
|
|
bool L_44;
|
|
L_44 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_42, L_43, NULL);
|
|
V_6 = L_44;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45;
|
|
L_45 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_3), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46;
|
|
L_46 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_1), NULL);
|
|
bool L_47;
|
|
L_47 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_45, L_46, NULL);
|
|
V_7 = L_47;
|
|
bool L_48 = V_6;
|
|
bool L_49 = V_7;
|
|
V_11 = (bool)((int32_t)((int32_t)L_48|(int32_t)L_49));
|
|
bool L_50 = V_11;
|
|
if (!L_50)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = V_5;
|
|
V_5 = ((int32_t)((int32_t)L_51|((int32_t)3072)));
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53;
|
|
L_53 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_2), NULL);
|
|
bool L_54;
|
|
L_54 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_52, L_53, NULL);
|
|
V_8 = L_54;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55;
|
|
L_55 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
L_56 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_3), NULL);
|
|
bool L_57;
|
|
L_57 = Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline(L_55, L_56, NULL);
|
|
V_9 = L_57;
|
|
bool L_58 = V_8;
|
|
bool L_59 = V_9;
|
|
V_12 = (bool)((int32_t)((int32_t)L_58|(int32_t)L_59));
|
|
bool L_60 = V_12;
|
|
if (!L_60)
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_61 = V_5;
|
|
V_5 = ((int32_t)((int32_t)L_61|((int32_t)512)));
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
bool L_62 = ___isDisplayed2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___ve0;
|
|
NullCheck(L_63);
|
|
RuntimeObject* L_64;
|
|
L_64 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_63, NULL);
|
|
NullCheck(L_64);
|
|
int32_t L_65;
|
|
L_65 = InterfaceFuncInvoker0< int32_t >::Invoke(15 /* UnityEngine.UIElements.DisplayStyle UnityEngine.UIElements.IResolvedStyle::get_display() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_64);
|
|
___isDisplayed2 = (bool)((int32_t)((int32_t)L_62&((((int32_t)((((int32_t)L_65) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0)));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___ve0;
|
|
bool L_67 = ___isDisplayed2;
|
|
NullCheck(L_66);
|
|
VisualElement_set_isHierarchyDisplayed_mD0F5686DADF228E4B3F6BBC43EBF5014FC785CEC(L_66, L_67, NULL);
|
|
int32_t L_68 = V_5;
|
|
V_13 = (bool)((!(((uint32_t)L_68) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_69 = V_13;
|
|
if (!L_69)
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_70 = ___ve0;
|
|
int32_t L_71 = V_5;
|
|
NullCheck(L_70);
|
|
VisualElement_IncrementVersion_m03581665EE480D3C329058FFE08734450493E33E(L_70, L_71, NULL);
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___ve0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_73 = V_0;
|
|
NullCheck(L_72);
|
|
L_72->___lastLayout_18 = L_73;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_74 = ___ve0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_1;
|
|
NullCheck(L_74);
|
|
L_74->___lastPseudoPadding_19 = L_75;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_76 = ___ve0;
|
|
NullCheck(L_76);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_77;
|
|
L_77 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_76, NULL);
|
|
NullCheck(L_77);
|
|
bool L_78;
|
|
L_78 = YogaNode_get_HasNewLayout_m801E00B631071A29A968ACA0489B1BDC2CE3CE05(L_77, NULL);
|
|
V_10 = L_78;
|
|
bool L_79 = V_10;
|
|
V_14 = L_79;
|
|
bool L_80 = V_14;
|
|
if (!L_80)
|
|
{
|
|
goto IL_01c8;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_81 = ___ve0;
|
|
NullCheck(L_81);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_82;
|
|
L_82 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_81, NULL);
|
|
V_16 = L_82;
|
|
int32_t L_83;
|
|
L_83 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_16), NULL);
|
|
V_15 = L_83;
|
|
V_17 = 0;
|
|
goto IL_01bb;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_84 = ___ve0;
|
|
NullCheck(L_84);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_85;
|
|
L_85 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_84, NULL);
|
|
V_16 = L_85;
|
|
int32_t L_86 = V_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_87;
|
|
L_87 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_16), L_86, NULL);
|
|
int32_t L_88 = ___currentLayoutPass1;
|
|
bool L_89 = ___isDisplayed2;
|
|
UIRLayoutUpdater_UpdateSubTree_mEA3BC8A2E2899983655146FC600A33CCC4E36467(__this, L_87, L_88, L_89, NULL);
|
|
int32_t L_90 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_90, 1));
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
int32_t L_91 = V_17;
|
|
int32_t L_92 = V_15;
|
|
V_18 = (bool)((((int32_t)L_91) < ((int32_t)L_92))? 1 : 0);
|
|
bool L_93 = V_18;
|
|
if (L_93)
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
bool L_94 = V_6;
|
|
bool L_95 = V_8;
|
|
V_19 = (bool)((int32_t)((int32_t)L_94|(int32_t)L_95));
|
|
bool L_96 = V_19;
|
|
if (!L_96)
|
|
{
|
|
goto IL_020a;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_97 = V_2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_98 = V_0;
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_99;
|
|
L_99 = GeometryChangedEvent_GetPooled_m6F153528F04F22BF95DA5027B9DBD0699B3A8676(L_97, L_98, NULL);
|
|
V_20 = L_99;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01fc:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_100 = V_20;
|
|
if (!L_100)
|
|
{
|
|
goto IL_0208;
|
|
}
|
|
}
|
|
{
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_101 = V_20;
|
|
NullCheck(L_101);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_101);
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_102 = V_20;
|
|
int32_t L_103 = ___currentLayoutPass1;
|
|
NullCheck(L_102);
|
|
GeometryChangedEvent_set_layoutPass_mCB48CB5C27EF9B4CCDF45776DCC8C4B35871E6FC_inline(L_102, L_103, NULL);
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_104 = V_20;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_105 = ___ve0;
|
|
NullCheck(L_104);
|
|
EventBase_set_target_mBDBE0FB1321254FEDFC4B0EF34DBDA8105FFCBA2(L_104, L_105, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_106 = ___ve0;
|
|
GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* L_107 = V_20;
|
|
NullCheck(L_106);
|
|
VirtualActionInvoker1< EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* >::Invoke(6 /* System.Void UnityEngine.UIElements.CallbackEventHandler::SendEvent(UnityEngine.UIElements.EventBase) */, L_106, L_107);
|
|
goto IL_0209;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
bool L_108 = V_10;
|
|
V_21 = L_108;
|
|
bool L_109 = V_21;
|
|
if (!L_109)
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_110 = ___ve0;
|
|
NullCheck(L_110);
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_111;
|
|
L_111 = VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline(L_110, NULL);
|
|
NullCheck(L_111);
|
|
YogaNode_MarkLayoutSeen_m899C39B9392134C5B7835217D18FCC8D5E7A1E5A(L_111, NULL);
|
|
}
|
|
|
|
IL_0220:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater__ctor_m396567BF4EA7547B1C29D7F5FBB13EEBBDD5700D (UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BaseVisualTreeUpdater__ctor_m64962BB0B4E0EE94292901B60BC5BA826FF5301B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRLayoutUpdater::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRLayoutUpdater__cctor_mCFD4E5855E86FCCEB38E518E0D98EBBE6D9D0D44 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD01988BAD9B0B7B9383DB94DB28E700DADB854C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields*)il2cpp_codegen_static_fields_for(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var))->___s_Description_2 = _stringLiteralAD01988BAD9B0B7B9383DB94DB28E700DADB854C;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields*)il2cpp_codegen_static_fields_for(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var))->___s_Description_2), (void*)_stringLiteralAD01988BAD9B0B7B9383DB94DB28E700DADB854C);
|
|
String_t* L_0 = ((UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields*)il2cpp_codegen_static_fields_for(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var))->___s_Description_2;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), L_0, /*hidden argument*/NULL);
|
|
((UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_StaticFields*)il2cpp_codegen_static_fields_for(UIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_il2cpp_TypeInfo_var))->___s_ProfilerMarker_3 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData__ctor_mE26BEBE58E1D88629F45BE5122D525CC2D44285D (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.MeshWriteData::get_vertexCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_0 = (&__this->___m_Vertices_0);
|
|
int32_t L_1;
|
|
L_1 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_inline(L_0, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.MeshWriteData::get_indexCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_0 = (&__this->___m_Indices_1);
|
|
int32_t L_1;
|
|
L_1 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_inline(L_0, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshWriteData::get_uvRegion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D MeshWriteData_get_uvRegion_m6E543500740DE690E1C3DB46DACA44DE9F785353 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = __this->___m_UVRegion_2;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextVertex(UnityEngine.UIElements.Vertex)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___vertex0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_0 = (&__this->___m_Vertices_0);
|
|
int32_t L_1 = __this->___currentVertex_4;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->___currentVertex_4 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
int32_t L_3 = V_0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_4 = ___vertex0;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D(L_0, L_3, L_4, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextIndex(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, uint16_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_0 = (&__this->___m_Indices_1);
|
|
int32_t L_1 = __this->___currentIndex_3;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
__this->___currentIndex_3 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
int32_t L_3 = V_0;
|
|
uint16_t L_4 = ___index0;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29(L_0, L_3, L_4, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetAllVertices(UnityEngine.UIElements.Vertex[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetAllVertices_mB15F3031E85E8D13F4014E7AFF5EFF305D8D1582 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___vertices0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = __this->___currentVertex_4;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_2 = (&__this->___m_Vertices_0);
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_3 = ___vertices0;
|
|
NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8(L_2, L_3, NativeSlice_1_CopyFrom_m4BEADF1159114893A97FDDBD74AAD2A1F49F61D8_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_4 = (&__this->___m_Vertices_0);
|
|
int32_t L_5;
|
|
L_5 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_inline(L_4, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
__this->___currentVertex_4 = L_5;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral708CAF52259C2DADA3E04A87104D0BB8F9A9A429)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MeshWriteData_SetAllVertices_mB15F3031E85E8D13F4014E7AFF5EFF305D8D1582_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetAllIndices(System.UInt16[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetAllIndices_m243F1994B53722F1B42639704E5194AC07309CC4 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___indices0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = __this->___currentIndex_3;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_2 = (&__this->___m_Indices_1);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_3 = ___indices0;
|
|
NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E(L_2, L_3, NativeSlice_1_CopyFrom_m83B52FFB92E381C498E159C1E41DB11E828A159E_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_4 = (&__this->___m_Indices_1);
|
|
int32_t L_5;
|
|
L_5 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_inline(L_4, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
__this->___currentIndex_3 = L_5;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral35D5A8D578C641673C2EE6070551CEA0D88116A1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MeshWriteData_SetAllIndices_m243F1994B53722F1B42639704E5194AC07309CC4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::Reset(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<System.UInt16>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_Reset_m6B6FF37F649EF5420127C732171A7647C8AE36DD (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices0, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_0 = ___vertices0;
|
|
__this->___m_Vertices_0 = L_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_1 = ___indices1;
|
|
__this->___m_Indices_1 = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_2), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
__this->___m_UVRegion_2 = L_2;
|
|
int32_t L_3 = 0;
|
|
V_0 = L_3;
|
|
__this->___currentVertex_4 = L_3;
|
|
int32_t L_4 = V_0;
|
|
__this->___currentIndex_3 = L_4;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::Reset(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<System.UInt16>,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_Reset_m9913BC84BDFAAAB9E2E0A8CBD39721175F2A2233 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices0, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uvRegion2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_0 = ___vertices0;
|
|
__this->___m_Vertices_0 = L_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_1 = ___indices1;
|
|
__this->___m_Indices_1 = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = ___uvRegion2;
|
|
__this->___m_UVRegion_2 = L_2;
|
|
int32_t L_3 = 0;
|
|
V_0 = L_3;
|
|
__this->___currentVertex_4 = L_3;
|
|
int32_t L_4 = V_0;
|
|
__this->___currentIndex_3 = L_4;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.ColorPage
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___isValid_0 = static_cast<int32_t>(unmarshaled.___isValid_0);
|
|
marshaled.___pageAndID_1 = unmarshaled.___pageAndID_1;
|
|
}
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled)
|
|
{
|
|
bool unmarshaledisValid_temp_0 = false;
|
|
unmarshaledisValid_temp_0 = static_cast<bool>(marshaled.___isValid_0);
|
|
unmarshaled.___isValid_0 = unmarshaledisValid_temp_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B unmarshaledpageAndID_temp_1;
|
|
memset((&unmarshaledpageAndID_temp_1), 0, sizeof(unmarshaledpageAndID_temp_1));
|
|
unmarshaledpageAndID_temp_1 = marshaled.___pageAndID_1;
|
|
unmarshaled.___pageAndID_1 = unmarshaledpageAndID_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.ColorPage
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.ColorPage
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___isValid_0 = static_cast<int32_t>(unmarshaled.___isValid_0);
|
|
marshaled.___pageAndID_1 = unmarshaled.___pageAndID_1;
|
|
}
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled)
|
|
{
|
|
bool unmarshaledisValid_temp_0 = false;
|
|
unmarshaledisValid_temp_0 = static_cast<bool>(marshaled.___isValid_0);
|
|
unmarshaled.___isValid_0 = unmarshaledisValid_temp_0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B unmarshaledpageAndID_temp_1;
|
|
memset((&unmarshaledpageAndID_temp_1), 0, sizeof(unmarshaledpageAndID_temp_1));
|
|
unmarshaledpageAndID_temp_1 = marshaled.___pageAndID_1;
|
|
unmarshaled.___pageAndID_1 = unmarshaledpageAndID_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.ColorPage
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.ColorPage::Init(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ColorPage_Init_mA64AE2FC6B1FCDFE0895D21899E81C4CD34462B7 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain0, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___alloc1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* G_B2_0 = NULL;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* G_B1_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* G_B3_1 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___alloc1), NULL);
|
|
V_0 = L_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0));
|
|
bool L_1 = V_0;
|
|
(&V_1)->___isValid_0 = L_1;
|
|
bool L_2 = V_0;
|
|
G_B1_0 = (&V_1);
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = (&V_1);
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_3 = V_2;
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___renderChain0;
|
|
NullCheck(L_4);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_5 = (&L_4->___shaderInfoAllocator_37);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6 = ___alloc1;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_7;
|
|
L_7 = UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183(L_5, L_6, NULL);
|
|
G_B3_0 = L_7;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
G_B3_1->___pageAndID_1 = G_B3_0;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_8 = V_1;
|
|
V_3 = L_8;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_9 = V_3;
|
|
return L_9;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils::Rectangle(UnityEngine.UIElements.MeshGenerationContext,UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContextUtils_Rectangle_m277C6B46AE4FC705A6D42647E7C85169DC6F4F3A (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___mgc0, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___rectParams1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = ___mgc0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1 = L_0->___painter_0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_2 = ___rectParams1;
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker1< RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B >::Invoke(1 /* System.Void UnityEngine.UIElements.IStylePainter::DrawRectangle(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams) */, IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6_il2cpp_TypeInfo_var, L_1, L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils::Text(UnityEngine.UIElements.MeshGenerationContext,UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContextUtils_Text_m573C3AFB7135760F6179CBAF2545D6650C16FE3D (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___mgc0, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___textParams1, RuntimeObject* ___handle2, float ___pixelsPerPoint3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_0 = ___textParams1;
|
|
bool L_1;
|
|
L_1 = TextUtilities_IsFontAssigned_m33284E58FDBF0CD1CECC15888C048C685C498199(L_0, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_3 = ___mgc0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4 = L_3->___painter_0;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_5 = ___textParams1;
|
|
RuntimeObject* L_6 = ___handle2;
|
|
float L_7 = ___pixelsPerPoint3;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker3< TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F, RuntimeObject*, float >::Invoke(0 /* System.Void UnityEngine.UIElements.IStylePainter::DrawText(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single) */, IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6_il2cpp_TypeInfo_var, L_4, L_5, L_6, L_7);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.MeshGenerationContextUtils::ConvertBorderRadiusPercentToPoints(UnityEngine.Vector2,UnityEngine.UIElements.Length)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___borderRectSize0, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___length1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
float L_0;
|
|
L_0 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___length1), NULL);
|
|
V_0 = L_0;
|
|
float L_1;
|
|
L_1 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___length1), NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___length1), NULL);
|
|
V_2 = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___borderRectSize0;
|
|
float L_5 = L_4.___x_0;
|
|
float L_6;
|
|
L_6 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___length1), NULL);
|
|
V_0 = ((float)(((float)il2cpp_codegen_multiply(L_5, L_6))/(100.0f)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___borderRectSize0;
|
|
float L_8 = L_7.___y_1;
|
|
float L_9;
|
|
L_9 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___length1), NULL);
|
|
V_1 = ((float)(((float)il2cpp_codegen_multiply(L_8, L_9))/(100.0f)));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
float L_10 = V_0;
|
|
float L_11;
|
|
L_11 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_10, (0.0f), NULL);
|
|
V_0 = L_11;
|
|
float L_12 = V_1;
|
|
float L_13;
|
|
L_13 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_12, (0.0f), NULL);
|
|
V_1 = L_13;
|
|
float L_14 = V_0;
|
|
float L_15 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_16), L_14, L_15, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_3;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils::GetVisualElementRadii(UnityEngine.UIElements.VisualElement,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContextUtils_GetVisualElementRadii_mB961194A805BCEEECF5C41E994D4DE5764B4FA32 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___topLeft1, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___bottomLeft2, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___topRight3, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___bottomRight4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InterfaceFuncInvoker0< float >::Invoke(42 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_width() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_2);
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = InterfaceFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_height() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_4);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_3, L_5, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C L_8 = (*(ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C*)L_7);
|
|
V_2 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_9 = ___topLeft1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_11;
|
|
L_11 = ComputedStyle_get_borderTopLeftRadius_m67D177E6AF91CC1413FCA6EA2675FEC54AD84974((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB(L_10, L_11, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_9 = L_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_13 = ___bottomLeft2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_15;
|
|
L_15 = ComputedStyle_get_borderBottomLeftRadius_m0591621DC5BDEF35B0F24C7791A9244BCC72D87E((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB(L_14, L_15, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_13 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_17 = ___topRight3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_19;
|
|
L_19 = ComputedStyle_get_borderTopRightRadius_m65B3C6F4578C9512769A4CDBC59E15C8C840A588((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB(L_18, L_19, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_17 = L_20;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = ___bottomRight4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_23;
|
|
L_23 = ComputedStyle_get_borderBottomRightRadius_m570211084F0CD1C730B7F7D3A6510394895CC980((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints_m42235148D9DC6CF4F2C9AB2BDD3CF5EA7CD6E0CB(L_22, L_23, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_21 = L_24;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils::AdjustBackgroundSizeForBorders(UnityEngine.UIElements.VisualElement,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContextUtils_AdjustBackgroundSizeForBorders_m275396AD559F82569C6CCB698C02F1FB95AB687B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___visualElement0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rect1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___visualElement0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InterfaceFuncInvoker0< float >::Invoke(6 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderLeftWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_2);
|
|
if ((!(((float)L_3) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5;
|
|
L_5 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(5 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderLeftColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_4);
|
|
float L_6 = L_5.___a_3;
|
|
G_B3_0 = ((((int32_t)((!(((float)L_6) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = L_8;
|
|
float L_10;
|
|
L_10 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_9, NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_9, ((float)il2cpp_codegen_add(L_10, (0.5f))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_11 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_12 = L_11;
|
|
float L_13;
|
|
L_13 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_12, NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_12, ((float)il2cpp_codegen_subtract(L_13, (0.5f))), NULL);
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
float L_15;
|
|
L_15 = InterfaceFuncInvoker0< float >::Invoke(12 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_14);
|
|
if ((!(((float)L_15) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17;
|
|
L_17 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderTopColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_16);
|
|
float L_18 = L_17.___a_3;
|
|
G_B8_0 = ((((int32_t)((!(((float)L_18) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
bool L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_20 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_21 = L_20;
|
|
float L_22;
|
|
L_22 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_21, NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_21, ((float)il2cpp_codegen_add(L_22, (0.5f))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_24 = L_23;
|
|
float L_25;
|
|
L_25 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_24, NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_24, ((float)il2cpp_codegen_subtract(L_25, (0.5f))), NULL);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
RuntimeObject* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
float L_27;
|
|
L_27 = InterfaceFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderRightWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_26);
|
|
if ((!(((float)L_27) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29;
|
|
L_29 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderRightColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_28);
|
|
float L_30 = L_29.___a_3;
|
|
G_B13_0 = ((((int32_t)((!(((float)L_30) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
V_3 = (bool)G_B13_0;
|
|
bool L_31 = V_3;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_33 = L_32;
|
|
float L_34;
|
|
L_34 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_33, NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_33, ((float)il2cpp_codegen_subtract(L_34, (0.5f))), NULL);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
RuntimeObject* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
float L_36;
|
|
L_36 = InterfaceFuncInvoker0< float >::Invoke(4 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_35);
|
|
if ((!(((float)L_36) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_37 = V_0;
|
|
NullCheck(L_37);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_38;
|
|
L_38 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(1 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderBottomColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_37);
|
|
float L_39 = L_38.___a_3;
|
|
G_B18_0 = ((((int32_t)((!(((float)L_39) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_010d;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
G_B18_0 = 0;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
V_4 = (bool)G_B18_0;
|
|
bool L_40 = V_4;
|
|
if (!L_40)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_41 = ___rect1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_42 = L_41;
|
|
float L_43;
|
|
L_43 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_42, NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_42, ((float)il2cpp_codegen_subtract(L_43, (0.5f))), NULL);
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_pinvoke(const BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80& unmarshaled, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___material_14Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'BorderParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_14Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_pinvoke_back(const BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_pinvoke& marshaled, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80& unmarshaled)
|
|
{
|
|
Exception_t* ___material_14Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'BorderParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_14Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_pinvoke_cleanup(BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_com(const BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80& unmarshaled, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___material_14Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'BorderParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_14Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_com_back(const BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_com& marshaled, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80& unmarshaled)
|
|
{
|
|
Exception_t* ___material_14Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'BorderParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_14Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
IL2CPP_EXTERN_C void BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshal_com_cleanup(BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_pinvoke(const RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B& unmarshaled, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___texture_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'RectangleParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_3Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_pinvoke_back(const RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_pinvoke& marshaled, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B& unmarshaled)
|
|
{
|
|
Exception_t* ___texture_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'RectangleParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_3Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_pinvoke_cleanup(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_com(const RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B& unmarshaled, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___texture_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'RectangleParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_3Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_com_back(const RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_com& marshaled, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B& unmarshaled)
|
|
{
|
|
Exception_t* ___texture_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'RectangleParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_3Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
IL2CPP_EXTERN_C void RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshal_com_cleanup(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::AdjustUVsForScaleMode(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,UnityEngine.Rect&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustUVsForScaleMode_m64F81E5131476C1DB18D866ADDEFA6DC2336859B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture2, int32_t ___scaleMode3, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rectOut4, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___uvOut5, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
bool V_9 = false;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___texture2;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_0);
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___uv1), NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___texture2;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_3);
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___uv1), NULL);
|
|
V_0 = ((float)(((float)il2cpp_codegen_multiply(((float)L_1), L_2))/((float)il2cpp_codegen_multiply(((float)L_4), L_5))));
|
|
float L_6;
|
|
L_6 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_7;
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
V_1 = ((float)(L_6/L_7));
|
|
int32_t L_8 = ___scaleMode3;
|
|
V_3 = L_8;
|
|
int32_t L_9 = V_3;
|
|
V_2 = L_9;
|
|
int32_t L_10 = V_2;
|
|
switch (L_10)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
float L_11 = V_1;
|
|
float L_12 = V_0;
|
|
V_4 = (bool)((((float)L_11) > ((float)L_12))? 1 : 0);
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
float L_14;
|
|
L_14 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___uv1), NULL);
|
|
float L_15 = V_0;
|
|
float L_16 = V_1;
|
|
V_5 = ((float)il2cpp_codegen_multiply(L_14, ((float)(L_15/L_16))));
|
|
float L_17;
|
|
L_17 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___uv1), NULL);
|
|
float L_18 = V_5;
|
|
V_6 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_17, L_18)), (0.5f)));
|
|
float L_19;
|
|
L_19 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___uv1), NULL);
|
|
float L_20;
|
|
L_20 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___uv1), NULL);
|
|
float L_21 = V_6;
|
|
float L_22;
|
|
L_22 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___uv1), NULL);
|
|
float L_23 = V_5;
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___uv1), L_19, ((float)il2cpp_codegen_add(L_20, L_21)), L_22, L_23, NULL);
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
float L_24;
|
|
L_24 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___uv1), NULL);
|
|
float L_25 = V_1;
|
|
float L_26 = V_0;
|
|
V_7 = ((float)il2cpp_codegen_multiply(L_24, ((float)(L_25/L_26))));
|
|
float L_27;
|
|
L_27 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___uv1), NULL);
|
|
float L_28 = V_7;
|
|
V_8 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_27, L_28)), (0.5f)));
|
|
float L_29;
|
|
L_29 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___uv1), NULL);
|
|
float L_30 = V_8;
|
|
float L_31;
|
|
L_31 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___uv1), NULL);
|
|
float L_32 = V_7;
|
|
float L_33;
|
|
L_33 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___uv1), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___uv1), ((float)il2cpp_codegen_add(L_29, L_30)), L_31, L_32, L_33, NULL);
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
float L_34 = V_1;
|
|
float L_35 = V_0;
|
|
V_9 = (bool)((((float)L_34) > ((float)L_35))? 1 : 0);
|
|
bool L_36 = V_9;
|
|
if (!L_36)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
float L_37 = V_0;
|
|
float L_38 = V_1;
|
|
V_10 = ((float)(L_37/L_38));
|
|
float L_39;
|
|
L_39 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
|
|
float L_40;
|
|
L_40 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_41 = V_10;
|
|
float L_42;
|
|
L_42 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
|
|
float L_43 = V_10;
|
|
float L_44;
|
|
L_44 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_45;
|
|
L_45 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___rect0), ((float)il2cpp_codegen_add(L_39, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_40, ((float)il2cpp_codegen_subtract((1.0f), L_41)))), (0.5f))))), L_42, ((float)il2cpp_codegen_multiply(L_43, L_44)), L_45, NULL);
|
|
goto IL_017a;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
float L_46 = V_1;
|
|
float L_47 = V_0;
|
|
V_11 = ((float)(L_46/L_47));
|
|
float L_48;
|
|
L_48 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
|
|
float L_49;
|
|
L_49 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
|
|
float L_50;
|
|
L_50 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
float L_51 = V_11;
|
|
float L_52;
|
|
L_52 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_53 = V_11;
|
|
float L_54;
|
|
L_54 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___rect0), L_48, ((float)il2cpp_codegen_add(L_49, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_50, ((float)il2cpp_codegen_subtract((1.0f), L_51)))), (0.5f))))), L_52, ((float)il2cpp_codegen_multiply(L_53, L_54)), NULL);
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_55 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_55);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_55, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RectangleParams_AdjustUVsForScaleMode_m64F81E5131476C1DB18D866ADDEFA6DC2336859B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_56 = ___rectOut4;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_57 = ___rect0;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_56 = L_57;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_58 = ___uvOut5;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59 = ___uv1;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_58 = L_59;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::AdjustSpriteUVsForScaleMode(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Sprite,UnityEngine.ScaleMode,UnityEngine.Rect&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustSpriteUVsForScaleMode_m74F6D4A8780376C3EEE8C418EAEE8FF2D644A775 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___geomRect2, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture3, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite4, int32_t ___scaleMode5, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___rectOut6, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___uvOut7, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
float V_17 = 0.0f;
|
|
float V_18 = 0.0f;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___sprite4;
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625(L_0, NULL);
|
|
V_4 = L_1;
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_4), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_3 = ___sprite4;
|
|
NullCheck(L_3);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625(L_3, NULL);
|
|
V_4 = L_4;
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_4), NULL);
|
|
V_0 = ((float)(L_2/L_5));
|
|
float L_6;
|
|
L_6 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_7;
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
V_1 = ((float)(L_6/L_7));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___geomRect2;
|
|
V_2 = L_8;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
L_10 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_9, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_11 = ___sprite4;
|
|
NullCheck(L_11);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_12;
|
|
L_12 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_11, NULL);
|
|
V_5 = L_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_10, L_14, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_9, L_15, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_16, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = ___sprite4;
|
|
NullCheck(L_18);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_19;
|
|
L_19 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_18, NULL);
|
|
V_5 = L_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_20, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline(L_17, L_21, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_16, L_22, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_23, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_25 = ___sprite4;
|
|
NullCheck(L_25);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_26;
|
|
L_26 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_25, NULL);
|
|
V_5 = L_26;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline(L_27, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
|
|
L_29 = Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline(L_24, L_28, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA(L_23, L_29, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_2), NULL);
|
|
V_3 = L_30;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
|
|
L_31 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_2), NULL);
|
|
float L_32 = L_31.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_3;
|
|
float L_34 = L_33.___y_1;
|
|
(&V_3)->___y_1 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_32)), L_34));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = V_3;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05((&V_2), L_35, NULL);
|
|
int32_t L_36 = ___scaleMode5;
|
|
V_7 = L_36;
|
|
int32_t L_37 = V_7;
|
|
V_6 = L_37;
|
|
int32_t L_38 = V_6;
|
|
switch (L_38)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_03f3;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39;
|
|
L_39 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___rect0), NULL);
|
|
V_8 = L_39;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_40, L_41, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05((&___rect0), L_42, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45;
|
|
L_45 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_43, L_44, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&___rect0), L_45, NULL);
|
|
goto IL_03f9;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_46 = ___rect0;
|
|
V_9 = L_46;
|
|
float L_47 = V_1;
|
|
float L_48 = V_0;
|
|
V_12 = (bool)((((float)L_47) > ((float)L_48))? 1 : 0);
|
|
bool L_49 = V_12;
|
|
if (!L_49)
|
|
{
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
float L_50;
|
|
L_50 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_9), NULL);
|
|
float L_51 = V_0;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03((&V_9), ((float)(L_50/L_51)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_9), NULL);
|
|
float L_53 = L_52.___x_0;
|
|
float L_54;
|
|
L_54 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_9), NULL);
|
|
float L_55;
|
|
L_55 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
memset((&L_56), 0, sizeof(L_56));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_56), L_53, ((float)(((-((float)il2cpp_codegen_subtract(L_54, L_55))))/(2.0f))), /*hidden argument*/NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05((&V_9), L_56, NULL);
|
|
goto IL_01ce;
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
float L_57;
|
|
L_57 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_9), NULL);
|
|
float L_58 = V_0;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A((&V_9), ((float)il2cpp_codegen_multiply(L_57, L_58)), NULL);
|
|
float L_59;
|
|
L_59 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_9), NULL);
|
|
float L_60;
|
|
L_60 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61;
|
|
L_61 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_9), NULL);
|
|
float L_62 = L_61.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
memset((&L_63), 0, sizeof(L_63));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_63), ((float)(((-((float)il2cpp_codegen_subtract(L_59, L_60))))/(2.0f))), L_62, /*hidden argument*/NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05((&V_9), L_63, NULL);
|
|
}
|
|
|
|
IL_01ce:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64;
|
|
L_64 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_9), NULL);
|
|
V_10 = L_64;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_65 = (&V_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
|
|
L_66 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_65, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_67;
|
|
L_67 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69;
|
|
L_69 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_67, L_68, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70;
|
|
L_70 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_66, L_69, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_65, L_70, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71;
|
|
L_71 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
|
|
L_73 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_71, L_72, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&V_9), L_73, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_74 = ___rect0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_9;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_76;
|
|
L_76 = RectangleParams_RectIntersection_mC2CFDBF2B6B9E10A1261A0D072E6C7AE95343E98(L_74, L_75, NULL);
|
|
V_11 = L_76;
|
|
float L_77;
|
|
L_77 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_11), NULL);
|
|
if ((((float)L_77) < ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0236;
|
|
}
|
|
}
|
|
{
|
|
float L_78;
|
|
L_78 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_11), NULL);
|
|
G_B9_0 = ((((float)L_78) < ((float)(1.0E-30f)))? 1 : 0);
|
|
goto IL_0237;
|
|
}
|
|
|
|
IL_0236:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0237:
|
|
{
|
|
V_13 = (bool)G_B9_0;
|
|
bool L_79 = V_13;
|
|
if (!L_79)
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_80;
|
|
L_80 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
|
|
V_11 = L_80;
|
|
goto IL_0311;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_81 = V_11;
|
|
V_14 = L_81;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_82 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83;
|
|
L_83 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_82, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
|
|
L_84 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85;
|
|
L_85 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_83, L_84, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_82, L_85, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_86 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
|
|
L_87 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_86, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_88;
|
|
L_88 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_89;
|
|
L_89 = Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline(L_87, L_88, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_86, L_89, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_90 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_91;
|
|
L_91 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_90, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92;
|
|
L_92 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_93;
|
|
L_93 = Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline(L_91, L_92, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA(L_90, L_93, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94;
|
|
L_94 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_14), NULL);
|
|
V_15 = L_94;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_95;
|
|
L_95 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_14), NULL);
|
|
float L_96 = L_95.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_97 = V_15;
|
|
float L_98 = L_97.___y_1;
|
|
(&V_15)->___y_1 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_96)), L_98));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_99 = V_15;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05((&V_14), L_99, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_100 = (&___uv1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_101;
|
|
L_101 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_100, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_102;
|
|
L_102 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_14), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_103;
|
|
L_103 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_104;
|
|
L_104 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_102, L_103, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_105;
|
|
L_105 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_101, L_104, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_100, L_105, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_106 = (&___uv1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_107;
|
|
L_107 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_106, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_108;
|
|
L_108 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_14), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_109;
|
|
L_109 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_107, L_108, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA(L_106, L_109, NULL);
|
|
}
|
|
|
|
IL_0311:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_110 = V_11;
|
|
___rect0 = L_110;
|
|
goto IL_03f9;
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
float L_111 = V_1;
|
|
float L_112 = V_0;
|
|
V_16 = (bool)((((float)L_111) > ((float)L_112))? 1 : 0);
|
|
bool L_113 = V_16;
|
|
if (!L_113)
|
|
{
|
|
goto IL_036c;
|
|
}
|
|
}
|
|
{
|
|
float L_114 = V_0;
|
|
float L_115 = V_1;
|
|
V_17 = ((float)(L_114/L_115));
|
|
float L_116;
|
|
L_116 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
|
|
float L_117;
|
|
L_117 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_118 = V_17;
|
|
float L_119;
|
|
L_119 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
|
|
float L_120 = V_17;
|
|
float L_121;
|
|
L_121 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_122;
|
|
L_122 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___rect0), ((float)il2cpp_codegen_add(L_116, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_117, ((float)il2cpp_codegen_subtract((1.0f), L_118)))), (0.5f))))), L_119, ((float)il2cpp_codegen_multiply(L_120, L_121)), L_122, NULL);
|
|
goto IL_03b0;
|
|
}
|
|
|
|
IL_036c:
|
|
{
|
|
float L_123 = V_1;
|
|
float L_124 = V_0;
|
|
V_18 = ((float)(L_123/L_124));
|
|
float L_125;
|
|
L_125 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rect0), NULL);
|
|
float L_126;
|
|
L_126 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rect0), NULL);
|
|
float L_127;
|
|
L_127 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
float L_128 = V_18;
|
|
float L_129;
|
|
L_129 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___rect0), NULL);
|
|
float L_130 = V_18;
|
|
float L_131;
|
|
L_131 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___rect0), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&___rect0), L_125, ((float)il2cpp_codegen_add(L_126, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_127, ((float)il2cpp_codegen_subtract((1.0f), L_128)))), (0.5f))))), L_129, ((float)il2cpp_codegen_multiply(L_130, L_131)), NULL);
|
|
}
|
|
|
|
IL_03b0:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_132 = (&___rect0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_133;
|
|
L_133 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_132, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_134;
|
|
L_134 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_135;
|
|
L_135 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___rect0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_136;
|
|
L_136 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_134, L_135, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_137;
|
|
L_137 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_133, L_136, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_132, L_137, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_138 = (&___rect0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_139;
|
|
L_139 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_138, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_140;
|
|
L_140 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_141;
|
|
L_141 = Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline(L_139, L_140, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA(L_138, L_141, NULL);
|
|
goto IL_03f9;
|
|
}
|
|
|
|
IL_03f3:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_142 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_142);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_142, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_142, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RectangleParams_AdjustSpriteUVsForScaleMode_m74F6D4A8780376C3EEE8C418EAEE8FF2D644A775_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_03f9:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_143 = ___rectOut6;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_144 = ___rect0;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_143 = L_144;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_145 = ___uvOut7;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_146 = ___uv1;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_145 = L_146;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::RectIntersection(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_RectIntersection_mC2CFDBF2B6B9E10A1261A0D072E6C7AE95343E98 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___a0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___b1, const RuntimeMethod* method)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0;
|
|
L_0 = Rect_get_zero_mBA92EC8F405CC95A0F1ED05E66D9ABD3A61B7476(NULL);
|
|
V_0 = L_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&___a0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&___b1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline(L_1, L_2, NULL);
|
|
Rect_set_min_m6557D7D73C6F115CA7C92E38C88EA9E95FC89253((&V_0), L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&___a0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&___b1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_4, L_5, NULL);
|
|
Rect_set_max_mAD2D6D5DC1F5A6E69A0A0BD7E34C209F91C381F0((&V_0), L_6, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline(L_7, L_8, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&V_0), L_9, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10 = V_0;
|
|
V_1 = L_10;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ComputeGeomRect(UnityEngine.Sprite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeGeomRect_m141208EF3A96F044C84F1494B4B1456287DD0FC7 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___sprite0;
|
|
NullCheck(L_0);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_1;
|
|
L_1 = Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31(L_0, NULL);
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_2 = V_2;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_4 = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_6, L_7, NULL);
|
|
V_0 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline(L_9, L_10, NULL);
|
|
V_1 = L_11;
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_16, L_17, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&L_19), L_15, L_18, /*hidden argument*/NULL);
|
|
V_5 = L_19;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ComputeUVRect(UnityEngine.Sprite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeUVRect_mBBCD64863DB9CA3937C0B367559EDD57CC1EC1B9 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___sprite0;
|
|
NullCheck(L_0);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_1;
|
|
L_1 = Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF(L_0, NULL);
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_2 = V_2;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_4 = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline(L_6, L_7, NULL);
|
|
V_0 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline(L_9, L_10, NULL);
|
|
V_1 = L_11;
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline(L_16, L_17, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675((&L_19), L_15, L_18, /*hidden argument*/NULL);
|
|
V_5 = L_19;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::ApplyPackingRotation(UnityEngine.Rect,UnityEngine.SpritePackingRotation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ApplyPackingRotation_mA19D40FC3DBF6CC0A93197B975D1EF71E84955B5 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv0, int32_t ___rotation1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
int32_t L_0 = ___rotation1;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = (&___uv0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
float L_6 = L_5.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), L_6, (0.0f), /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_4, L_7, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_3, L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
V_2 = L_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_2;
|
|
float L_11 = L_10.___x_0;
|
|
(&V_2)->___x_0 = ((-L_11));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_2;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&___uv0), L_12, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = (&___uv0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
float L_16 = L_15.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_17), (0.0f), L_16, /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_14, L_17, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_13, L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
V_3 = L_19;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_3;
|
|
float L_21 = L_20.___y_1;
|
|
(&V_3)->___y_1 = ((-L_21));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_3;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&___uv0), L_22, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = (&___uv0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_23, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline(L_24, L_25, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05(L_23, L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
|
|
L_27 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&___uv0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_UnaryNegation_m47556D28F72B018AC4D5160710C83A805F10A783_inline(L_27, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA((&___uv0), L_28, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_29 = ___uv0;
|
|
V_4 = L_29;
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_30 = V_4;
|
|
return L_30;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::MakeTextured(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,UnityEngine.UIElements.ContextType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B RectangleParams_MakeTextured_mBD7A9D4FAE45AA3F880FC2A441FBFB97A0D57C8A (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture2, int32_t ___scaleMode3, int32_t ___panelContext4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = ___panelContext4;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
|
L_1 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_0 = G_B3_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = ___rect0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = ___uv1;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = ___texture2;
|
|
int32_t L_6 = ___scaleMode3;
|
|
RectangleParams_AdjustUVsForScaleMode_m64F81E5131476C1DB18D866ADDEFA6DC2336859B(L_3, L_4, L_5, L_6, (&___rect0), (&___uv1), NULL);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7 = ___rect0;
|
|
(&V_2)->___rect_0 = L_7;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___uv1;
|
|
(&V_2)->___uv_1 = L_8;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9;
|
|
L_9 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
(&V_2)->___color_2 = L_9;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___texture2;
|
|
(&V_2)->___texture_3 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___texture_3), (void*)L_10);
|
|
int32_t L_11 = ___scaleMode3;
|
|
(&V_2)->___scaleMode_7 = L_11;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = V_0;
|
|
(&V_2)->___playmodeTintColor_8 = L_12;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_13 = V_2;
|
|
V_1 = L_13;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_14 = V_1;
|
|
V_3 = L_14;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::MakeSprite(UnityEngine.Rect,UnityEngine.Sprite,UnityEngine.ScaleMode,UnityEngine.UIElements.ContextType,System.Boolean,UnityEngine.Vector4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B RectangleParams_MakeSprite_m3822960B0A7B811C830B542FEAA24A6F83B379A6 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite1, int32_t ___scaleMode2, int32_t ___panelContext3, bool ___hasRadius4, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___slices5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
bool V_8 = false;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B16_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B15_0 = NULL;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B17_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B17_1 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B19_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B18_0 = NULL;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* G_B20_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B20_1 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B22_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B21_0 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B23_1 = NULL;
|
|
int32_t G_B27_0 = 0;
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___sprite1;
|
|
NullCheck(L_0);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_1;
|
|
L_1 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_8 = L_2;
|
|
bool L_3 = V_8;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_4 = ___sprite1;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_4, NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2, L_5, _stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_mEF15C6B17CE4E1FA7E379CDB82CE40FCD89A3F28(L_6, NULL);
|
|
il2cpp_codegen_initobj((&V_9), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_7 = V_9;
|
|
V_10 = L_7;
|
|
goto IL_01f3;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_8 = ___panelContext3;
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9;
|
|
L_9 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
G_B5_0 = L_9;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B5_0 = L_10;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
V_0 = G_B5_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_11 = ___sprite1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_12;
|
|
L_12 = RectangleParams_ComputeGeomRect_m141208EF3A96F044C84F1494B4B1456287DD0FC7(L_11, NULL);
|
|
V_1 = L_12;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_13 = ___sprite1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_14;
|
|
L_14 = RectangleParams_ComputeUVRect_mBBCD64863DB9CA3937C0B367559EDD57CC1EC1B9(L_13, NULL);
|
|
V_2 = L_14;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_15 = ___sprite1;
|
|
NullCheck(L_15);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16;
|
|
L_16 = Sprite_get_border_m024C8361A808BF597EC6E1849AADDA9C756B459F(L_15, NULL);
|
|
V_3 = L_16;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18;
|
|
L_18 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
|
|
bool L_19;
|
|
L_19 = Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline(L_17, L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_20 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_20);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
|
|
L_22 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
|
|
bool L_23;
|
|
L_23 = Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline(L_21, L_22, NULL);
|
|
G_B8_0 = ((int32_t)(L_23));
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
int32_t L_24 = ___scaleMode2;
|
|
bool L_25 = V_4;
|
|
bool L_26 = ___hasRadius4;
|
|
V_5 = (bool)((int32_t)(((int32_t)(((((int32_t)L_24) == ((int32_t)1))? 1 : 0)|(int32_t)L_25))|(int32_t)L_26));
|
|
bool L_27 = V_5;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_28 = ___sprite1;
|
|
NullCheck(L_28);
|
|
bool L_29;
|
|
L_29 = Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E(L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_30 = ___sprite1;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10(L_30, NULL);
|
|
G_B12_0 = ((!(((uint32_t)L_31) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
G_B12_0 = 0;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
V_11 = (bool)G_B12_0;
|
|
bool L_32 = V_11;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_33 = V_2;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_34 = ___sprite1;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10(L_34, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_36;
|
|
L_36 = RectangleParams_ApplyPackingRotation_mA19D40FC3DBF6CC0A93197B975D1EF71E84955B5(L_33, L_35, NULL);
|
|
V_2 = L_36;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_37 = ___rect0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_38 = V_2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = V_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_40 = ___sprite1;
|
|
NullCheck(L_40);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_41;
|
|
L_41 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_40, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_42 = ___sprite1;
|
|
int32_t L_43 = ___scaleMode2;
|
|
RectangleParams_AdjustSpriteUVsForScaleMode_m74F6D4A8780376C3EEE8C418EAEE8FF2D644A775(L_37, L_38, L_39, L_41, L_42, L_43, (&___rect0), (&V_2), NULL);
|
|
il2cpp_codegen_initobj((&V_9), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_44 = ___rect0;
|
|
(&V_9)->___rect_0 = L_44;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_45 = V_2;
|
|
(&V_9)->___uv_1 = L_45;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_46;
|
|
L_46 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
(&V_9)->___color_2 = L_46;
|
|
bool L_47 = V_5;
|
|
G_B15_0 = (&V_9);
|
|
if (L_47)
|
|
{
|
|
G_B16_0 = (&V_9);
|
|
goto IL_0102;
|
|
}
|
|
}
|
|
{
|
|
G_B17_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
|
|
G_B17_1 = G_B15_0;
|
|
goto IL_0108;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_48 = ___sprite1;
|
|
NullCheck(L_48);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_49;
|
|
L_49 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_48, NULL);
|
|
G_B17_0 = L_49;
|
|
G_B17_1 = G_B16_0;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
G_B17_1->___texture_3 = G_B17_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B17_1->___texture_3), (void*)G_B17_0);
|
|
bool L_50 = V_5;
|
|
G_B18_0 = (&V_9);
|
|
if (L_50)
|
|
{
|
|
G_B19_0 = (&V_9);
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_51 = ___sprite1;
|
|
G_B20_0 = L_51;
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_0117;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
G_B20_0 = ((Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)(NULL));
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
G_B20_1->___sprite_4 = G_B20_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B20_1->___sprite_4), (void*)G_B20_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_52 = V_1;
|
|
(&V_9)->___spriteGeomRect_17 = L_52;
|
|
int32_t L_53 = ___scaleMode2;
|
|
(&V_9)->___scaleMode_7 = L_53;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_54 = V_0;
|
|
(&V_9)->___playmodeTintColor_8 = L_54;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_55 = ___sprite1;
|
|
NullCheck(L_55);
|
|
bool L_56;
|
|
L_56 = Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E(L_55, NULL);
|
|
G_B21_0 = (&V_9);
|
|
if (L_56)
|
|
{
|
|
G_B22_0 = (&V_9);
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
G_B23_0 = 0;
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
G_B23_0 = 2;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
G_B23_1->___meshFlags_19 = G_B23_0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_57 = V_9;
|
|
V_6 = L_57;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_58 = V_3;
|
|
float L_59 = L_58.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_60 = V_3;
|
|
float L_61 = L_60.___w_4;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_62 = V_3;
|
|
float L_63 = L_62.___z_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_64 = V_3;
|
|
float L_65 = L_64.___y_2;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_7), L_59, L_61, L_63, L_65, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_66 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_67 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_66);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_68;
|
|
L_68 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
|
|
bool L_69;
|
|
L_69 = Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline(L_67, L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_70 = V_7;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_71;
|
|
L_71 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
|
|
bool L_72;
|
|
L_72 = Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline(L_70, L_71, NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_73 = V_7;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_74 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_75 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_74);
|
|
bool L_76;
|
|
L_76 = Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline(L_73, L_75, NULL);
|
|
G_B27_0 = ((int32_t)(L_76));
|
|
goto IL_019c;
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
G_B27_0 = 0;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
V_12 = (bool)G_B27_0;
|
|
bool L_77 = V_12;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_78 = ___sprite1;
|
|
NullCheck(L_78);
|
|
String_t* L_79;
|
|
L_79 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_78, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_80 = V_7;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_81 = L_80;
|
|
RuntimeObject* L_82 = Box(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var, &L_81);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_83 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_84 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_83);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_85 = L_84;
|
|
RuntimeObject* L_86 = Box(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var, &L_85);
|
|
String_t* L_87;
|
|
L_87 = String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A(_stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03, L_79, L_82, L_86, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_mEF15C6B17CE4E1FA7E379CDB82CE40FCD89A3F28(L_87, NULL);
|
|
goto IL_01ed;
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_88 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_89 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_88);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_90;
|
|
L_90 = Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline(NULL);
|
|
bool L_91;
|
|
L_91 = Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline(L_89, L_90, NULL);
|
|
V_13 = L_91;
|
|
bool L_92 = V_13;
|
|
if (!L_92)
|
|
{
|
|
goto IL_01ed;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_93 = ___slices5;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_94 = V_7;
|
|
*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_93 = L_94;
|
|
}
|
|
|
|
IL_01ed:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_95 = V_6;
|
|
V_10 = L_95;
|
|
goto IL_01f3;
|
|
}
|
|
|
|
IL_01f3:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_96 = V_10;
|
|
return L_96;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::MakeVectorTextured(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.UIElements.VectorImage,UnityEngine.ScaleMode,UnityEngine.UIElements.ContextType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B RectangleParams_MakeVectorTextured_m67A1B2750689CC0EC8DA26FB090EA4F418905750 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv1, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage2, int32_t ___scaleMode3, int32_t ___panelContext4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
int32_t L_0 = ___panelContext4;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
|
L_1 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_0 = G_B3_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = ___rect0;
|
|
(&V_2)->___rect_0 = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = ___uv1;
|
|
(&V_2)->___uv_1 = L_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5;
|
|
L_5 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
(&V_2)->___color_2 = L_5;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___vectorImage2;
|
|
(&V_2)->___vectorImage_5 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___vectorImage_5), (void*)L_6);
|
|
int32_t L_7 = ___scaleMode3;
|
|
(&V_2)->___scaleMode_7 = L_7;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
|
|
(&V_2)->___playmodeTintColor_8 = L_8;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_9 = V_2;
|
|
V_1 = L_9;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_10 = V_1;
|
|
V_3 = L_10;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::HasRadius(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasRadius_mD5FCED05D5C5D320D0C3925667105DEFD0EDFC02 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* __this, float ___epsilon0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = (&__this->___topLeftRadius_9);
|
|
float L_1 = L_0->___x_0;
|
|
float L_2 = ___epsilon0;
|
|
if ((!(((float)L_1) > ((float)L_2))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_3 = (&__this->___topLeftRadius_9);
|
|
float L_4 = L_3->___y_1;
|
|
float L_5 = ___epsilon0;
|
|
if ((((float)L_4) > ((float)L_5)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_6 = (&__this->___topRightRadius_10);
|
|
float L_7 = L_6->___x_0;
|
|
float L_8 = ___epsilon0;
|
|
if ((!(((float)L_7) > ((float)L_8))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_9 = (&__this->___topRightRadius_10);
|
|
float L_10 = L_9->___y_1;
|
|
float L_11 = ___epsilon0;
|
|
if ((((float)L_10) > ((float)L_11)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_12 = (&__this->___bottomRightRadius_11);
|
|
float L_13 = L_12->___x_0;
|
|
float L_14 = ___epsilon0;
|
|
if ((!(((float)L_13) > ((float)L_14))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_15 = (&__this->___bottomRightRadius_11);
|
|
float L_16 = L_15->___y_1;
|
|
float L_17 = ___epsilon0;
|
|
if ((((float)L_16) > ((float)L_17)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = (&__this->___bottomLeftRadius_12);
|
|
float L_19 = L_18->___x_0;
|
|
float L_20 = ___epsilon0;
|
|
if ((!(((float)L_19) > ((float)L_20))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = (&__this->___bottomLeftRadius_12);
|
|
float L_22 = L_21->___y_1;
|
|
float L_23 = ___epsilon0;
|
|
G_B9_0 = ((((float)L_22) > ((float)L_23))? 1 : 0);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_0 = (bool)G_B11_0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
bool L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RectangleParams_HasRadius_mD5FCED05D5C5D320D0C3925667105DEFD0EDFC02_AdjustorThunk (RuntimeObject* __this, float ___epsilon0, const RuntimeMethod* method)
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RectangleParams_HasRadius_mD5FCED05D5C5D320D0C3925667105DEFD0EDFC02(_thisAdjusted, ___epsilon0, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_pinvoke(const TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F& unmarshaled, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___font_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'font' of type 'TextParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___font_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_pinvoke_back(const TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_pinvoke& marshaled, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F& unmarshaled)
|
|
{
|
|
Exception_t* ___font_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'font' of type 'TextParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___font_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_pinvoke_cleanup(TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_com(const TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F& unmarshaled, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___font_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'font' of type 'TextParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___font_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_com_back(const TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_com& marshaled, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F& unmarshaled)
|
|
{
|
|
Exception_t* ___font_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'font' of type 'TextParams': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___font_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
IL2CPP_EXTERN_C void TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshal_com_cleanup(TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextParams_GetHashCode_mC8A715BCEEDF161F0CDF1510C352C3C72B30C4A6 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (&__this->___rect_0);
|
|
int32_t L_1;
|
|
L_1 = Rect_GetHashCode_m8E55539476EA6B7A6E0CEC5F980227CD15B778F1(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
String_t* L_3 = __this->___text_1;
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)));
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)397)));
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_4 = __this->___text_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
V_0 = ((int32_t)(G_B3_1^G_B3_0));
|
|
int32_t L_6 = V_0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_7 = __this->___font_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)397)));
|
|
if (L_8)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(L_6, ((int32_t)397)));
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_9 = __this->___font_2;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_9);
|
|
G_B6_0 = L_10;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
V_0 = ((int32_t)(G_B6_1^G_B6_0));
|
|
int32_t L_11 = V_0;
|
|
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(L_11, ((int32_t)397)));
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C* L_12 = (&__this->___fontDefinition_3);
|
|
int32_t L_13;
|
|
L_13 = FontDefinition_GetHashCode_mAE455799B250E80471E797D4497B1DB9B715D8F6(L_12, NULL);
|
|
V_0 = ((int32_t)(G_B7_0^L_13));
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = __this->___fontSize_4;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_14, ((int32_t)397)))^L_15));
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = __this->___fontStyle_8;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)397)))^(int32_t)L_17));
|
|
int32_t L_18 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_19 = (&__this->___fontColor_9);
|
|
int32_t L_20;
|
|
L_20 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_19, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_18, ((int32_t)397)))^L_20));
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = __this->___anchor_10;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)397)))^(int32_t)L_22));
|
|
int32_t L_23 = V_0;
|
|
bool* L_24 = (&__this->___wordWrap_11);
|
|
int32_t L_25;
|
|
L_25 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_24, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)397)))^L_25));
|
|
int32_t L_26 = V_0;
|
|
float* L_27 = (&__this->___wordWrapWidth_12);
|
|
int32_t L_28;
|
|
L_28 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_27, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_26, ((int32_t)397)))^L_28));
|
|
int32_t L_29 = V_0;
|
|
bool* L_30 = (&__this->___richText_13);
|
|
int32_t L_31;
|
|
L_31 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_30, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_29, ((int32_t)397)))^L_31));
|
|
int32_t L_32 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_33 = (&__this->___playmodeTintColor_14);
|
|
int32_t L_34;
|
|
L_34 = Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline(L_33, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)397)))^L_34));
|
|
int32_t L_35 = V_0;
|
|
int32_t* L_36 = (&__this->___textOverflow_15);
|
|
int32_t L_37;
|
|
L_37 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_36, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_35, ((int32_t)397)))^L_37));
|
|
int32_t L_38 = V_0;
|
|
int32_t* L_39 = (&__this->___textOverflowPosition_16);
|
|
int32_t L_40;
|
|
L_40 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_39, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_38, ((int32_t)397)))^L_40));
|
|
int32_t L_41 = V_0;
|
|
int32_t* L_42 = (&__this->___overflow_17);
|
|
int32_t L_43;
|
|
L_43 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_42, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_41, ((int32_t)397)))^L_43));
|
|
int32_t L_44 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_45 = (&__this->___letterSpacing_5);
|
|
int32_t L_46;
|
|
L_46 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_45, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_44, ((int32_t)397)))^L_46));
|
|
int32_t L_47 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_48 = (&__this->___wordSpacing_6);
|
|
int32_t L_49;
|
|
L_49 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_48, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_47, ((int32_t)397)))^L_49));
|
|
int32_t L_50 = V_0;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_51 = (&__this->___paragraphSpacing_7);
|
|
int32_t L_52;
|
|
L_52 = Length_GetHashCode_m7FCE192F1A91640A688A055D08767B5964DAAF33(L_51, NULL);
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_50, ((int32_t)397)))^L_52));
|
|
int32_t L_53 = V_0;
|
|
V_1 = L_53;
|
|
goto IL_01b0;
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
int32_t L_54 = V_1;
|
|
return L_54;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TextParams_GetHashCode_mC8A715BCEEDF161F0CDF1510C352C3C72B30C4A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TextParams_GetHashCode_mC8A715BCEEDF161F0CDF1510C352C3C72B30C4A6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/TextParams UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::MakeStyleBased(UnityEngine.UIElements.VisualElement,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F TextParams_MakeStyleBased_mAE20D138F4DB1BDC449232103A09AF988D8C8D59 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, String_t* ___text1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0* V_1 = NULL;
|
|
bool V_2 = false;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B2_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B1_0 = NULL;
|
|
float G_B3_0 = 0.0f;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B3_1 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B5_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B4_0 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B6_1 = NULL;
|
|
RuntimeObject* G_B8_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B8_1 = NULL;
|
|
RuntimeObject* G_B7_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B7_1 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B9_1 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B11_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B10_0 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B12_0;
|
|
memset((&G_B12_0), 0, sizeof(G_B12_0));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B12_1 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B14_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B13_0 = NULL;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 G_B15_0;
|
|
memset((&G_B15_0), 0, sizeof(G_B15_0));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B15_1 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B17_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B16_0 = NULL;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 G_B18_0;
|
|
memset((&G_B18_0), 0, sizeof(G_B18_0));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B18_1 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B20_0 = NULL;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B19_0 = NULL;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 G_B21_0;
|
|
memset((&G_B21_0), 0, sizeof(G_B21_0));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F* G_B21_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_1;
|
|
L_1 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_0, NULL);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C L_2 = (*(ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C*)L_1);
|
|
V_0 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___ve0;
|
|
V_1 = ((TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)IsInstClass((RuntimeObject*)L_3, TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_il2cpp_TypeInfo_var));
|
|
TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0* L_4 = V_1;
|
|
V_2 = (bool)((((RuntimeObject*)(TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___ve0;
|
|
NullCheck(L_5);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_6;
|
|
L_6 = VisualElement_get_contentRect_m4D3C57AFA3D4DE425103F3AF9F2829EABA741A07(L_5, NULL);
|
|
(&V_3)->___rect_0 = L_6;
|
|
String_t* L_7 = ___text1;
|
|
(&V_3)->___text_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___text_1), (void*)L_7);
|
|
FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C L_8;
|
|
L_8 = ComputedStyle_get_unityFontDefinition_mBD060AAC591243B959A2F0E323138C3D6B573A8D((&V_0), NULL);
|
|
(&V_3)->___fontDefinition_3 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_3)->___fontDefinition_3))->___m_Font_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_3)->___fontDefinition_3))->___m_FontAsset_1), (void*)NULL);
|
|
#endif
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___ve0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_10;
|
|
L_10 = TextUtilities_GetFont_mCB63C2C5B1AC1B59AC45B0EE4956EE90A7EA6192(L_9, NULL);
|
|
(&V_3)->___font_2 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___font_2), (void*)L_10);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_11;
|
|
L_11 = ComputedStyle_get_fontSize_m8EC7665FA467E17E3FF44A3A3AA61B1BB1D79272((&V_0), NULL);
|
|
V_4 = L_11;
|
|
float L_12;
|
|
L_12 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_4), NULL);
|
|
(&V_3)->___fontSize_4 = il2cpp_codegen_cast_double_to_int<int32_t>(L_12);
|
|
int32_t L_13;
|
|
L_13 = ComputedStyle_get_unityFontStyleAndWeight_mE355186855A01D29AB8AD3D424E356D34ACDAD53((&V_0), NULL);
|
|
(&V_3)->___fontStyle_8 = L_13;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
|
|
L_14 = ComputedStyle_get_color_m287029A6D6ED7CF9E77FCE908B258304D6A8AE3C((&V_0), NULL);
|
|
(&V_3)->___fontColor_9 = L_14;
|
|
int32_t L_15;
|
|
L_15 = ComputedStyle_get_unityTextAlign_m189359805CF935DB32D33D9C9E42887EBCA63A44((&V_0), NULL);
|
|
(&V_3)->___anchor_10 = L_15;
|
|
int32_t L_16;
|
|
L_16 = ComputedStyle_get_whiteSpace_m4A7A9F132EDFE87B9E119DC21A25FB0FAB4D2D2D((&V_0), NULL);
|
|
(&V_3)->___wordWrap_11 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
|
|
int32_t L_17;
|
|
L_17 = ComputedStyle_get_whiteSpace_m4A7A9F132EDFE87B9E119DC21A25FB0FAB4D2D2D((&V_0), NULL);
|
|
G_B1_0 = (&V_3);
|
|
if (!L_17)
|
|
{
|
|
G_B2_0 = (&V_3);
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (0.0f);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___ve0;
|
|
NullCheck(L_18);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
L_19 = VisualElement_get_contentRect_m4D3C57AFA3D4DE425103F3AF9F2829EABA741A07(L_18, NULL);
|
|
V_5 = L_19;
|
|
float L_20;
|
|
L_20 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_5), NULL);
|
|
G_B3_0 = L_20;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
G_B3_1->___wordWrapWidth_12 = G_B3_0;
|
|
TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0* L_21 = V_1;
|
|
G_B4_0 = (&V_3);
|
|
if (L_21)
|
|
{
|
|
G_B5_0 = (&V_3);
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = TextElement_get_enableRichText_mEE9AF3B9D18988A715A5A648FC53511ECC8EB75B(L_22, NULL);
|
|
G_B6_0 = ((int32_t)(L_23));
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
G_B6_1->___richText_13 = (bool)G_B6_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___ve0;
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_24, NULL);
|
|
RuntimeObject* L_26 = L_25;
|
|
G_B7_0 = L_26;
|
|
G_B7_1 = (&V_3);
|
|
if (L_26)
|
|
{
|
|
G_B8_0 = L_26;
|
|
G_B8_1 = (&V_3);
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_1;
|
|
goto IL_00f4;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
NullCheck(G_B8_0);
|
|
int32_t L_27;
|
|
L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, G_B8_0);
|
|
G_B9_0 = ((((int32_t)L_27) == ((int32_t)1))? 1 : 0);
|
|
G_B9_1 = G_B8_1;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
G_B10_0 = G_B9_1;
|
|
if (G_B9_0)
|
|
{
|
|
G_B11_0 = G_B9_1;
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_28;
|
|
L_28 = Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline(NULL);
|
|
G_B12_0 = L_28;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_0102;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B12_0 = L_29;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
G_B12_1->___playmodeTintColor_14 = G_B12_0;
|
|
int32_t L_30;
|
|
L_30 = ComputedStyle_get_textOverflow_m1D6D87744472BFD4F90C88C34E5601F79CD22A49((&V_0), NULL);
|
|
(&V_3)->___textOverflow_15 = L_30;
|
|
int32_t L_31;
|
|
L_31 = ComputedStyle_get_unityTextOverflowPosition_mD2AE8FE735F17A68CA9E83BC7542A87C5D72AFE1((&V_0), NULL);
|
|
(&V_3)->___textOverflowPosition_16 = L_31;
|
|
int32_t L_32;
|
|
L_32 = ComputedStyle_get_overflow_m904B36CF971CBAD3B1B5D6239E1FB982FCF5548F((&V_0), NULL);
|
|
(&V_3)->___overflow_17 = L_32;
|
|
bool L_33 = V_2;
|
|
G_B13_0 = (&V_3);
|
|
if (L_33)
|
|
{
|
|
G_B14_0 = (&V_3);
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_34;
|
|
L_34 = ComputedStyle_get_letterSpacing_mC97B105B27FE0DD89926488744CD5D41B6193341((&V_0), NULL);
|
|
G_B15_0 = L_34;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_35;
|
|
L_35 = Length_op_Implicit_mA306DDA67C43304BDA099FB2748FEC9EAAC94A94((0.0f), NULL);
|
|
G_B15_0 = L_35;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
G_B15_1->___letterSpacing_5 = G_B15_0;
|
|
bool L_36 = V_2;
|
|
G_B16_0 = (&V_3);
|
|
if (L_36)
|
|
{
|
|
G_B17_0 = (&V_3);
|
|
goto IL_015c;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_37;
|
|
L_37 = ComputedStyle_get_wordSpacing_m86FF29832288C08B319BFE5085B9A504CFE2A01B((&V_0), NULL);
|
|
G_B18_0 = L_37;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_015c:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_38;
|
|
L_38 = Length_op_Implicit_mA306DDA67C43304BDA099FB2748FEC9EAAC94A94((0.0f), NULL);
|
|
G_B18_0 = L_38;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
G_B18_1->___wordSpacing_6 = G_B18_0;
|
|
bool L_39 = V_2;
|
|
G_B19_0 = (&V_3);
|
|
if (L_39)
|
|
{
|
|
G_B20_0 = (&V_3);
|
|
goto IL_0179;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_40;
|
|
L_40 = ComputedStyle_get_unityParagraphSpacing_m0FAE2305177BBB53401BDC133C4C9C311F3A8429((&V_0), NULL);
|
|
G_B21_0 = L_40;
|
|
G_B21_1 = G_B19_0;
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_41;
|
|
L_41 = Length_op_Implicit_mA306DDA67C43304BDA099FB2748FEC9EAAC94A94((0.0f), NULL);
|
|
G_B21_0 = L_41;
|
|
G_B21_1 = G_B20_0;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
G_B21_1->___paragraphSpacing_7 = G_B21_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___ve0;
|
|
NullCheck(L_42);
|
|
RuntimeObject* L_43;
|
|
L_43 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_42, NULL);
|
|
(&V_3)->___panel_18 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___panel_18), (void*)L_43);
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_44 = V_3;
|
|
V_6 = L_44;
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_45 = V_6;
|
|
return L_45;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.TextNativeSettings UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::GetTextNativeSettings(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 TextParams_GetTextNativeSettings_m38DACD598D0BFF7157556C2EBE03AB56F7089393 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___textParams0, float ___scaling1, const RuntimeMethod* method)
|
|
{
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_0 = ___textParams0;
|
|
String_t* L_1 = L_0.___text_1;
|
|
(&V_0)->___text_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_0), (void*)L_1);
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_2 = ___textParams0;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_3;
|
|
L_3 = TextUtilities_GetFont_m34C7B874B2CEEC492741355623303C45AD408C6E(L_2, NULL);
|
|
(&V_0)->___font_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___font_1), (void*)L_3);
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_4 = ___textParams0;
|
|
int32_t L_5 = L_4.___fontSize_4;
|
|
(&V_0)->___size_2 = L_5;
|
|
float L_6 = ___scaling1;
|
|
(&V_0)->___scaling_3 = L_6;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_7 = ___textParams0;
|
|
int32_t L_8 = L_7.___fontStyle_8;
|
|
(&V_0)->___style_4 = L_8;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_9 = ___textParams0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = L_9.___fontColor_9;
|
|
(&V_0)->___color_5 = L_10;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_11 = ___textParams0;
|
|
int32_t L_12 = L_11.___anchor_10;
|
|
(&V_0)->___anchor_6 = L_12;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_13 = ___textParams0;
|
|
bool L_14 = L_13.___wordWrap_11;
|
|
(&V_0)->___wordWrap_7 = L_14;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_15 = ___textParams0;
|
|
float L_16 = L_15.___wordWrapWidth_12;
|
|
(&V_0)->___wordWrapWidth_8 = L_16;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_17 = ___textParams0;
|
|
bool L_18 = L_17.___richText_13;
|
|
(&V_0)->___richText_9 = L_18;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_19 = V_0;
|
|
V_1 = L_19;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_20 = V_1;
|
|
return L_20;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContext::.ctor(UnityEngine.UIElements.IStylePainter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext__ctor_m164C9A86871A2AF600C86C21FEBA66D6901552AA (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, RuntimeObject* ___painter0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
RuntimeObject* L_0 = ___painter0;
|
|
__this->___painter_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___painter_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater__ctor_m8B71CE68248CB6F631B36DFA2C0E523873082689 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelChanged_m8D3AD7BCE37157C6189B8F267E830AB4CFB190F7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
BaseVisualTreeUpdater__ctor_m64962BB0B4E0EE94292901B60BC5BA826FF5301B(__this, NULL);
|
|
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* L_0 = (Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53*)il2cpp_codegen_object_new(Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Action_1__ctor_mFD901720CA0969541BCC09A9D54A99329A963BC3(L_0, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelChanged_m8D3AD7BCE37157C6189B8F267E830AB4CFB190F7_RuntimeMethod_var), NULL);
|
|
BaseVisualTreeUpdater_add_panelChanged_m05C16BEBB2A2FA86EA151A1BAFBD0AA9B427A374(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRRepaintUpdater::get_profilerMarker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD UIRRepaintUpdater_get_profilerMarker_mEB3B72D51E8FB15FC832326B3C2D47EE5B771E93 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields*)il2cpp_codegen_static_fields_for(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var))->___s_ProfilerMarker_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_drawStats()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_drawStats_mDA2556C2070E8D05020C3172C3856A06DB624B1A (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_breakBatches()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_breakBatches_mC177B7C4E42F7F2D5977F0DECF46AD6F849261B9 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CbreakBatchesU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnVersionChanged(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VersionChangeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnVersionChanged_m3246DF9A48E30A6E8D09127390B445C3809B9844 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___versionChangeType1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_6 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_6;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_2 = ___versionChangeType1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_3 = ___versionChangeType1;
|
|
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_4 = ___versionChangeType1;
|
|
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_5 = ___versionChangeType1;
|
|
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_5&((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_6 = ___versionChangeType1;
|
|
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_7 = ___versionChangeType1;
|
|
V_5 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&((int32_t)16384)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_8 = V_5;
|
|
V_7 = L_8;
|
|
bool L_9 = V_7;
|
|
if (!L_9)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___ve0;
|
|
NullCheck(L_10);
|
|
RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C(L_10, L_11, NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
bool L_12 = V_0;
|
|
bool L_13 = V_1;
|
|
bool L_14 = V_4;
|
|
V_8 = (bool)((int32_t)(((int32_t)((int32_t)L_12|(int32_t)L_13))|(int32_t)L_14));
|
|
bool L_15 = V_8;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_16 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___ve0;
|
|
bool L_18 = V_0;
|
|
bool L_19 = V_1;
|
|
bool L_20 = V_4;
|
|
NullCheck(L_16);
|
|
RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF(L_16, L_17, L_18, (bool)((int32_t)((int32_t)L_19|(int32_t)L_20)), NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
bool L_21 = V_2;
|
|
bool L_22 = V_3;
|
|
V_9 = (bool)((int32_t)((int32_t)L_21|(int32_t)L_22));
|
|
bool L_23 = V_9;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_24 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___ve0;
|
|
NullCheck(L_24);
|
|
RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74(L_24, L_25, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
int32_t L_26 = ___versionChangeType1;
|
|
V_10 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_26&((int32_t)4096)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_27 = V_10;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_28 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___ve0;
|
|
NullCheck(L_28);
|
|
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(L_28, L_29, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t L_30 = ___versionChangeType1;
|
|
V_11 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_30&((int32_t)8192)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_31 = V_11;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_32 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___ve0;
|
|
NullCheck(L_32);
|
|
RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5(L_32, L_33, NULL);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
int32_t L_34 = ___versionChangeType1;
|
|
V_12 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_34&((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_35 = V_12;
|
|
if (!L_35)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_36 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_37 = ___ve0;
|
|
NullCheck(L_36);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_36, L_37, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::Update()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_Update_m60768590470ADA48C99F8AA9E1FF47AEB7928D4D (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_1 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
UIRRepaintUpdater_InitRenderChain_mAF9008BC6457FB69BA4B8C1ACDE18F99AFD9C01E(__this, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_2 = __this->___renderChain_3;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_3 = __this->___renderChain_3;
|
|
NullCheck(L_3);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_4;
|
|
L_4 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_3, NULL);
|
|
G_B5_0 = ((((RuntimeObject*)(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = __this->___renderChain_3;
|
|
NullCheck(L_6);
|
|
RenderChain_ProcessChanges_m3A66729977C07DFD11210D917DB8AECE8D4A57A5(L_6, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7;
|
|
L_7 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_7);
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_8;
|
|
L_8 = BaseVisualElementPanel_get_clearSettings_mB19B34235C67D4E8AA325A1227F1B85BBD85BDA7_inline(L_7, NULL);
|
|
V_0 = L_8;
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_9 = V_0;
|
|
bool L_10 = L_9.___clearColor_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_11 = V_0;
|
|
bool L_12 = L_11.___clearDepthStencil_0;
|
|
G_B10_0 = ((int32_t)(L_12));
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
G_B10_0 = 1;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
V_3 = (bool)G_B10_0;
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_14 = V_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15 = L_14.___color_2;
|
|
V_4 = L_15;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = V_4;
|
|
float L_17 = L_16.___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18;
|
|
L_18 = Color_RGBMultiplied_m4B3BAE4310EA98451D608E0300331012AFFF1B01_inline((&V_4), L_17, NULL);
|
|
V_4 = L_18;
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_19 = V_0;
|
|
bool L_20 = L_19.___clearDepthStencil_0;
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_21 = V_0;
|
|
bool L_22 = L_21.___clearColor_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = V_4;
|
|
GL_Clear_mD748D5A6771761276FC9D2575A6873E51F90EA98(L_20, L_22, L_23, (0.99000001f), NULL);
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_24 = __this->___renderChain_3;
|
|
bool L_25;
|
|
L_25 = UIRRepaintUpdater_get_drawStats_mDA2556C2070E8D05020C3172C3856A06DB624B1A_inline(__this, NULL);
|
|
NullCheck(L_24);
|
|
RenderChain_set_drawStats_m1FA483EACE6A19A312E528B31E366560D85DDDB1_inline(L_24, L_25, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_26 = __this->___renderChain_3;
|
|
NullCheck(L_26);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_27;
|
|
L_27 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_26, NULL);
|
|
bool L_28;
|
|
L_28 = UIRRepaintUpdater_get_breakBatches_mC177B7C4E42F7F2D5977F0DECF46AD6F849261B9_inline(__this, NULL);
|
|
NullCheck(L_27);
|
|
UIRenderDevice_set_breakBatches_m301332D143892B4498E39DED35FE0DC3256880D4_inline(L_27, L_28, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_29 = __this->___renderChain_3;
|
|
NullCheck(L_29);
|
|
RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E(L_29, NULL);
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIRRepaintUpdater::CreateRenderChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* UIRRepaintUpdater_CreateRenderChain_m5E6B3CAEAA03AD7784C2C8D66D98C6D34D4764D8 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_0 = NULL;
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0;
|
|
L_0 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_1 = (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)il2cpp_codegen_object_new(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
RenderChain__ctor_mAB2E2A8899FF4674D23CEA4260756964ED8D8B45(L_1, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater__cctor_mCA31ED31145A635EFFB4DB8BF25584EA811B3D59 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnGraphicsResourcesRecreate_m438F978E81851476DA62F795ED074A4F7DD2B02E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D6C61B181ED3B6899F71FAAC5929696215D64D4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields*)il2cpp_codegen_static_fields_for(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var))->___s_Description_4 = _stringLiteral4D6C61B181ED3B6899F71FAAC5929696215D64D4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields*)il2cpp_codegen_static_fields_for(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var))->___s_Description_4), (void*)_stringLiteral4D6C61B181ED3B6899F71FAAC5929696215D64D4);
|
|
String_t* L_0 = ((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields*)il2cpp_codegen_static_fields_for(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var))->___s_Description_4;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), L_0, /*hidden argument*/NULL);
|
|
((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields*)il2cpp_codegen_static_fields_for(UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var))->___s_ProfilerMarker_5 = L_1;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_2 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_2, NULL, (intptr_t)((void*)UIRRepaintUpdater_OnGraphicsResourcesRecreate_m438F978E81851476DA62F795ED074A4F7DD2B02E_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
|
|
Utility_add_GraphicsResourcesRecreate_m11A4A0B4368B22DE41056758D2A4208AB871DF54(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnGraphicsResourcesRecreate(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnGraphicsResourcesRecreate_m438F978E81851476DA62F795ED074A4F7DD2B02E (bool ___recreate0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B6_0 = NULL;
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B5_0 = NULL;
|
|
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B10_0 = NULL;
|
|
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B9_0 = NULL;
|
|
{
|
|
bool L_0 = ___recreate0;
|
|
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
UIRenderDevice_PrepareForGfxDeviceRecreate_m00C75BF4418D607A2F4983A6600F64F1C48D13F2(NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 L_2;
|
|
L_2 = UIElementsUtility_GetPanelsIterator_m5FFB8FEC04F65C86DA3BFE45ACC6C0939F43CC10(NULL);
|
|
V_0 = L_2;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
bool L_3 = ___recreate0;
|
|
V_2 = L_3;
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 L_5;
|
|
L_5 = Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline((&V_0), Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
|
|
V_3 = L_5;
|
|
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_6;
|
|
L_6 = KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline((&V_3), KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
|
|
NullCheck(L_6);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_7;
|
|
L_7 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(47 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_6);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_8 = L_7;
|
|
G_B5_0 = L_8;
|
|
if (L_8)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
VirtualActionInvoker0::Invoke(6 /* System.Void UnityEngine.UIElements.AtlasBase::Reset() */, G_B6_0);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 L_9;
|
|
L_9 = Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline((&V_0), Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
|
|
V_3 = L_9;
|
|
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_10;
|
|
L_10 = KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline((&V_3), KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(44 /* UnityEngine.UIElements.IVisualTreeUpdater UnityEngine.UIElements.BaseVisualElementPanel::GetUpdater(UnityEngine.UIElements.VisualTreeUpdatePhase) */, L_10, 6);
|
|
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* L_12 = ((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E*)IsInstClass((RuntimeObject*)L_11, UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var));
|
|
G_B9_0 = L_12;
|
|
if (L_12)
|
|
{
|
|
G_B10_0 = L_12;
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
NullCheck(G_B10_0);
|
|
UIRRepaintUpdater_DestroyRenderChain_m07C7EE23D66D36F0C70A1A48452DDEDAF6F54A31(G_B10_0, NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
bool L_13;
|
|
L_13 = Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9((&V_0), Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
|
|
V_4 = L_13;
|
|
bool L_14 = V_4;
|
|
if (L_14)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = ___recreate0;
|
|
V_5 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
|
|
bool L_16 = V_5;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
UIRenderDevice_FlushAllPendingDeviceDisposes_m5F3D925D05CC7D78F64F596CE53B3EE5128270D4(NULL);
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
UIRenderDevice_WrapUpGfxDeviceRecreate_m0C6BE408CD67B0ACC25B4B29D3B812BD7855B023(NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelChanged(UnityEngine.UIElements.BaseVisualElementPanel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelChanged_m8D3AD7BCE37157C6189B8F267E830AB4CFB190F7 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIRRepaintUpdater_DetachFromPanel_mB8675A526B5456B6EE5338BA367E9B06345DA919(__this, NULL);
|
|
UIRRepaintUpdater_AttachToPanel_m01B263CDC60D96B56D6165015DB619D249EE9192(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::AttachToPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_AttachToPanel_m01B263CDC60D96B56D6165015DB619D249EE9192 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___attachedPanel_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
|
|
L_1 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
V_0 = (bool)((((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3;
|
|
L_3 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
__this->___attachedPanel_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___attachedPanel_2), (void*)L_3);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
BaseVisualElementPanel_add_atlasChanged_m18EFC22B4AE0264F1666AB89BC9D81013D95CC36(L_4, L_5, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_6 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_7, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
BaseVisualElementPanel_add_standardShaderChanged_mD3345035EABADED2995A5032469355E2EEFBF9C3(L_6, L_7, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_8 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_9, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC_RuntimeMethod_var), NULL);
|
|
NullCheck(L_8);
|
|
BaseVisualElementPanel_add_standardWorldSpaceShaderChanged_m06F6236A88E2A34BD6A42E748C915487C87AC16D(L_8, L_9, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_10 = __this->___attachedPanel_2;
|
|
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* L_11 = (HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705*)il2cpp_codegen_object_new(HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
HierarchyEvent__ctor_mCB726C6A425D3CE8179A20AEE7D4D769D57E6E74(L_11, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2_RuntimeMethod_var), NULL);
|
|
NullCheck(L_10);
|
|
BaseVisualElementPanel_add_hierarchyChanged_mFF50603F086261870B15F30A712DB368D5126113(L_10, L_11, NULL);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::DetachFromPanel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_DetachFromPanel_mB8675A526B5456B6EE5338BA367E9B06345DA919 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___attachedPanel_2;
|
|
V_0 = (bool)((((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
UIRRepaintUpdater_DestroyRenderChain_m07C7EE23D66D36F0C70A1A48452DDEDAF6F54A31(__this, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_2 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_3, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
BaseVisualElementPanel_remove_atlasChanged_m178444735E6DB400CF74F575F7B36C2D6D7D1683(L_2, L_3, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_4 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19_RuntimeMethod_var), NULL);
|
|
NullCheck(L_4);
|
|
BaseVisualElementPanel_remove_standardShaderChanged_m7AA66666EDD80D8CA269E9055863C653EF0F6337(L_4, L_5, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_6 = __this->___attachedPanel_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_7, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
BaseVisualElementPanel_remove_standardWorldSpaceShaderChanged_mEBEB2909C84344C3E3466062D093BBE45294755A(L_6, L_7, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_8 = __this->___attachedPanel_2;
|
|
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* L_9 = (HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705*)il2cpp_codegen_object_new(HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
HierarchyEvent__ctor_mCB726C6A425D3CE8179A20AEE7D4D769D57E6E74(L_9, __this, (intptr_t)((void*)UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2_RuntimeMethod_var), NULL);
|
|
NullCheck(L_8);
|
|
BaseVisualElementPanel_remove_hierarchyChanged_mA06709F8940E9339884B4AA256907E6E3D734097(L_8, L_9, NULL);
|
|
__this->___attachedPanel_2 = (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___attachedPanel_2), (void*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)NULL);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::InitRenderChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_InitRenderChain_mAF9008BC6457FB69BA4B8C1ACDE18F99AFD9C01E (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0;
|
|
L_0 = VirtualFuncInvoker0< RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* >::Invoke(14 /* UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIRRepaintUpdater::CreateRenderChain() */, __this);
|
|
__this->___renderChain_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___renderChain_3), (void*)L_0);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1 = __this->___attachedPanel_2;
|
|
NullCheck(L_1);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_1);
|
|
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = __this->___renderChain_3;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_5 = __this->___attachedPanel_2;
|
|
NullCheck(L_5);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_5);
|
|
NullCheck(L_4);
|
|
RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32(L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19(__this, NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7;
|
|
L_7 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(40 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.BaseVisualElementPanel::get_contextType() */, L_7);
|
|
V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC(__this, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::DestroyRenderChain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_DestroyRenderChain_m07C7EE23D66D36F0C70A1A48452DDEDAF6F54A31 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_0 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_2 = __this->___renderChain_3;
|
|
NullCheck(L_2);
|
|
RenderChain_Dispose_mBAF8084B843D14E1A5E3CE8B1B3E69EE2ED7B7BA(L_2, NULL);
|
|
__this->___renderChain_3 = (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___renderChain_3), (void*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL);
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_3 = __this->___attachedPanel_2;
|
|
NullCheck(L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4;
|
|
L_4 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(34 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_3);
|
|
UIRRepaintUpdater_ResetAllElementsDataRecursive_m85124D73441E8AB7DE046C466FDECE0CECC86DA1(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelAtlasChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelAtlasChanged_mDAB15DA4CD8FD5478140F2D3F6B2FACFC4E35716 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIRRepaintUpdater_DestroyRenderChain_m07C7EE23D66D36F0C70A1A48452DDEDAF6F54A31(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelHierarchyChanged(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.HierarchyChangeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelHierarchyChanged_mE2C9D816DD8D6B698DAD0C5638745E08852DF6B2 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, int32_t ___changeType1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_0 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_2 = ___changeType1;
|
|
V_2 = L_2;
|
|
int32_t L_3 = V_2;
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_5 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___ve0;
|
|
NullCheck(L_5);
|
|
RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32(L_5, L_6, NULL);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_7 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___ve0;
|
|
NullCheck(L_7);
|
|
RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3(L_7, L_8, NULL);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_9 = __this->___renderChain_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___ve0;
|
|
NullCheck(L_9);
|
|
RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553(L_9, L_10, NULL);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelStandardShaderChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelStandardShaderChanged_m53B4DBF5D9103224AE5255A5868DC947773FAC19 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0CFACCBB2D28784F4ECDC0A8BCC7BC32ADDA940);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_1 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_2;
|
|
L_2 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_2);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
|
|
L_3 = VirtualFuncInvoker0< Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* >::Invoke(45 /* UnityEngine.Shader UnityEngine.UIElements.BaseVisualElementPanel::get_standardShader() */, L_2);
|
|
V_0 = L_3;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_5;
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = ((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultShaderName_0;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8;
|
|
L_8 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_7, NULL);
|
|
V_0 = L_8;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_10, _stringLiteralB0CFACCBB2D28784F4ECDC0A8BCC7BC32ADDA940, NULL);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_11 = V_0;
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_3 = L_12;
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14 = V_0;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_15, NULL);
|
|
NullCheck(L_15);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_15, ((int32_t)((int32_t)L_16|4)), NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = __this->___renderChain_3;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_18 = V_0;
|
|
NullCheck(L_17);
|
|
RenderChain_set_defaultShader_mDCF118253FB3E7104BA95740F94A6728B56333D6(L_17, L_18, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::OnPanelStandardWorldSpaceShaderChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged_mECFF30E8C3F2817D44F05A1DF73642584FF6D4FC (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBEDCDFAFFDF19A76AA19451CC0199177F86E1350);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___renderChain_3;
|
|
V_1 = (bool)((((RuntimeObject*)(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_2;
|
|
L_2 = BaseVisualTreeUpdater_get_panel_mF6239BD11A1C6EDD79F9B012ABADCAFB1408FB22(__this, NULL);
|
|
NullCheck(L_2);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
|
|
L_3 = VirtualFuncInvoker0< Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* >::Invoke(46 /* UnityEngine.Shader UnityEngine.UIElements.BaseVisualElementPanel::get_standardWorldSpaceShader() */, L_2);
|
|
V_0 = L_3;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_5;
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = ((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultWorldSpaceShaderName_1;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8;
|
|
L_8 = Shader_Find_mFF2A8FC042B9CFAA9800679CA674D52859BF3A72(L_7, NULL);
|
|
V_0 = L_8;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m9CA35857A4FF29506840C572F2C7BA233805B806(L_10, _stringLiteralBEDCDFAFFDF19A76AA19451CC0199177F86E1350, NULL);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_11 = V_0;
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_3 = L_12;
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14 = V_0;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_15, NULL);
|
|
NullCheck(L_15);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_15, ((int32_t)((int32_t)L_16|4)), NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = __this->___renderChain_3;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_18 = V_0;
|
|
NullCheck(L_17);
|
|
RenderChain_set_defaultWorldSpaceShader_m50EEFD4B2ED5067AE0E371ED1C7B797571E55E4F(L_17, L_18, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::ResetAllElementsDataRecursive(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_ResetAllElementsDataRecursive_m85124D73441E8AB7DE046C466FDECE0CECC86DA1 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (&L_0->___renderChainData_20);
|
|
il2cpp_codegen_initobj(L_1, sizeof(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___ve0;
|
|
NullCheck(L_2);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_3;
|
|
L_3 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_2, NULL);
|
|
V_1 = L_3;
|
|
int32_t L_4;
|
|
L_4 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_1), NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___ve0;
|
|
NullCheck(L_5);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_6;
|
|
L_6 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_5, NULL);
|
|
V_1 = L_6;
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = L_7;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9;
|
|
L_9 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_1), L_8, NULL);
|
|
UIRRepaintUpdater_ResetAllElementsDataRecursive_m85124D73441E8AB7DE046C466FDECE0CECC86DA1(__this, L_9, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_10) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_2;
|
|
if (L_11)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::get_disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_disposed_mDE936EE1A1A18F043F1D4005255EEB3BB46C8C61 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::set_disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_set_disposed_m6C50264069EA286169D790376C80F93F45A1F8A1 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRRepaintUpdater::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRRepaintUpdater_Dispose_m0716C7235DC607CF86522AC292EDD17824B56C71 (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = UIRRepaintUpdater_get_disposed_mDE936EE1A1A18F043F1D4005255EEB3BB46C8C61_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___disposing0;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
UIRRepaintUpdater_DetachFromPanel_mB8675A526B5456B6EE5338BA367E9B06345DA919(__this, NULL);
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
UIRRepaintUpdater_set_disposed_m6C50264069EA286169D790376C80F93F45A1F8A1_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.UIElements.TextureId::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
__this->___m_Index_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8_AdjustorThunk (RuntimeObject* __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*>(__this + _offset);
|
|
TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8(_thisAdjusted, ___index0, method);
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.TextureId::get_index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Index_0;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, 1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single UnityEngine.UIElements.TextureId::ConvertToGpu()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27(__this, NULL);
|
|
V_0 = ((float)L_0);
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.TextureId::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureId_Equals_m455DF7673CD85DCDDAA9AAC0F888DA8F8488081D (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___obj0;
|
|
V_0 = (bool)((((int32_t)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RuntimeObject* L_2 = ___obj0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_3 = (*(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B_inline(((*(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*)((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*)(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*)UnBox(L_2, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var)))), L_3, NULL);
|
|
V_1 = L_4;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TextureId_Equals_m455DF7673CD85DCDDAA9AAC0F888DA8F8488081D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = TextureId_Equals_m455DF7673CD85DCDDAA9AAC0F888DA8F8488081D(_thisAdjusted, ___obj0, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.TextureId::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureId_GetHashCode_mB3900AF53699A0CD79DE1C42AA5D931ADB58DA0C (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Index_0;
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL);
|
|
V_1 = L_1;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t TextureId_GetHashCode_mB3900AF53699A0CD79DE1C42AA5D931ADB58DA0C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = TextureId_GetHashCode_mB3900AF53699A0CD79DE1C42AA5D931ADB58DA0C_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.TextureId::op_Equality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___left0;
|
|
int32_t L_1 = L_0.___m_Index_0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ___right1;
|
|
int32_t L_3 = L_2.___m_Index_0;
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.TextureId::op_Inequality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m74961070290D3358A075380639AECCBF0F2FDFD0 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___left0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ___right1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B_inline(L_0, L_1, NULL);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureId::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureId__cctor_mC4902EB9A8ABAC2047D1E5380A3B00785C0CE703 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8((&L_0), (-1), /*hidden argument*/NULL);
|
|
((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::get_instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = ((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.Texture UnityEngine.UIElements.TextureRegistry::GetTexture(UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureRegistry_GetTexture_mB02C07261977269B6661D7A6D95ED757178676AE (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F944A70E1FA8C1798D32C5157D50E0ACEE3BDA2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEDB9DC254528B25B178CAE11A4637AF34D2036);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_2 = __this->___m_Textures_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline(L_2, List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5;
|
|
L_5 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralBBEDB9DC254528B25B178CAE11A4637AF34D2036, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_8, NULL);
|
|
V_2 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_9 = __this->___m_Textures_0;
|
|
int32_t L_10;
|
|
L_10 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
NullCheck(L_9);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_11;
|
|
L_11 = List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247(L_9, L_10, List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_12 = V_0;
|
|
int32_t L_13 = L_12.___refCount_2;
|
|
V_3 = (bool)((((int32_t)L_13) < ((int32_t)1))? 1 : 0);
|
|
bool L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15;
|
|
L_15 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_16 = L_15;
|
|
RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16);
|
|
String_t* L_18;
|
|
L_18 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral2F944A70E1FA8C1798D32C5157D50E0ACEE3BDA2, L_17, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_18, NULL);
|
|
V_2 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_19 = V_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = L_19.___texture_0;
|
|
V_2 = L_20;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = V_2;
|
|
return L_21;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureRegistry::AllocAndAcquireDynamic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_AllocAndAcquireDynamic_m2312E5AFDC5B5CCAE30B22B5388E2EEDB0C6A3CE (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, const RuntimeMethod* method)
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0;
|
|
L_0 = TextureRegistry_AllocAndAcquire_m1BA0422DD527C0F54EA35E50CB72917B39C88A80(__this, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (bool)1, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::UpdateDynamic(UnityEngine.UIElements.TextureId,UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry_UpdateDynamic_mFC53B83268538012B8E429C960C64231B3802897 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C8B8575EA768862D097FE0DE578FDA1BDA98ED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9B5DC25F2DBD08397FE0F4A942BB810B4500E4C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA0F0303588FE35C1D89860433393586C3359107);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_2 = __this->___m_Textures_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline(L_2, List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5;
|
|
L_5 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral00C8B8575EA768862D097FE0DE578FDA1BDA98ED, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_8, NULL);
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_9 = __this->___m_Textures_0;
|
|
int32_t L_10;
|
|
L_10 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
NullCheck(L_9);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_11;
|
|
L_11 = List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247(L_9, L_10, List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_12 = V_0;
|
|
bool L_13 = L_12.___dynamic_1;
|
|
V_2 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
|
|
bool L_14 = V_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15;
|
|
L_15 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_16 = L_15;
|
|
RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16);
|
|
String_t* L_18;
|
|
L_18 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralEA0F0303588FE35C1D89860433393586C3359107, L_17, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_18, NULL);
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_19 = V_0;
|
|
int32_t L_20 = L_19.___refCount_2;
|
|
V_3 = (bool)((((int32_t)L_20) < ((int32_t)1))? 1 : 0);
|
|
bool L_21 = V_3;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22;
|
|
L_22 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_23 = L_22;
|
|
RuntimeObject* L_24 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_23);
|
|
String_t* L_25;
|
|
L_25 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteralA9B5DC25F2DBD08397FE0F4A942BB810B4500E4C, L_24, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_25, NULL);
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26 = ___texture1;
|
|
(&V_0)->___texture_0 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___texture_0), (void*)L_26);
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_27 = __this->___m_Textures_0;
|
|
int32_t L_28;
|
|
L_28 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_29 = V_0;
|
|
NullCheck(L_27);
|
|
List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9(L_27, L_28, L_29, List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureRegistry::AllocAndAcquire(UnityEngine.Texture,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_AllocAndAcquire_m1BA0422DD527C0F54EA35E50CB72917B39C88A80 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture0, bool ___dynamic1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m07979CE313024705F8601B859988BF128A89D73A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36773FD703C888D504C196B886D568671BBE3365);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FD97401D6E675D3ECF55ECF43DFE7D7E3A20029);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B));
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___texture0;
|
|
(&V_2)->___texture_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___texture_0), (void*)L_0);
|
|
bool L_1 = ___dynamic1;
|
|
(&V_2)->___dynamic_1 = L_1;
|
|
(&V_2)->___refCount_2 = 1;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_2 = V_2;
|
|
V_1 = L_2;
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* L_3 = __this->___m_FreeIds_2;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_inline(L_3, Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_RuntimeMethod_var);
|
|
V_3 = (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* L_6 = __this->___m_FreeIds_2;
|
|
NullCheck(L_6);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_7;
|
|
L_7 = Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465(L_6, Stack_1_Pop_mD8A2569C08BA8307962EEBB916FD6E1729CDF465_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_8 = __this->___m_Textures_0;
|
|
int32_t L_9;
|
|
L_9 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&V_0), NULL);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_10 = V_1;
|
|
NullCheck(L_8);
|
|
List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9(L_8, L_9, L_10, List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_11 = __this->___m_Textures_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline(L_11, List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
V_4 = (bool)((((int32_t)L_12) == ((int32_t)((int32_t)2048)))? 1 : 0);
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ((int32_t)2048);
|
|
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
|
|
String_t* L_16;
|
|
L_16 = String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806(_stringLiteral36773FD703C888D504C196B886D568671BBE3365, _stringLiteral9FD97401D6E675D3ECF55ECF43DFE7D7E3A20029, L_15, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_17 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
|
|
V_5 = L_17;
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_18 = __this->___m_Textures_0;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline(L_18, List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
TextureId__ctor_mC0EC5799BE63A6506AEDF82D0FF7DC457060FAB8((&V_0), L_19, NULL);
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_20 = __this->___m_Textures_0;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_21 = V_1;
|
|
NullCheck(L_20);
|
|
List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_inline(L_20, L_21, List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
bool L_22 = ___dynamic1;
|
|
V_6 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
|
|
bool L_23 = V_6;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* L_24 = __this->___m_TextureToId_1;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25 = ___texture0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_26 = V_0;
|
|
NullCheck(L_24);
|
|
Dictionary_2_set_Item_m07979CE313024705F8601B859988BF128A89D73A(L_24, L_25, L_26, Dictionary_2_set_Item_m07979CE313024705F8601B859988BF128A89D73A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_27 = V_0;
|
|
V_5 = L_27;
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_28 = V_5;
|
|
return L_28;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureRegistry::Acquire(UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___tex0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA601853803D24C6AD7576B65112A7F22D4A8B66E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* L_0 = __this->___m_TextureToId_1;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___tex0;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_mA601853803D24C6AD7576B65112A7F22D4A8B66E(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mA601853803D24C6AD7576B65112A7F22D4A8B66E_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_4 = __this->___m_Textures_0;
|
|
int32_t L_5;
|
|
L_5 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&V_0), NULL);
|
|
NullCheck(L_4);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_6;
|
|
L_6 = List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247(L_4, L_5, List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_7 = V_2;
|
|
int32_t L_8 = L_7.___refCount_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_8) > ((int32_t)0))? 1 : 0), NULL);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_9 = V_2;
|
|
bool L_10 = L_9.___dynamic_1;
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t* L_11 = (&(&V_2)->___refCount_2);
|
|
int32_t* L_12 = L_11;
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_14 = __this->___m_Textures_0;
|
|
int32_t L_15;
|
|
L_15 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&V_0), NULL);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_16 = V_2;
|
|
NullCheck(L_14);
|
|
List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9(L_14, L_15, L_16, List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_17 = V_0;
|
|
V_3 = L_17;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = ___tex0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_19;
|
|
L_19 = TextureRegistry_AllocAndAcquire_m1BA0422DD527C0F54EA35E50CB72917B39C88A80(__this, L_18, (bool)0, NULL);
|
|
V_3 = L_19;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_20 = V_3;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::Release(UnityEngine.UIElements.TextureId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___id0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m9FCAC78DA517D8D49886D2C4B11E303DB9F0A33B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FD8656D3AB2889F2E9A9BB4871AF1832E06C628);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32E295455108A3581149745BCD901D55CB51BB67);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_2 = __this->___m_Textures_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_inline(L_2, List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_RuntimeMethod_var);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5;
|
|
L_5 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8;
|
|
L_8 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral0FD8656D3AB2889F2E9A9BB4871AF1832E06C628, L_7, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_8, NULL);
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_9 = __this->___m_Textures_0;
|
|
int32_t L_10;
|
|
L_10 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
NullCheck(L_9);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_11;
|
|
L_11 = List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247(L_9, L_10, List_1_get_Item_m76F0EEBB68BA050008529DA53974A7E05F2D6247_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_12 = V_0;
|
|
int32_t L_13 = L_12.___refCount_2;
|
|
V_2 = (bool)((((int32_t)L_13) < ((int32_t)1))? 1 : 0);
|
|
bool L_14 = V_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15;
|
|
L_15 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
int32_t L_16 = L_15;
|
|
RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16);
|
|
String_t* L_18;
|
|
L_18 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(_stringLiteral32E295455108A3581149745BCD901D55CB51BB67, L_17, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m059825802BB6AF7EA9693FEBEEB0D85F59A3E38E(L_18, NULL);
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t* L_19 = (&(&V_0)->___refCount_2);
|
|
int32_t* L_20 = L_19;
|
|
int32_t L_21 = *((int32_t*)L_20);
|
|
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_21, 1));
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_22 = V_0;
|
|
int32_t L_23 = L_22.___refCount_2;
|
|
V_3 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
|
|
bool L_24 = V_3;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_25 = V_0;
|
|
bool L_26 = L_25.___dynamic_1;
|
|
V_4 = (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
|
|
bool L_27 = V_4;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* L_28 = __this->___m_TextureToId_1;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_29 = V_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_30 = L_29.___texture_0;
|
|
NullCheck(L_28);
|
|
bool L_31;
|
|
L_31 = Dictionary_2_Remove_m9FCAC78DA517D8D49886D2C4B11E303DB9F0A33B(L_28, L_30, Dictionary_2_Remove_m9FCAC78DA517D8D49886D2C4B11E303DB9F0A33B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
(&V_0)->___texture_0 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___texture_0), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL);
|
|
(&V_0)->___dynamic_1 = (bool)0;
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* L_32 = __this->___m_FreeIds_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_33 = ___id0;
|
|
NullCheck(L_32);
|
|
Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922(L_32, L_33, Stack_1_Push_m2ACE225399F5ADD408CF5B3214D0840CF7CB6922_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_34 = __this->___m_Textures_0;
|
|
int32_t L_35;
|
|
L_35 = TextureId_get_index_m4EA4D8C27C1A2E568803548A40905B45C5626C27((&___id0), NULL);
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_36 = V_0;
|
|
NullCheck(L_34);
|
|
List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9(L_34, L_35, L_36, List_1_set_Item_mCF1723F295CC44AAFD70E70A530327F5DA9B53A9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry__ctor_mBD854B7F75F903744F04D7B38664BC64EC75CD96 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9ED33C8FA94F96FCFFE690D3ED6B2A9CD6690215_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* L_0 = (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*)il2cpp_codegen_object_new(List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646(L_0, ((int32_t)128), List_1__ctor_m60BF51F43E37EAEB43BAC8C83BCAA7E8CF06A646_RuntimeMethod_var);
|
|
__this->___m_Textures_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Textures_0), (void*)L_0);
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* L_1 = (Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6*)il2cpp_codegen_object_new(Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_m9ED33C8FA94F96FCFFE690D3ED6B2A9CD6690215(L_1, ((int32_t)128), Dictionary_2__ctor_m9ED33C8FA94F96FCFFE690D3ED6B2A9CD6690215_RuntimeMethod_var);
|
|
__this->___m_TextureToId_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextureToId_1), (void*)L_1);
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* L_2 = (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6*)il2cpp_codegen_object_new(Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE(L_2, Stack_1__ctor_m991D1F32313E86427FCF566730B675C621B16EBE_RuntimeMethod_var);
|
|
__this->___m_FreeIds_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FreeIds_2), (void*)L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.TextureRegistry::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry__cctor_m608DFBE315146F22C07ACC0A39BD2B1CE83AC1C4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B*)il2cpp_codegen_object_new(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
TextureRegistry__ctor_mBD854B7F75F903744F04D7B38664BC64EC75CD96(L_0, NULL);
|
|
((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_pinvoke(const TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B& unmarshaled, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___texture_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'TextureInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_pinvoke_back(const TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_pinvoke& marshaled, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B& unmarshaled)
|
|
{
|
|
Exception_t* ___texture_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'TextureInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_pinvoke_cleanup(TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_com(const TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B& unmarshaled, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___texture_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'TextureInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_com_back(const TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_com& marshaled, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B& unmarshaled)
|
|
{
|
|
Exception_t* ___texture_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'texture' of type 'TextureInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___texture_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.TextureRegistry/TextureInfo
|
|
IL2CPP_EXTERN_C void TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshal_com_cleanup(TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::ShapeWindingIsClockwise(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_ShapeWindingIsClockwise_m8EA373947F547AA441107D710879EDBA2131ED9F (int32_t ___maskDepth0, int32_t ___stencilRef1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___maskDepth0;
|
|
int32_t L_1 = ___stencilRef1;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___maskDepth0;
|
|
int32_t L_3 = ___stencilRef1;
|
|
G_B3_0 = ((((int32_t)L_2) == ((int32_t)((int32_t)il2cpp_codegen_add(L_3, 1))))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mC95931BE797761A2D7800908C0BA4B41D68B3216((bool)G_B3_0, NULL);
|
|
int32_t L_4 = ___maskDepth0;
|
|
int32_t L_5 = ___stencilRef1;
|
|
V_0 = (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIRUtility::ToVector4(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 UIRUtility_ToVector4_m4E392AFD499D8B6ADBF0B3BF62F8729632A602CE (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rc0, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&___rc0), NULL);
|
|
float L_1;
|
|
L_1 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&___rc0), NULL);
|
|
float L_2;
|
|
L_2 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___rc0), NULL);
|
|
float L_3;
|
|
L_3 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___rc0), NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::IsRoundRect(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsRoundRect_mF65A0803D1A5462F329F0CB774FE971CCAD60C74 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InterfaceFuncInvoker0< float >::Invoke(10 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopLeftRadius() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_2);
|
|
if ((!(((float)L_3) < ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = InterfaceFuncInvoker0< float >::Invoke(11 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopRightRadius() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_4);
|
|
if ((!(((float)L_5) < ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
float L_7;
|
|
L_7 = InterfaceFuncInvoker0< float >::Invoke(2 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomLeftRadius() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_6);
|
|
if ((!(((float)L_7) < ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
float L_9;
|
|
L_9 = InterfaceFuncInvoker0< float >::Invoke(3 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomRightRadius() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_8);
|
|
G_B5_0 = ((((int32_t)((((float)L_9) < ((float)(1.0E-30f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
bool L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::IsVectorImageBackground(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsVectorImageBackground_m902EC798D2A9B313CF348EFAFE3740F79977414D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_1;
|
|
L_1 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_0, NULL);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_2;
|
|
L_2 = ComputedStyle_get_backgroundImage_mDA7EAE73F023BAEC1831613F8AE8168E5065E68C(L_1, NULL);
|
|
V_0 = L_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_3;
|
|
L_3 = Background_get_vectorImage_mE0E820B1991F56BBCE8A9EE63B7A20BF843BD455((&V_0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_m4D656395C27694A7F33F5AA8DE80A7AAF9E20BA7(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_4;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::IsElementSelfHidden(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsElementSelfHidden_mA1A4316E9F10735C253AA9BE2C8035989A0A06B2 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___ve0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___ve0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(40 /* UnityEngine.UIElements.Visibility UnityEngine.UIElements.IResolvedStyle::get_visibility() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_1);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRUtility::Destroy(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_Destroy_m6151E5E403AE39059D567E24918B2E950EBA1E48 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = ___obj0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mD3DB0D72CE0250C84033DC2A90AEF9D59896E536(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3;
|
|
L_3 = Application_get_isPlaying_m0B3B501E1093739F8887A0DAC5F61D9CB49CC337(NULL);
|
|
V_1 = L_3;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_5 = ___obj0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_Destroy_mFCDAE6333522488F60597AF019EA90BB1207A5AA(L_5, NULL);
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_6 = ___obj0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
Object_DestroyImmediate_m8249CABCDF344BE3A67EE765122EBB415DC2BC57(L_6, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRUtility::GetPrevPow2(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRUtility_GetPrevPow2_m4DB4388074CCD49776D9C980A3FD2B58190425C1 (int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
int32_t L_0 = ___n0;
|
|
___n0 = ((int32_t)(L_0>>1));
|
|
int32_t L_1 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_2 = ___n0;
|
|
V_1 = (bool)((((int32_t)L_2) > ((int32_t)1))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (L_3)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_2 = ((int32_t)(1<<((int32_t)(L_4&((int32_t)31)))));
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_5 = V_2;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRUtility::GetNextPow2(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRUtility_GetNextPow2_m13EF6BE5EA11A47337CE72CE5722D35436A93EBD (int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
V_0 = 1;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
int32_t L_0 = V_0;
|
|
V_0 = ((int32_t)(L_0<<1));
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = ___n0;
|
|
V_1 = (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (L_3)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
V_2 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_5 = V_2;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIRUtility::GetNextPow2Exp(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRUtility_GetNextPow2Exp_mE20B645CC0E3CB90C1403F00981F04D7DF4EB0F8 (int32_t ___n0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
{
|
|
V_0 = 1;
|
|
V_1 = 0;
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_0 = V_0;
|
|
V_0 = ((int32_t)(L_0<<1));
|
|
int32_t L_1 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = ___n0;
|
|
V_2 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (L_4)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
V_3 = L_5;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_6 = V_3;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIRUtility::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility__cctor_m281F9FDB452622315315A8C89FCDE309B0A8624D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2;
|
|
((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultShaderName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultShaderName_0), (void*)L_0);
|
|
String_t* L_1 = ((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3;
|
|
((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultWorldSpaceShaderName_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultWorldSpaceShaderName_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.UIElements.Angle UnityEngine.UIElements.Angle::None()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Angle_None_m42E227AC0DFF0E657DAC8491A7F183B24ECD8C11 (const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4((&L_0), (0.0f), 4, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.UIElements.Angle::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.UIElements.Angle::.ctor(System.Single,UnityEngine.UIElements.AngleUnit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Angle__ctor_mFE04F72835102184D638A9E63813E74D8AF15A09 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
int32_t L_1 = ___unit1;
|
|
Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Angle__ctor_mFE04F72835102184D638A9E63813E74D8AF15A09_AdjustorThunk (RuntimeObject* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
Angle__ctor_mFE04F72835102184D638A9E63813E74D8AF15A09(_thisAdjusted, ___value0, ___unit1, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.Angle::.ctor(System.Single,UnityEngine.UIElements.Angle/Unit)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___value0;
|
|
__this->___m_Value_0 = L_0;
|
|
int32_t L_1 = ___unit1;
|
|
__this->___m_Unit_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4_AdjustorThunk (RuntimeObject* __this, float ___value0, int32_t ___unit1, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
Angle__ctor_mEB57CA08194937C7CF76B7E61073DCB8194C9EE4(_thisAdjusted, ___value0, ___unit1, method);
|
|
}
|
|
// System.Single UnityEngine.UIElements.Angle::ToDegrees()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
int32_t L_0 = __this->___m_Unit_1;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
float L_3 = __this->___m_Value_0;
|
|
V_2 = L_3;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
float L_4 = __this->___m_Value_0;
|
|
V_2 = ((float)(((float)il2cpp_codegen_multiply(L_4, (360.0f)))/(400.0f)));
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
float L_5 = __this->___m_Value_0;
|
|
V_2 = ((float)(((float)il2cpp_codegen_multiply(L_5, (180.0f)))/(3.14159274f)));
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
float L_6 = __this->___m_Value_0;
|
|
V_2 = ((float)il2cpp_codegen_multiply(L_6, (360.0f)));
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
V_2 = (0.0f);
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
V_2 = (0.0f);
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
float L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = Angle_ToDegrees_m287B1A6F3D500CD2E9A4583D1E31B4179EF5E434(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.UIElements.Angle UnityEngine.UIElements.Angle::op_Implicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC Angle_op_Implicit_m97B3371C8ED8F3F798895D543EF5531A583F0CEA (float ___value0, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___value0;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Angle__ctor_mFE04F72835102184D638A9E63813E74D8AF15A09((&L_1), L_0, 0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.Angle::op_Equality(UnityEngine.UIElements.Angle,UnityEngine.UIElements.Angle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_op_Equality_m0CBC79D21347D5FD8130A5218A37B62095D75DE1 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___lhs0, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___lhs0;
|
|
float L_1 = L_0.___m_Value_0;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_2 = ___rhs1;
|
|
float L_3 = L_2.___m_Value_0;
|
|
if ((!(((float)L_1) == ((float)L_3))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_4 = ___lhs0;
|
|
int32_t L_5 = L_4.___m_Unit_1;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_6 = ___rhs1;
|
|
int32_t L_7 = L_6.___m_Unit_1;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.Angle::Equals(UnityEngine.UIElements.Angle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_Equals_m49226BBCA72B6C7BA4B94A0727827B085017B98D (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___other0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_0 = ___other0;
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_1 = (*(Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)__this);
|
|
bool L_2;
|
|
L_2 = Angle_op_Equality_m0CBC79D21347D5FD8130A5218A37B62095D75DE1(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Angle_Equals_m49226BBCA72B6C7BA4B94A0727827B085017B98D_AdjustorThunk (RuntimeObject* __this, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC ___other0, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Angle_Equals_m49226BBCA72B6C7BA4B94A0727827B085017B98D(_thisAdjusted, ___other0, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.Angle::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Angle_Equals_m18AD6ECA0E0962FC49C2DF3AB59551A7BFF2D409 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___obj0;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___obj0;
|
|
V_0 = ((*(Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)((Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)(Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*)UnBox(L_1, Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC_il2cpp_TypeInfo_var))));
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Angle_Equals_m49226BBCA72B6C7BA4B94A0727827B085017B98D(__this, L_2, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Angle_Equals_m18AD6ECA0E0962FC49C2DF3AB59551A7BFF2D409_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Angle_Equals_m18AD6ECA0E0962FC49C2DF3AB59551A7BFF2D409(_thisAdjusted, ___obj0, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.Angle::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020 (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (&__this->___m_Value_0);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
int32_t L_2 = __this->___m_Unit_1;
|
|
V_0 = ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^(int32_t)L_2));
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Angle_GetHashCode_m3E2C23F9A43D4A7CBC12837CB5C3A79327E51020(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.UIElements.Angle::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D92A6DC18E9957DDB0234923996F1FA0868D2A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F2245AFB92501666CD19BF7CD70C32F9F795FF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D1F6F8C99A944BE00F5FEA239292EBCE0705370);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED800A4E669837FC3F654BBC8A992AAE6E79DEA7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
String_t* V_6 = NULL;
|
|
{
|
|
float L_0;
|
|
L_0 = Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_inline(__this, NULL);
|
|
V_2 = L_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
|
|
NullCheck(L_1);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_2;
|
|
L_2 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(15 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_1);
|
|
String_t* L_3;
|
|
L_3 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A((&V_2), L_2, NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_1 = L_4;
|
|
int32_t L_5 = __this->___m_Unit_1;
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_4;
|
|
V_3 = L_6;
|
|
int32_t L_7 = V_3;
|
|
switch (L_7)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
float L_8;
|
|
L_8 = Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_inline(__this, NULL);
|
|
bool L_9;
|
|
L_9 = Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline((0.0f), L_8, NULL);
|
|
V_5 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_5;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
V_1 = _stringLiteral3D92A6DC18E9957DDB0234923996F1FA0868D2A1;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
V_1 = _stringLiteralED800A4E669837FC3F654BBC8A992AAE6E79DEA7;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
V_1 = _stringLiteral3F2245AFB92501666CD19BF7CD70C32F9F795FF6;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
V_1 = _stringLiteral8D1F6F8C99A944BE00F5FEA239292EBCE0705370;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
String_t* L_11 = V_0;
|
|
String_t* L_12 = V_1;
|
|
String_t* L_13;
|
|
L_13 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_11, L_12, NULL);
|
|
V_6 = L_13;
|
|
goto IL_0093;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
String_t* L_14 = V_6;
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Angle_ToString_mB109176AB0825386E115CD0AC005902BC0742C8F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_oldRect_mEA782D77A997652976CE3517396F2D8973A41742_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3ColdRectU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_newRect_m3F885B6343894840429DACBBBA8BDFE6CDB78F52_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3CnewRectU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GeometryChangedEvent_set_layoutPass_mCB48CB5C27EF9B4CCDF45776DCC8C4B35871E6FC_inline (GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3ClayoutPassU3Ek__BackingField_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagationPhase_mC66AE0DFD3D62A90A809387B2BF2833F5CED3B8B_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CpropagationPhaseU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* EventBase_get_skipElements_mAF08DF55E115F65F6256966A2A5307194DD49DDE_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* L_0 = __this->___U3CskipElementsU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventBase_set_propagation_m1F5D2A6582B8A4D64F84F0B71F90790FA2BF7E8C_inline (EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CpropagationU3Ek__BackingField_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_mCD214B04BC52AED3C89C3BEF664B6247E5F8954A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___v0, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___v0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___v0;
|
|
float L_3 = L_2.___y_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WheelEvent_set_delta_mF5242D2BF69D54052C8CCE4AA44BE4D591569B92_inline (WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___value0;
|
|
__this->___U3CdeltaU3Ek__BackingField_28 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m9D7F7B580B5A276411267E96AA3425736D9BDC83_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_menu_m28709F7A74353EFEECFE1C28D708C6F619E84120_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_0 = ___value0;
|
|
__this->___U3CmenuU3Ek__BackingField_28 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmenuU3Ek__BackingField_28), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ContextualMenuPopulateEvent_get_triggerEvent_m305F0D2BD526250F749DF3B293ED234D9940C6AB_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = __this->___U3CtriggerEventU3Ek__BackingField_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ContextualMenuPopulateEvent_set_triggerEvent_m6AEDC5CEB93E6A8DA01BD7760D7DE05C90884E3A_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C* L_0 = ___value0;
|
|
__this->___U3CtriggerEventU3Ek__BackingField_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtriggerEventU3Ek__BackingField_29), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* ContextualMenuPopulateEvent_get_menu_mDD978E1DE874D04B47708329654A7D37F88C37CA_inline (ContextualMenuPopulateEvent_t72C856D9B3951E3AA5901442A98BF6DE7F4258FB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DropdownMenu_tCC0483D2EB24641C3ADAE4BC122C92ABCFB186D2* L_0 = __this->___U3CmenuU3Ek__BackingField_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___x0, float ___y1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___x0;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___y1;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___x_0;
|
|
float L_2 = __this->___y_1;
|
|
float L_3 = __this->___y_1;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))));
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_direction_m712EBADD778DE12FB11A2E35FA160BA321A1804B_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CdirectionU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationMoveEvent_set_move_mB6C278D3B4A3FE95F573E3E74DC3BCD066567244_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___value0;
|
|
__this->___U3CmoveU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m009B92B5D35AB02BD1610C2E1ACCE7C9CF964A6E_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NavigationTabEvent_set_direction_m1CAB1803AA164CAA4D53D4FDFBA012F4148CD59F_inline (NavigationTabEvent_t8FEFFA10A773425C471E7B88B3498C64A8247DF7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CdirectionU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerLocation_get_Position_mF010FE8FB93408B8CDAB3A2B5267524A47B77B10_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CPositionU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* PointerLocation_get_Panel_m98ADE82AC6E0AD97D77AEFD68D843055EC8C66ED_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___U3CPanelU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerLocation_get_Flags_m35F86278157895BCFF255C505899A2211981CDD7_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CFlagsU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Position_m1CB43FF172D0FBA620DEFA42CCCD3C3EC144F0FA_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___value0;
|
|
__this->___U3CPositionU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Panel_mEA8913E86ADBAF5849A43C543A77CCBC68458403_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___value0;
|
|
__this->___U3CPanelU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CPanelU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerLocation_set_Flags_mF339F491768FF5FD71CF1AFF3138BEFE6C81C91C_inline (PointerLocation_t4E582463D283A22822997C2841D5E1A30D16FCF6* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CFlagsU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_m8F73B300CB4E6F9B4EB5FB6130363D76CEAA230B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___v0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___v0;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___v0;
|
|
float L_3 = L_2.___y_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerMoveEvent_set_isHandledByDraggable_m24AE525901E56FE8A7936EDA8F2046862BB3660D_inline (PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CisHandledByDraggableU3Ek__BackingField_38 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = __this->___U3ChierarchyU3Ek__BackingField_48;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TooltipEvent_set_rect_mCD96D19C063247F8DE3B8553843C27611286A5FD_inline (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___value0;
|
|
__this->___U3CrectU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TooltipEvent_set_tooltip_m989CA98943B7E44DDCC4FFC4940F8701A65C4980_inline (TooltipEvent_t48F59E9AFAADF9D1B8A7A3A5CB8A49DA6D3E7187* __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->___U3CtooltipU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtooltipU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_minAtlasSize_m3BEE09C7EB75577C5A8F0480D357365546618388_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MinAtlasSize_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxAtlasSize_mD74219FE0F73810A7A4F540D7A46043DF3509D05_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MaxAtlasSize_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_maxSubTextureSize_mE52F93EDA7D7598AEE55F4DF3173642D516DA261_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_MaxSubTextureSize_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_activeFilters_m9FCF5D2E33B8CCDC64A91CA455C5695C27D4D0B1_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_ActiveFilters_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasSettings_set_customFilter_m5846B025064FDD0B7AF2628B456B2497A1B34B5B_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* L_0 = ___value0;
|
|
__this->___m_CustomFilter_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CustomFilter_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NavigationMoveEvent_get_direction_m16FD5A515392149F0E1891E69F32B30C49B457D3_inline (NavigationMoveEvent_t70F4AAAE0B5287449430A2A7A2DC78A2AF1364DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CdirectionU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* FocusChangeDirection_get_none_m2B3D1E3C4B44740E9D504AD8115A9E2715065F5C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var);
|
|
FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* L_0 = ((FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_StaticFields*)il2cpp_codegen_static_fields_for(FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var))->___U3CnoneU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* VisualElementFocusChangeTarget_get_target_mBA38952FC20D275B53503D14F2A8F9DE36586961_inline (VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* L_0 = __this->___U3CtargetU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* VisualElementFocusChangeDirection_get_left_m00C553596E2B43E40BFCA5F95F56E6398B8DBA47_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* L_0 = ((VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_StaticFields*)il2cpp_codegen_static_fields_for(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var))->___s_Left_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* VisualElementFocusChangeDirection_get_right_mD12865982B7D254503DE2FF2EDB9E95ACFE88C98_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var);
|
|
VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* L_0 = ((VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_StaticFields*)il2cpp_codegen_static_fields_for(VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var))->___s_Right_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m232E885D3C7BB6A96D5FEF4494709BA170447604_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector_3;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m664419831773D5BBF06D9DE4E515F6409B2F92B8_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
|
|
float L_7 = L_6.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m4EEB2FF3F4830390A53CE9B6076FB31801D65EED_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, float ___d1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___d1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___a0;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___d1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m704B5B98EAFE885978381E21B7F89D9DF83C2A60_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
|
|
float L_7 = L_6.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Focusable_get_tabIndex_mC676871EBF0337A7609B71C8BA92F38F8D611CCE_inline (Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CtabIndexU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1C8DD0BB6A2D22A7DCF09AD7F8EE9ABD12D3F620_inline (float ___a0, float ___b1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
float L_0 = ___b1;
|
|
float L_1 = ___a0;
|
|
float L_2;
|
|
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
|
|
float L_3 = ___a0;
|
|
float L_4;
|
|
L_4 = fabsf(L_3);
|
|
float L_5 = ___b1;
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
float L_7;
|
|
L_7 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_4, L_6, NULL);
|
|
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
|
|
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___x0, int32_t ___y1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___x0;
|
|
__this->___m_X_0 = L_0;
|
|
int32_t L_1 = ___y1;
|
|
__this->___m_Y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m8B58EA88C92F7DD2C66F0EC1BCC8AC697D631298_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* PanelSettings_get_targetTexture_m56D90849783146127F88DFE296ADD1B69AFB053C_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_TargetTexture_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_targetDisplay_m578DA939E8F760B6716F32366B978A3844EF062B_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_TargetDisplay_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseRuntimePanel_set_targetDisplay_mAD38267BFC2AF8803C58397EFA1A72868492B09F_inline (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CtargetDisplayU3Ek__BackingField_55 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementPanel_set_clearSettings_m3A7E34A554EF716F363B133370912902814403D7_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_0 = ___value0;
|
|
__this->___U3CclearSettingsU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* PanelSettings_get_dynamicAtlasSettings_mC0B375939D1EC3FA9AC1D951C11A7C85239C22A4_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* L_0 = __this->___m_DynamicAtlasSettings_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_minAtlasSize_mD781423244D5C614C8B05FB7C347274882315FE7_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MinAtlasSize_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxAtlasSize_mD11FF557152E220BDCC6D2330EB6885146B56B29_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MaxAtlasSize_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_maxSubTextureSize_m388D3F62404BAC9955A6AA2605A32E719685B2B3_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_MaxSubTextureSize_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasSettings_get_activeFilters_mC5A9A3E9C4D756FADEDF7D511AC6BD3CFEE4212B_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ActiveFilters_3;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* DynamicAtlasSettings_get_customFilter_m19AB5B834412DABFC5E1F0E0C7C4D473857AA4A0_inline (DynamicAtlasSettings_t183239B7B0968331CEA91684F0942D3189C50DC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DynamicAtlasCustomFilter_tD33BC519AF0B6E7D8C273CB64D900DF5FEB1E3C6* L_0 = __this->___m_CustomFilter_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_scaleMode_m09C467F385EC57A794B62432A878D624AA588FF0_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ScaleMode_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_fallbackDpi_m7D2496FE8DCCD5F705D59B4AF0136BE7FC96098D_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_FallbackDpi_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_referenceDpi_m272B7734E1563D6D4508FF825AF505B0D3B0832C_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_ReferenceDpi_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A PanelSettings_get_referenceResolution_m15AA6367EB4E0E98EFF3F6B4CC291E0DF66C8FD4_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___m_ReferenceResolution_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_X_0;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Y_1;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2Int_op_Implicit_m0D3B1D66E99D4C636F431691169479582058BED3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___v0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___v0), NULL);
|
|
int32_t L_1;
|
|
L_1 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___v0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), ((float)L_0), ((float)L_1), /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PanelSettings_get_screenMatchMode_mF8452037AB6ED750CF0685B4D6E5A39E9D663A93_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ScreenMatchMode_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline (float ___a0, float ___b1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___a0;
|
|
float L_1 = ___b1;
|
|
if ((((float)L_0) < ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___b1;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___a0;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline (float ___a0, float ___b1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___a0;
|
|
float L_1 = ___b1;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___b1;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___a0;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_match_mF35890A66DFE49B7851710C2B658E481A63E18FC_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Match_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline (float ___value0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
float L_0 = ___value0;
|
|
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (0.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
float L_2 = ___value0;
|
|
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (1.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
float L_4 = ___value0;
|
|
V_1 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_mFB4910B358B986AFB22114ED90458E8341867479_inline (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___a0;
|
|
float L_1 = ___b1;
|
|
float L_2 = ___a0;
|
|
float L_3 = ___t2;
|
|
float L_4;
|
|
L_4 = Mathf_Clamp01_mD921B23F47F5347996C56DC789D1DE16EE27D9B1_inline(L_3, NULL);
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_4))));
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PanelSettings_get_scale_m71E820D059C82E0E9FBBE52C20E9B5EF98E81359_inline (PanelSettings_t0621207D5DD3BB89DB587440E8F9E07234283DEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Scale_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float UIDocument_get_sortingOrder_m1EAC9DF24565905F4F62A9901423D63651ADDDFF_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_SortingOrder_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* UIDocument_get_parentUI_m3D538926A92B763C9D7D2B60A75A6E8776FB4758_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0 = __this->___m_ParentUI_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIDocument_set_parentUI_m4DA98F4BB5FBC38124D3D2C25A974814D33D30D7_inline (UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* __this, UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIDocument_t4186BEBCC01278F63B895274AA08AD9ADFBF4C77* L_0 = ___value0;
|
|
__this->___m_ParentUI_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ParentUI_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VisualElement_set_pickingMode_m4B12358A0C59640E752A2BB5B3E6F5C76CB9ACD0_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CpickingModeU3Ek__BackingField_33 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRAtlasAllocator_get_disposed_m2FBF3BA38EEECF3A77B72B0FF55D5E1ACF2BF2CF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_disposed_m2F4D214D2AE0A7E3576B9CA4BCCECEEBD152A1BE_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m5AD7CD5F4DCE823F0D89CFFD817934769D73B2B7_inline (float ___f0, float ___p1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___f0;
|
|
float L_1 = ___p1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_2;
|
|
L_2 = Math_Log_m00DE509EBC0F78461570ED4F104B3010EB203FD1(((double)L_0), ((double)L_1), NULL);
|
|
V_0 = ((float)L_2);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m6A6E30BA4157D69DA47F02B43108882DDD7C4A70_inline (float ___f0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
float L_0 = ___f0;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = bankers_round(((double)L_0));
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualWidth_m1A09C0DFE0CB6286E057237AD67206FCBD3463BF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CvirtualWidthU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_virtualHeight_m831D3D355C0CB884C2C68FE9C0BC1C221E78AB02_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CvirtualHeightU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 ProfilerMarker_Auto_m133FA724EB95D16187B37D2C8A501D7E989B1F8D_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
|
|
{
|
|
AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
intptr_t L_0 = __this->___m_Ptr_0;
|
|
AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
AutoScope__ctor_m7F63A273E382CB6328736B6E7F321DDFA40EA9E3_inline((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoScope_Dispose_mED763F3F51261EF8FB79DB32CD06E0A3F6C40481_inline (AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->___m_Ptr_0;
|
|
ProfilerUnsafeUtility_EndSample_mE2F7A0DB4C52105F7CD135ED8816A2BB98E663CC(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageWidth_m98C5EFFE3F97C97D3D7F64AFB436B2C892668983_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxImageWidthU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxImageHeight_m62CA00B41DB4F2BBE53525CEB85C83E64272BE59_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxImageHeightU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m8A4C189A6749DFE3ED8B66D9D3CACD8DB333974F_inline (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___a0;
|
|
int32_t L_1 = ___b1;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___b1;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
int32_t L_3 = ___a0;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_width_m901181A1C173876A7480F974045FC21B5B0FD1BE_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CwidthU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_offsetX_mD6014EC168B23F7BA0A36334B453CB1D3880AB6B_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoffsetXU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Row_get_offsetY_mD4811B2692022921D4961E1527A444DCE00CBDCD_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CoffsetYU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalWidth_m0B06147154436A555CEABB9C9EB319D7D33A5398_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CphysicalWidthU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalWidth_m4C7291D8F1695ED2B7F0DFB6BBCED5DD28F2DA14_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CphysicalWidthU3Ek__BackingField_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_physicalHeight_m736C92B2C509CE66BAFFBA87110103BBC72DBD88_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CphysicalHeightU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRAtlasAllocator_set_physicalHeight_mA8F88788580E631B79B9F4AAE2B6D339C3FB9A7D_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CphysicalHeightU3Ek__BackingField_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualWidth_m8D9B0A846A2B151C53A5E4B00DB1D4BB621D20AF_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CvirtualWidthU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_virtualHeight_mCC876AB8974FE60406312F85EFE846E784ED7678_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CvirtualHeightU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRAtlasAllocator_get_maxAtlasSize_m0D9EC72001157BE34A8D22C7A494A4E2EFC4C074_inline (UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CmaxAtlasSizeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
intptr_t L_1;
|
|
L_1 = ProfilerUnsafeUtility_CreateMarker_m27DDE00D41B95677982DBFCE074D45B79E50C7CC(L_0, (uint16_t)1, 0, 0, NULL);
|
|
__this->___m_Ptr_0 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_offsetX_mAAB99180D84C46872C3BDEDBAD98D8F826C5A3FB_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CoffsetXU3Ek__BackingField_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_offsetY_m7D7D781D609D50ED0F3848A10DB2251574E42882_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CoffsetYU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_width_mE0674A51301742A22B7110490E5BFE5D10486761_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CwidthU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Row_set_height_mF68966671036BF79C79119EB740A1B0C477A2FA2_inline (Row_t13B978986DAB62CA9755501639C69AE85BB5D688* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CheightU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_mFD32317735F29ED12AF0135FF33690426470C42F_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = ((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_textureId_mB2741070A9CFB969EC3E5A6BFA1943693A10C8D8_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___value0;
|
|
__this->___U3CtextureIdU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DynamicAtlasPage_get_disposed_mE180D179FD8BE2F22F3A47CB72F0F3DFAD43FD8D_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* DynamicAtlasPage_get_atlas_mD1347372F4335BCC5392824B9F4F96320132A02A_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___U3CatlasU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_atlas_m7711122A8BB8FD839B7CBEC41AAE54736711F4C2_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___value0;
|
|
__this->___U3CatlasU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 DynamicAtlasPage_get_textureId_m30935825112616DB6923F11DF1D17DF0935A15F9_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = __this->___U3CtextureIdU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m74961070290D3358A075380639AECCBF0F2FDFD0_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___left0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ___right1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B_inline(L_0, L_1, NULL);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DynamicAtlasPage_set_disposed_m132FC74969862D6E75B7D878BB4B5D1A67C5AA4B_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int_set_x_m291ECF246536852F0B8EE049C4A3768E4999CDC8_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_X_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int_set_y_mF81881204EEE272BA409728C7EBFDE3A979DDF6A_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___m_Y_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m28BB6E19F27D4EE6858D3021A44F62BC74E20C43_inline (const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_format_m4BED19AF26F176684D56FDB1AB9722F5E0A7D2A9_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CformatU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DynamicAtlasPage_get_filterMode_m28AE47F92FA090A14F0CF51A81A5E3DE1AA4799B_inline (DynamicAtlasPage_t11FF826FFD13D59816B4F99A0C21CF8205A68F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CfilterModeU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseVisualElementPanel_get_duringLayoutPhase_m2EEED4B0599F0FD8A4B61DDF5328ACCE8425A652_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CduringLayoutPhaseU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* VisualElement_get_yogaNode_m1D80145AA8652A871E1538B1C5A2E540CE2DEC45_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* L_0 = __this->___U3CyogaNodeU3Ek__BackingField_34;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseVisualElementPanel_set_duringLayoutPhase_m92B988C1605071034FEB52BA683719FFCC200AE8_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CduringLayoutPhaseU3Ek__BackingField_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mCF3935E28AC7B30B279F07F9321CC56718E1311A_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___rhs1;
|
|
bool L_2;
|
|
L_2 = Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline(L_0, L_1, NULL);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit_2;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_mB1CA903ACF933DB0BE2016D105BB2B4702CF1004_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
|
|
float L_7 = L_6.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)(L_1/L_3)), ((float)(L_5/L_7)), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m6158066AFB36810D63D98EABF0FABEFFC647B2A0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___b1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___b1;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___a0;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___b1;
|
|
float L_7 = L_6.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Max_m5FF3A49170F857E422CDD32A51CABEAE568E8088_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
|
|
float L_3 = L_2.___x_0;
|
|
float L_4;
|
|
L_4 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_1, L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___lhs0;
|
|
float L_6 = L_5.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___rhs1;
|
|
float L_8 = L_7.___y_1;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mA9DCA91E87D6D27034F56ABA52606A9090406016_inline(L_6, L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_mAB64CD54A495856162FC5753B6C6B572AA4BEA1D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
|
|
float L_3 = L_2.___x_0;
|
|
float L_4;
|
|
L_4 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_1, L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___lhs0;
|
|
float L_6 = L_5.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___rhs1;
|
|
float L_8 = L_7.___y_1;
|
|
float L_9;
|
|
L_9 = Mathf_Min_m4F2A9C5128DC3F9E84865EE7ADA8DB5DA6B8B507_inline(L_6, L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_10), L_4, L_9, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_m47556D28F72B018AC4D5160710C83A805F10A783_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___a0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___a0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___a0;
|
|
float L_3 = L_2.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), ((-L_1)), ((-L_3)), /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m51B18794FAF141EBD06CA9907E6F7DF9D60F3515_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ((Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields*)il2cpp_codegen_static_fields_for(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var))->___zeroVector_5;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_m23600308603A706A9DD6057603DEA82E9A6F9FEF_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___lhs0;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___rhs1;
|
|
bool L_2;
|
|
L_2 = Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline(L_0, L_1, NULL);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___x0;
|
|
__this->___x_1 = L_0;
|
|
float L_1 = ___y1;
|
|
__this->___y_2 = L_1;
|
|
float L_2 = ___z2;
|
|
__this->___z_3 = L_2;
|
|
float L_3 = ___w3;
|
|
__this->___w_4 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_m80E2AA0626A70EF9DCC4F4C215F674A22D6DE937_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lhs0, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___lhs0;
|
|
float L_1 = L_0.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___rhs1;
|
|
float L_3 = L_2.___x_1;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___lhs0;
|
|
float L_5 = L_4.___y_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___rhs1;
|
|
float L_7 = L_6.___y_2;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___lhs0;
|
|
float L_9 = L_8.___z_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___rhs1;
|
|
float L_11 = L_10.___z_3;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___lhs0;
|
|
float L_13 = L_12.___w_4;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___rhs1;
|
|
float L_15 = L_14.___w_4;
|
|
V_3 = ((float)il2cpp_codegen_subtract(L_13, L_15));
|
|
float L_16 = V_0;
|
|
float L_17 = V_0;
|
|
float L_18 = V_1;
|
|
float L_19 = V_1;
|
|
float L_20 = V_2;
|
|
float L_21 = V_2;
|
|
float L_22 = V_3;
|
|
float L_23 = V_3;
|
|
V_4 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, L_17)), ((float)il2cpp_codegen_multiply(L_18, L_19)))), ((float)il2cpp_codegen_multiply(L_20, L_21)))), ((float)il2cpp_codegen_multiply(L_22, L_23))));
|
|
float L_24 = V_4;
|
|
V_5 = (bool)((((float)L_24) < ((float)(9.99999944E-11f)))? 1 : 0);
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_25 = V_5;
|
|
return L_25;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Color_GetHashCode_m2981EEA1DEFE55254945D7D03BE64D4F56BA58D0_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)__this);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
|
|
L_1 = Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline((&V_0), NULL);
|
|
V_1 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField_34;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 BaseVisualElementPanel_get_clearSettings_mB19B34235C67D4E8AA325A1227F1B85BBD85BDA7_inline (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 L_0 = __this->___U3CclearSettingsU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_RGBMultiplied_m4B3BAE4310EA98451D608E0300331012AFFF1B01_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___multiplier0, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = __this->___r_0;
|
|
float L_1 = ___multiplier0;
|
|
float L_2 = __this->___g_1;
|
|
float L_3 = ___multiplier0;
|
|
float L_4 = __this->___b_2;
|
|
float L_5 = ___multiplier0;
|
|
float L_6 = __this->___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_7), ((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)), ((float)il2cpp_codegen_multiply(L_4, L_5)), L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_drawStats_mDA2556C2070E8D05020C3172C3856A06DB624B1A_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawStats_m1FA483EACE6A19A312E528B31E366560D85DDDB1_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdrawStatsU3Ek__BackingField_39 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_breakBatches_mC177B7C4E42F7F2D5977F0DECF46AD6F849261B9_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CbreakBatchesU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_set_breakBatches_m301332D143892B4498E39DED35FE0DC3256880D4_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CbreakBatchesU3Ek__BackingField_38 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRRepaintUpdater_get_disposed_mDE936EE1A1A18F043F1D4005255EEB3BB46C8C61_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRRepaintUpdater_set_disposed_m6C50264069EA286169D790376C80F93F45A1F8A1_inline (UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___value0;
|
|
__this->___U3CdisposedU3Ek__BackingField_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mBF0E835409219F825A54E1C83B4D92F5B75C421B_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___left0, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___right1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___left0;
|
|
int32_t L_1 = L_0.___m_Index_0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ___right1;
|
|
int32_t L_3 = L_2.___m_Index_0;
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureId_GetHashCode_mB3900AF53699A0CD79DE1C42AA5D931ADB58DA0C_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Index_0;
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL);
|
|
V_1 = L_1;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Angle_get_value_m4514E615BD4EA21539312574EF96C609D38FF5F7_inline (Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyboardEventBase_1_get_modifiers_m3854A98D9AB58D771AA688360DB63B5D22DEA9DE_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___U3CmodifiersU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar KeyboardEventBase_1_get_character_mA9CEB62FCAB60DB09B83D5502FE84DE4B70D3727_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = (Il2CppChar)__this->___U3CcharacterU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyboardEventBase_1_get_keyCode_m416D85227006AA4A4F4A20396D2291068AA4916F_gshared_inline (KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___U3CkeyCodeU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___item0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___item0;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MouseEventBase_1_get_pressedButtons_mE1BB0319BD4FC0790C886E984B48E75000C464AC_gshared_inline (MouseEventBase_1_t5B5081D29C8BECF72DF89EF50BB137E251C48228* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___U3CpressedButtonsU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PointerEventBase_1_get_pointerId_mF0B5F3F2655036A39E6ECAB56386CADBFDF1CF99_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___U3CpointerIdU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* PointerEventBase_1_get_pointerType_m05EB5D56224F7A7A190AAFBBD622113A7A704F7C_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = (String_t*)__this->___U3CpointerTypeU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PointerEventBase_1_set_clickCount_m951FFA44DA701FFDDB0784EC6EC325293D671DD0_gshared_inline (PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F* __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->___U3CclickCountU3Ek__BackingField_27 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
if (!true)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = (int32_t)__this->____size_2;
|
|
V_0 = L_1;
|
|
__this->____size_2 = 0;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
int32_t L_4 = V_0;
|
|
Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size_2 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF Enumerator_get_Current_m4D5DE6032D2FE13FEB8F9A24DD665F4E7EAA3931_gshared_inline (Enumerator_t72FA0BD85114201DF7DC6AB5CD84F383CA13B94D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF L_0 = (StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared_inline (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_gshared_inline (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 Enumerator_get_Current_m90160D324DA0D9F5624A345F47D8E226A118911A_gshared_inline (Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_0 = (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m45215A2B1B83C7EAF6B5BBF38D3A0176A65094F5_gshared_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m6A7423122DB56788E859B23516004EB0E3D81F24_gshared_inline (Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m651FB334CFEE5DFB8528DAC9256DF289C17D75BB_gshared_inline (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* __this, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B ___item0, const RuntimeMethod* method)
|
|
{
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* L_1 = (TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
TextureInfoU5BU5D_t0571178EAC2A0DE9A1F27F2C00A9301E04AAFB83* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_8 = ___item0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B L_9 = ___item0;
|
|
(( void (*) (List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C*, TextureInfo_t581C305A0444F786E0E7405054714685BE3A5A5B, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___x0;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___y1;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___z2;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___r0;
|
|
__this->___r_0 = L_0;
|
|
float L_1 = ___g1;
|
|
__this->___g_1 = L_1;
|
|
float L_2 = ___b2;
|
|
__this->___b_2 = L_2;
|
|
float L_3 = ___a3;
|
|
__this->___a_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoScope__ctor_m7F63A273E382CB6328736B6E7F321DDFA40EA9E3_inline (AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139* __this, intptr_t ___markerPtr0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___markerPtr0;
|
|
__this->___m_Ptr_0 = L_0;
|
|
intptr_t L_1 = ___markerPtr0;
|
|
ProfilerUnsafeUtility_BeginSample_m1C6D6ED1C8E0CB2FD0934EB6EA333276F67C14F6(L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m5447BF12C18339431AB8AF02FA463C543D88D463_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lhs0, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rhs1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___lhs0;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___rhs1;
|
|
float L_3 = L_2.___x_0;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___lhs0;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___rhs1;
|
|
float L_7 = L_6.___y_1;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
float L_8 = V_0;
|
|
float L_9 = V_0;
|
|
float L_10 = V_1;
|
|
float L_11 = V_1;
|
|
V_2 = (bool)((((float)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_8, L_9)), ((float)il2cpp_codegen_multiply(L_10, L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
bool L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m6D1353534AD23E43DFD104850D55C469CFCEF340_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___c0, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___c0;
|
|
float L_1 = L_0.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___c0;
|
|
float L_3 = L_2.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___c0;
|
|
float L_5 = L_4.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___c0;
|
|
float L_7 = L_6.___a_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector4_GetHashCode_m53F6FCA56A0051C9D1AB41AA3EAA2C86CDAA8B92_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
float* L_0 = (&__this->___x_1);
|
|
int32_t L_1;
|
|
L_1 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_0, NULL);
|
|
float* L_2 = (&__this->___y_2);
|
|
int32_t L_3;
|
|
L_3 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_2, NULL);
|
|
float* L_4 = (&__this->___z_3);
|
|
int32_t L_5;
|
|
L_5 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_4, NULL);
|
|
float* L_6 = (&__this->___w_4);
|
|
int32_t L_7;
|
|
L_7 = Single_GetHashCode_mC3F1E099D1CF165C2D71FBCC5EF6A6792F9021D2(L_6, NULL);
|
|
V_0 = ((int32_t)(((int32_t)(((int32_t)(L_1^((int32_t)(L_3<<2))))^((int32_t)(L_5>>2))))^((int32_t)(L_7>>1))));
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|