28044 lines
1.4 MiB
28044 lines
1.4 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
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, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1;
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1<T1*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[0]);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.Font>
|
|
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
|
|
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext>
|
|
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99;
|
|
// System.Action`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5;
|
|
// 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;
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
|
|
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB;
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
|
|
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A;
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>
|
|
struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue>
|
|
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
struct Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
|
|
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData>
|
|
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
|
|
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
|
|
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E;
|
|
// System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E;
|
|
// System.Func`1<System.Object>
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
|
|
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431;
|
|
// System.Func`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5;
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<System.UInt16>
|
|
struct GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7;
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<UnityEngine.UIElements.Vertex>
|
|
struct GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035;
|
|
// System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct IEnumerable_1_t41AC0671F7361ABA390EB8D59483FD850729E575;
|
|
// System.Collections.Generic.IEnumerable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct IEnumerable_1_t29E7244AE33B71FA0981E50D5BC73B7938F35C66;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct IEqualityComparer_1_t341DBC625B94A179D2F2C3E3CF45C76E281F4612;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct KeyCollection_t85D7EE0BF2C0CFEF0B29BD162EBF6D7932A18524;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
struct KeyCollection_tF6D68C9DEFB5EE51E16CCE2C8FA4B432F4629265;
|
|
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
|
|
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7;
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A;
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
|
|
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>
|
|
struct LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
|
|
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9;
|
|
// 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<Unity.Collections.NativeArray`1<System.UInt16>>
|
|
struct List_1_t74C6AEA308C4F693A59399B52C271D29F073582E;
|
|
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>>
|
|
struct List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F;
|
|
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>>
|
|
struct List_1_tDA1565FB54D9C701D544C5C5DEB5F20D33BC07BF;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate>
|
|
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
|
|
struct List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13;
|
|
// 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.StyleSheet>
|
|
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
|
|
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
|
|
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
|
|
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>
|
|
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
struct List_1_tE6A967BAC61940A70814BDD10C019CC887E70047;
|
|
// 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.TextureId>
|
|
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct ValueCollection_t95D84B4301FFC2CEAA9EBB93DE72CFC9CE2995B2;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
struct ValueCollection_tBFB44848CD0102BAD045541C44604965E5A35EA2;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>[]
|
|
struct EntryU5BU5D_t5C6BE3F8D8C9F5DBCDEF6446DF86F557102A5F67;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>[]
|
|
struct EntryU5BU5D_t7F98B69A7E03C7962E8464AC964AF60FAD664681;
|
|
// System.Collections.Generic.HashSet`1/Slot<UnityEngine.UIElements.StyleSheets.StylePropertyId>[]
|
|
struct SlotU5BU5D_t07FCA100BAB3D53C17B55BC073D41006B19C4D70;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// UnityEngine.Color32[]
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
// UnityEngine.UIElements.ComputedTransitionProperty[]
|
|
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// UnityEngine.UIElements.GradientSettings[]
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// UnityEngine.TextCore.Text.LineInfo[]
|
|
struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D;
|
|
// UnityEngine.TextCore.Text.LinkInfo[]
|
|
struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51;
|
|
// UnityEngine.TextCore.Text.MeshInfo[]
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6;
|
|
// UnityEngine.UIElements.MeshWriteData[]
|
|
struct MeshWriteDataU5BU5D_tCF1948F981F6B1B18ADD73AD1EA70BD6845D68BD;
|
|
// UnityEngine.TextCore.Text.PageInfo[]
|
|
struct PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4;
|
|
// UnityEngine.UIElements.UIR.RenderChainTextEntry[]
|
|
struct RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId[]
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359;
|
|
// UnityEngine.TextCore.Text.TextElementInfo[]
|
|
struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.Vector2[]
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
// UnityEngine.Vector3[]
|
|
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
|
|
// UnityEngine.UIElements.VectorImageVertex[]
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
|
|
// UnityEngine.UIElements.Vertex[]
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
// UnityEngine.TextCore.Text.WordInfo[]
|
|
struct WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B;
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
// UnityEngine.UIElements.UIR.Tessellation/Edges[]
|
|
struct EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry[]
|
|
struct EntryU5BU5D_t0E1B13D46D84865A64150BC9C0299A2189F6F1E8;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// UnityEngine.UIElements.AtlasBase
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
|
|
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
|
|
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator
|
|
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7;
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.UIElements.UIR.DrawParams
|
|
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443;
|
|
// UnityEngine.Event
|
|
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
|
|
// UnityEngine.UIElements.EventCallbackRegistry
|
|
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
|
|
// UnityEngine.TextCore.Text.FontAsset
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958;
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator
|
|
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48;
|
|
// UnityEngine.UIElements.UIR.GradientRemap
|
|
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307;
|
|
// UnityEngine.UIElements.UIR.GradientRemapPool
|
|
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B;
|
|
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
|
|
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A;
|
|
// UnityEngine.UIElements.StyleSheets.HierarchyTraversal
|
|
struct HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D;
|
|
// System.IDisposable
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
// UnityEngine.UIElements.IPanel
|
|
struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5;
|
|
// UnityEngine.UIElements.IResolvedStyle
|
|
struct IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89;
|
|
// UnityEngine.UIElements.IStylePainter
|
|
struct IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6;
|
|
// UnityEngine.UIElements.ITextHandle
|
|
struct ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4;
|
|
// UnityEngine.UIElements.ITransform
|
|
struct ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4;
|
|
// UnityEngine.UIElements.InlineStyleAccess
|
|
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
|
|
// UnityEngine.Material
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
// UnityEngine.MaterialPropertyBlock
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
|
|
// 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.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// UnityEngine.UIElements.UIR.Page
|
|
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9;
|
|
// 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;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// UnityEngine.Shader
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
// UnityEngine.Sprite
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
// System.String
|
|
struct String_t;
|
|
// UnityEngine.UIElements.StyleVariableContext
|
|
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
// UnityEngine.UIElements.TextureRegistry
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B;
|
|
// UnityEngine.UIElements.UIR.TextureSlotManager
|
|
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D;
|
|
// 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.UIR.VectorImageRenderInfoPool
|
|
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A;
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
|
|
// UnityEngine.UIElements.VisualTreeAsset
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.Yoga.YogaNode
|
|
struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block
|
|
struct Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool
|
|
struct BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878;
|
|
// UnityEngine.Font/FontTextureRebuildCallback
|
|
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
|
|
// UnityEngine.UIElements.VisualElement/CustomStyleAccess
|
|
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
|
|
// UnityEngine.UIElements.VisualElement/TypeData
|
|
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
|
|
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ITextElement_tE112EC0B0BF021B4C4C14EB21132826BD87B09E4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE6A967BAC61940A70814BDD10C019CC887E70047_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_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* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_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* UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_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* VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02E5935143502AD21AEC381A3556CB491D937C59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral043A534C9930725FAD7B100C29631E7981AB1D45;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B30528D1069CDFA8D77A7047466E18F4B5A7FFF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EC3FA0FD56C00AC409200BD50696CFB85953B9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral131A2E244A9DD52D3EE9B924460845127D8D20D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15076573CABF632046535FC56EDEDC9393AC84E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18A75FF339533241E0C5829E0252F3D7D7AB1884;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E0496863C59B299E3E0738BC0D9C897292EEAAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20FCFEE76D1698701DF3F22888F35C2FDCB32CD3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral233263E6AB330D90CDC903F82B88FCE2116F4005;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral245394721BD7BEA89E82987280BB4A96D4D82EF2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2666EC72CF2839BC0C6EEEBC5B769203B820E1EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27B1AEB24E6D2B53697EC563051927D25A556ED8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C353B1EC5F51E87B9A462E82D6330A9C07AF25E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36BCAF716F1E7D7AE995CC1FDE455EF6D95D7EEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B5B8A06AE358901BA20A04DB3E9D0FEB1833936;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C8E2EBDD4CFBDFCD1D6E32196ACF656E1D50A64;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D03F55D0E46379BB95580324A8F9DE1E6CD7BC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DCA6D75019476F705F50F60F64FADAF87F40D54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4AABF0FD619C64B6B1CFFCC365AB53F06BAEF14A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50F58AFFBE03184F7FA9FDE5764A80ACD76DD366;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral520A6BC4214A1C55941B640A7D830DCAF87DC172;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56B9C4513E75A80C7443B0F6447A9E093C9E239A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56EB965221E328C2A12F70409F05EB6B579CAABF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5736C273F0BD63E22CA0C4F80266F3F132A5BB60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral581C24F12FF3CAFC0B89AA5B48A8960235DE5960;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5841240B5DB49F210A63B4BF2C638780F67D914E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral589A74837A2634FEA2C0BAECCD5E79EA1BBE5386;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F0C27CC2282DCAF9B9E9C55DB79DE4DAE8A5E03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FC41BBDF2D480AE1058C77CEACF8A220B35FB97;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral623990995459AA52EC886FD82EF05F80DEA9ED84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral642C9831C127086189ED404EF2C500FEE6716940;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64AB42876479CFE65C027726AF347D63B26AFDD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral671475DEFC2676E88A2EC9A268A20FE2456254D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67E0BD3BFCA52F026C8E912CDAF6FF2FAF0020C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68E148C35237F17EFFA9C1A848AAC74B5D027B19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C0CDD460CDFBB519B9AE09A3BCC342E606C1CB1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6CE809EFF9C42934D64ABC890C72A995604C3408;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D4288426FB25FC6F0BCCF8D38331C6F4213AB5A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E339563544F9458C0642F067007DEB9C0EE1383;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7219055244B1378F72E7C1EA0D7290A69B4B9A16;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72CE2B7E5BFEF5577812B2170C2D5290B9A92F68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75DD2D44571F44B6F1140AB52193761B47728B9B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76CF529274F3202738954073544CCD01DBAA268A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral772E58E0893F80F57AF93FC04876AA57FF5F5648;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B20171DC153F22BB3D3EF952659C3E6C72B8345;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C89826D63DDD85E8A9FEC031F77FE86428309EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DC8AB3FE2A8869B8418251D49AB56A1C62094C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84B5C025DEB1B39DE276FB9AACBBF52F0EBFC61F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88BDF3D0791A560245652E772545C49897854443;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AF81878D04E52517E09AD8B369821142313821B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E08C8EDF9C6C7488563F982040DEAEC05EB9064;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93A4156E269802D5431558939A3C8E384680542B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral946C66BDF7790C4502BC0CE3B36FFE5731EF0E0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94DFB2C02BC6CA35EC9C1405E4A81605A8814216;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral970231EE9FE10832396BAC589E623988F2B537D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99CA8158589BD199349F5DDD5C309AB1E2D6E953;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E3903EFD786307888DE1BE5C1F460D641D4085D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F9128E17ED6CC388658E87FC05D2D4294BE716D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA2F4AC9DD8E1FAC5257E5F7BA5EE1C7C7E5F7AB1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA460048D081EB597257F08993F2DC6C9888B40C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9E17AB3E75A76F20DC59C30110BEC9F694FDC24;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC31D5A1D59E93B69A1D1DC8CC59F3F74EF71783;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACB73DADDD92808AB62789338362F4CBF4D5649A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF9F6326F27FBD69A38CD2ACCB594A0F7418E652;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB65E60D11EA1604719548E1B1191FFAE6AB998FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB66710B8486B3526B1F8168C6B5624E10E729DE4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB699181DE61C4F522DB1CAAE541B08682A3E3793;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB71C346DE85738BE8E8B313149D0E8748113A5C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCF11231D486ACBEE84589EDF91213CD577E58D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE42BC512F40DC4883906CF7933C9501522199CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF354152787E47EF6B0C398A84E3D3DD67141068;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCFF8CC980F0024DC5B3F925194A35C0FA0231C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2F90B879E9C875DD5A61CDA1C1FDE5C0B9C1550;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5F2B3561CFA951FF37495C4B6AE6DB436EC2259;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA6B7B9AAB1F0BF83827C2EA512BD54888EA83EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDACCA04898195D832180D47EE1D6355C6BD177F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE99FBA0860C6EC89E269E1464FC23F276DEE1C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF4CEA27114F11E5D7ADF9B423969699A31E7F21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6032DEC161F569999C6DA4DF8BEA5BAFF7D083A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAC6FCACFF5A02ED600BF6FE33B2851B573B12E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF02A3E66DE72A501EB4F90E55DD3002024BBC83F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF0D2916002B1ED07ED0BC1643D7198B6DD5253D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF31962852E63EF3C612B709832EB6506041D1FAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF57432F4F6C22FC2EB0DF37C3C6C2806C213E9D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8C74560D43C50DEB5A6E5D6625DE086F0FED08A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF92DDD5C3258D4667CC2EC32868648986EBA9098;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA16C4EC196C44130CD8188FE32711DD66BF3FCB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA50AC3467D3443BFBDD68C33F2D0B2D816B99EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFEB1BB2A18BFFD46EC47EE3D19AB1A41DA9D9FE9;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BlockPool_CreateBlock_m0E23B13A365D07CB9A8D1FB2B27F8D97CCD1EC0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BlockPool_ResetBlock_m7A4C3973EC94BB8C20CB724F4BA12041941E7C82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1__ctor_m8F940C511B5FF0BC6628ED1FE9A3680A18BF47EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1__ctor_mEB32F6456670E4582A5D1BA4A7CB1572AB669AFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2908690ED4CBB4D50DE0DFD78849B94235F985C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCC9C9C2DE500DB964A2A9E450B9CA03807746119_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA28AB88B50762934FBAA568B809CF2E505BF1BE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m64C3413B85F3D5F7E9A564765C11D8E470846A6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEE5B4AC0CD719313447BD9A382298F8BDE34F3DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mD6BAA35B22680ED5033CFB2018C88DE4BFA8774D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m854ACC211E0F4F41C92C27EB4EDC6D9BF2DBB4F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_mDC0CD455E41DAF53F9CE0C8BB549BDBADB3D8F67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m05E838E336E1D92A161559B1B8055E2BC1C54DC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC35A440E713F11DDB7FF3936CFA9B65B6CA3613E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2B1B906A1E821F09268CF4736313F1A7E5F4F592_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m682AEEF718B53C0111D4EDC8A8B50A4EF3363717_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m08ED293E8C43789C01A1C0F7C02CB0F3D9524CD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB1C66E719D981BFE5DC22DB62AF228F0F54879AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBEA6A1F9691514C467D6EC409CD28B9B54AC0F79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE25FAE769B6B1EDF5AE9ECFA71C4AA6CA67E0F57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m38EF2B3BD05717E9F88E4B2FC6DF01635DEBACDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m8D425C32FEC0FBCA87844D0A849074104202E95A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m1B103C4931EFC035BF435240AD0CBAEA1AE916E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m46C1F3A5DF2013F65AA709A58C45D36CC411D276_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m4934871D2D1D60A1B0FD5E74F31E74697620BF52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_mE20C86CDF117D83540556807F8C35F5DF78CF16B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_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_op_Inequality_m7A09D6E10BBFCDA38A40E9C17CE6ACEDE084708A_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* TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1_Dispose_m3288C9252867094CFABD4D5C5F81EBEDB2FFAD5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1_Dispose_mEB2F7EDDCA767A4D5CD140391D4B7403D53DDB40_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1_SessionDone_m121946E6DFDA79A7E475CF4B1B47E34035B71B36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1_SessionDone_m9305AB601658E736B92227E8D11E485550396821_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1__ctor_m5C8EFB7406DF9F45E0E4197D518C95BCF90F503A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TempDataAlloc_1__ctor_m7384E45640A9F8534A6F83F540E28154EE24A370_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRStylePainter_AllocRawVertsIndices_m48F1D779F4929DB89D00945A248278413A11508E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRStylePainter_AllocThroughDrawGradients_m9425256C6559AB8EF851C4515DE29E67A7ACF9C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRStylePainter_AllocThroughDrawMesh_mEAAC71B2F7F66A5F8B7A02B7F635D165D757E22B_RuntimeMethod_var;
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7;
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2;
|
|
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
|
|
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<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28 : 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_t5C6BE3F8D8C9F5DBCDEF6446DF86F557102A5F67* ____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_t85D7EE0BF2C0CFEF0B29BD162EBF6D7932A18524* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t95D84B4301FFC2CEAA9EBB93DE72CFC9CE2995B2* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
struct Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA : 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_t7F98B69A7E03C7962E8464AC964AF60FAD664681* ____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_tF6D68C9DEFB5EE51E16CCE2C8FA4B432F4629265* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tBFB44848CD0102BAD045541C44604965E5A35EA2* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
struct HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t07FCA100BAB3D53C17B55BC073D41006B19C4D70* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
|
|
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF : public RuntimeObject
|
|
{
|
|
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___poolNext_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
|
|
struct LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75 : public RuntimeObject
|
|
{
|
|
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___poolNext_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
|
|
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9 : public RuntimeObject
|
|
{
|
|
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___poolNext_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5 : public RuntimeObject
|
|
{
|
|
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___poolNext_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9 : public RuntimeObject
|
|
{
|
|
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
|
|
Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* ___m_CreateFunc_0;
|
|
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
|
|
Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* ___m_ResetAction_1;
|
|
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
|
|
int32_t ___m_Limit_2;
|
|
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_PoolFirst_3;
|
|
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
|
|
int32_t ___U3CCountU3Ek__BackingField_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
|
|
struct List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
MeshWriteDataU5BU5D_tCF1948F981F6B1B18ADD73AD1EA70BD6845D68BD* ____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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
|
|
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ____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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
struct List_1_tE6A967BAC61940A70814BDD10C019CC887E70047 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
EntryU5BU5D_t0E1B13D46D84865A64150BC9C0299A2189F6F1E8* ____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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.AtlasBase
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.AtlasBase::textureRegistry
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator
|
|
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7 : public RuntimeObject
|
|
{
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::<totalSize>k__BackingField
|
|
uint32_t ___U3CtotalSizeU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::m_FirstBlock
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_FirstBlock_1;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::m_FirstAvailableBlock
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_FirstAvailableBlock_2;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool UnityEngine.UIElements.UIR.BestFitAllocator::m_BlockPool
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* ___m_BlockPool_3;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::m_HighWatermark
|
|
uint32_t ___m_HighWatermark_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.CallbackEventHandler
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry
|
|
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.CommandGenerator
|
|
struct CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator
|
|
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_Low
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Low_0;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_High
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_High_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.HierarchyTraversal
|
|
struct HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.IStylePainter UnityEngine.UIElements.MeshGenerationContext::painter
|
|
RuntimeObject* ___painter_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Page
|
|
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9 : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Page::vertices
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* ___vertices_1;
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16> UnityEngine.UIElements.UIR.Page::indices
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* ___indices_2;
|
|
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.Page::next
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___next_3;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Page::framesEmpty
|
|
int32_t ___framesEmpty_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.RenderEvents
|
|
struct RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyUtil
|
|
struct StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Tessellation
|
|
struct Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::characterCount
|
|
int32_t ___characterCount_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::spriteCount
|
|
int32_t ___spriteCount_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::spaceCount
|
|
int32_t ___spaceCount_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::wordCount
|
|
int32_t ___wordCount_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::linkCount
|
|
int32_t ___linkCount_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::lineCount
|
|
int32_t ___lineCount_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::pageCount
|
|
int32_t ___pageCount_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextInfo::materialCount
|
|
int32_t ___materialCount_9;
|
|
// UnityEngine.TextCore.Text.TextElementInfo[] UnityEngine.TextCore.Text.TextInfo::textElementInfo
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* ___textElementInfo_10;
|
|
// UnityEngine.TextCore.Text.WordInfo[] UnityEngine.TextCore.Text.TextInfo::wordInfo
|
|
WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B* ___wordInfo_11;
|
|
// UnityEngine.TextCore.Text.LinkInfo[] UnityEngine.TextCore.Text.TextInfo::linkInfo
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* ___linkInfo_12;
|
|
// UnityEngine.TextCore.Text.LineInfo[] UnityEngine.TextCore.Text.TextInfo::lineInfo
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* ___lineInfo_13;
|
|
// UnityEngine.TextCore.Text.PageInfo[] UnityEngine.TextCore.Text.TextInfo::pageInfo
|
|
PageInfoU5BU5D_tFEA2CF88695491CFC2F2A2EF6BDCC56E52B0A6D4* ___pageInfo_14;
|
|
// UnityEngine.TextCore.Text.MeshInfo[] UnityEngine.TextCore.Text.TextInfo::meshInfo
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* ___meshInfo_15;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextInfo::isDirty
|
|
bool ___isDirty_16;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIElementsUtility
|
|
struct UIElementsUtility_t03323144D50362C6BF96652D3355728749769293 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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.UIR.VectorImageManager
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.VectorImageManager::m_Atlas
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_3;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageManager::m_Registered
|
|
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* ___m_Registered_4;
|
|
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool UnityEngine.UIElements.UIR.VectorImageManager::m_RenderInfoPool
|
|
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* ___m_RenderInfoPool_5;
|
|
// UnityEngine.UIElements.UIR.GradientRemapPool UnityEngine.UIElements.UIR.VectorImageManager::m_GradientRemapPool
|
|
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* ___m_GradientRemapPool_6;
|
|
// UnityEngine.UIElements.UIR.GradientSettingsAtlas UnityEngine.UIElements.UIR.VectorImageManager::m_GradientSettingsAtlas
|
|
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* ___m_GradientSettingsAtlas_7;
|
|
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::m_LoggedExhaustedSettingsAtlas
|
|
bool ___m_LoggedExhaustedSettingsAtlas_8;
|
|
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_9;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF;
|
|
|
|
// 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;
|
|
};
|
|
|
|
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
// 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.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.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
|
|
};
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.MeshInfo::vertexCount
|
|
int32_t ___vertexCount_1;
|
|
// UnityEngine.Vector3[] UnityEngine.TextCore.Text.MeshInfo::vertices
|
|
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___vertices_2;
|
|
// UnityEngine.Vector2[] UnityEngine.TextCore.Text.MeshInfo::uvs0
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___uvs0_3;
|
|
// UnityEngine.Vector2[] UnityEngine.TextCore.Text.MeshInfo::uvs2
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___uvs2_4;
|
|
// UnityEngine.Color32[] UnityEngine.TextCore.Text.MeshInfo::colors32
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___colors32_5;
|
|
// System.Int32[] UnityEngine.TextCore.Text.MeshInfo::triangles
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___triangles_6;
|
|
// UnityEngine.Material UnityEngine.TextCore.Text.MeshInfo::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_marshaled_pinvoke
|
|
{
|
|
int32_t ___vertexCount_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___vertices_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs0_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs2_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___colors32_5;
|
|
Il2CppSafeArray/*NONE*/* ___triangles_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_marshaled_com
|
|
{
|
|
int32_t ___vertexCount_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* ___vertices_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs0_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___uvs2_4;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___colors32_5;
|
|
Il2CppSafeArray/*NONE*/* ___triangles_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_7;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainTextEntry
|
|
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11
|
|
{
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainTextEntry::command
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::firstVertex
|
|
int32_t ___firstVertex_1;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::vertexCount
|
|
int32_t ___vertexCount_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
|
|
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
|
|
int32_t ___firstVertex_1;
|
|
int32_t ___vertexCount_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
|
|
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
|
|
int32_t ___firstVertex_1;
|
|
int32_t ___vertexCount_2;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureId
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.TextureId::m_Index
|
|
int32_t ___m_Index_0;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block
|
|
struct Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698 : public LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5
|
|
{
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator/Block::start
|
|
uint32_t ___start_1;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator/Block::end
|
|
uint32_t ___end_2;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator/Block::prev
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___prev_3;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator/Block::next
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___next_4;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator/Block::prevAvailable
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___prevAvailable_5;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator/Block::nextAvailable
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___nextAvailable_6;
|
|
// System.Boolean UnityEngine.UIElements.UIR.BestFitAllocator/Block::allocated
|
|
bool ___allocated_7;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool
|
|
struct BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878 : public LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9
|
|
{
|
|
};
|
|
|
|
// 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.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_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1;
|
|
};
|
|
|
|
// Unity.Collections.Allocator
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
// System.Int32 Unity.Collections.Allocator::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// 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.UIElements.UIR.CommandType
|
|
struct CommandType_tD31CF154E77E661A0B00A7A9A45F2557D8705A56
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.CommandType::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
|
|
intptr_t ___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.UIElements.DisplayStyle
|
|
struct DisplayStyle_t87BEDA2F78F764785ED41FC5E622ECB0091B2459
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.DisplayStyle::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.FontStyle
|
|
struct FontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1
|
|
{
|
|
// System.Int32 UnityEngine.FontStyle::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.GradientRemap
|
|
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307 : public LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::origIndex
|
|
int32_t ___origIndex_1;
|
|
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::destIndex
|
|
int32_t ___destIndex_2;
|
|
// UnityEngine.RectInt UnityEngine.UIElements.UIR.GradientRemap::location
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3;
|
|
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.GradientRemap::next
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___next_4;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.GradientRemap::atlas
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___atlas_5;
|
|
};
|
|
|
|
// UnityEngine.HideFlags
|
|
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
|
|
{
|
|
// System.Int32 UnityEngine.HideFlags::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.UIR.MeshHandle
|
|
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E : public LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75
|
|
{
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocVerts
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocVerts_1;
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocIndices
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocIndices_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::triangleCount
|
|
uint32_t ___triangleCount_3;
|
|
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.MeshHandle::allocPage
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___allocPage_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::allocTime
|
|
uint32_t ___allocTime_5;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::updateAllocID
|
|
uint32_t ___updateAllocID_6;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// 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.OverflowClipBox
|
|
struct OverflowClipBox_t216E14FDAB321AF2B7F0DB6E22760D7724BDAA83
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.OverflowClipBox::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// 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.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.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.ScaleMode
|
|
struct ScaleMode_t16AD656758EE54C56B3DA34FE4F2033C9C2EE13D
|
|
{
|
|
// System.Int32 UnityEngine.ScaleMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.State
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB
|
|
{
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.State::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
|
|
// UnityEngine.Texture UnityEngine.UIElements.UIR.State::font
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
|
|
// System.Single UnityEngine.UIElements.UIR.State::fontTexSDFScale
|
|
float ___fontTexSDFScale_2;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.State::texture
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
|
|
// System.Int32 UnityEngine.UIElements.UIR.State::stencilRef
|
|
int32_t ___stencilRef_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.State
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
|
|
float ___fontTexSDFScale_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
|
|
int32_t ___stencilRef_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.State
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
|
|
float ___fontTexSDFScale_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
|
|
int32_t ___stencilRef_4;
|
|
};
|
|
|
|
// System.StringComparison
|
|
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
|
|
{
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleEnumType
|
|
struct StyleEnumType_t9A76278FBCC4EF7A99F37A794B926FB423B6CC4C
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.StyleSheets.StyleEnumType::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.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;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_FrameIndex
|
|
uint32_t ___m_FrameIndex_11;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextUpdateID
|
|
uint32_t ___m_NextUpdateID_12;
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawStats
|
|
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F ___m_DrawStats_13;
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice::m_MeshHandles
|
|
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* ___m_MeshHandles_14;
|
|
// UnityEngine.UIElements.UIR.DrawParams UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawParams
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___m_DrawParams_15;
|
|
// UnityEngine.UIElements.UIR.TextureSlotManager UnityEngine.UIElements.UIR.UIRenderDevice::m_TextureSlotManager
|
|
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* ___m_TextureSlotManager_16;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::<maxVerticesPerPage>k__BackingField
|
|
uint32_t ___U3CmaxVerticesPerPageU3Ek__BackingField_35;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<breakBatches>k__BackingField
|
|
bool ___U3CbreakBatchesU3Ek__BackingField_36;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_39;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.VertexFlags
|
|
struct VertexFlags_tDC60142536F477FF72F8D0E14C41679078949D3D
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.VertexFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElementFlags
|
|
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElementFlags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// 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.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::needsClosing
|
|
bool ___needsClosing_0;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popViewMatrix
|
|
bool ___popViewMatrix_1;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popScissorClip
|
|
bool ___popScissorClip_2;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::blitAndPopRenderTexture
|
|
bool ___blitAndPopRenderTexture_3;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::PopDefaultMaterial
|
|
bool ___PopDefaultMaterial_4;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipUnregisterDrawCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterVertices
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
|
|
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndices
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndexOffset
|
|
int32_t ___clipperRegisterIndexOffset_8;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::maskStencilRef
|
|
int32_t ___maskStencilRef_9;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke
|
|
{
|
|
int32_t ___needsClosing_0;
|
|
int32_t ___popViewMatrix_1;
|
|
int32_t ___popScissorClip_2;
|
|
int32_t ___blitAndPopRenderTexture_3;
|
|
int32_t ___PopDefaultMaterial_4;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
|
|
int32_t ___clipperRegisterIndexOffset_8;
|
|
int32_t ___maskStencilRef_9;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_com
|
|
{
|
|
int32_t ___needsClosing_0;
|
|
int32_t ___popViewMatrix_1;
|
|
int32_t ___popScissorClip_2;
|
|
int32_t ___blitAndPopRenderTexture_3;
|
|
int32_t ___PopDefaultMaterial_4;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
|
|
int32_t ___clipperRegisterIndexOffset_8;
|
|
int32_t ___maskStencilRef_9;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBufferType
|
|
struct GPUBufferType_t7613818304F9D377982DC736772F22DBF4D1D255
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.Utility/GPUBufferType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode
|
|
struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange>
|
|
struct NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E
|
|
{
|
|
// 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.UIElements.TextVertex>
|
|
struct NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656
|
|
{
|
|
// 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.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<System.UInt16>
|
|
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
|
|
struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81
|
|
{
|
|
// 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<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18
|
|
{
|
|
// 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.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;
|
|
};
|
|
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
|
|
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727 : public LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainCommand::owner
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___owner_1;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::prev
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___prev_2;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::next
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___next_3;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainCommand::closing
|
|
bool ___closing_4;
|
|
// UnityEngine.UIElements.UIR.CommandType UnityEngine.UIElements.UIR.RenderChainCommand::type
|
|
int32_t ___type_5;
|
|
// UnityEngine.UIElements.UIR.State UnityEngine.UIElements.UIR.RenderChainCommand::state
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___state_6;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainCommand::mesh
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___mesh_7;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexOffset
|
|
int32_t ___indexOffset_8;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexCount
|
|
int32_t ___indexCount_9;
|
|
// System.Action UnityEngine.UIElements.UIR.RenderChainCommand::callback
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___callback_10;
|
|
};
|
|
|
|
// 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.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
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
// System.Single UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::sliceScale
|
|
float ___sliceScale_17;
|
|
// UnityEngine.Rect UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::spriteGeomRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_18;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::rectInset
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset_19;
|
|
// UnityEngine.UIElements.ColorPage UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::colorPage
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage_20;
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::meshFlags
|
|
int32_t ___meshFlags_21;
|
|
};
|
|
// 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;
|
|
float ___sliceScale_17;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_18;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset_19;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___colorPage_20;
|
|
int32_t ___meshFlags_21;
|
|
};
|
|
// 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;
|
|
float ___sliceScale_17;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect_18;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset_19;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___colorPage_20;
|
|
int32_t ___meshFlags_21;
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
|
|
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::gpuData
|
|
GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* ___gpuData_1;
|
|
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::cpuData
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___cpuData_2;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange> UnityEngine.UIElements.UIR.Page/DataSet`1::updateRanges
|
|
NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E ___updateRanges_3;
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator UnityEngine.UIElements.UIR.Page/DataSet`1::allocator
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangePoolSize
|
|
uint32_t ___m_UpdateRangePoolSize_5;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_ElemStride
|
|
uint32_t ___m_ElemStride_6;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMin
|
|
uint32_t ___m_UpdateRangeMin_7;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMax
|
|
uint32_t ___m_UpdateRangeMax_8;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesEnqueued
|
|
uint32_t ___m_UpdateRangesEnqueued_9;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesBatchStart
|
|
uint32_t ___m_UpdateRangesBatchStart_10;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesSaturated
|
|
bool ___m_UpdateRangesSaturated_11;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
|
|
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_0;
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::gpuData
|
|
GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* ___gpuData_1;
|
|
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::cpuData
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___cpuData_2;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange> UnityEngine.UIElements.UIR.Page/DataSet`1::updateRanges
|
|
NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E ___updateRanges_3;
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator UnityEngine.UIElements.UIR.Page/DataSet`1::allocator
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator_4;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangePoolSize
|
|
uint32_t ___m_UpdateRangePoolSize_5;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_ElemStride
|
|
uint32_t ___m_ElemStride_6;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMin
|
|
uint32_t ___m_UpdateRangeMin_7;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMax
|
|
uint32_t ___m_UpdateRangeMax_8;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesEnqueued
|
|
uint32_t ___m_UpdateRangesEnqueued_9;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesBatchStart
|
|
uint32_t ___m_UpdateRangesBatchStart_10;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesSaturated
|
|
bool ___m_UpdateRangesSaturated_11;
|
|
};
|
|
|
|
// System.Func`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
struct Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>
|
|
struct TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
|
|
int32_t ___maxPoolElemCount_0;
|
|
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___pool_1;
|
|
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
|
|
List_1_t74C6AEA308C4F693A59399B52C271D29F073582E* ___excess_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
|
|
uint32_t ___takenFromPool_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>
|
|
struct TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
|
|
int32_t ___maxPoolElemCount_0;
|
|
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___pool_1;
|
|
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
|
|
List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F* ___excess_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
|
|
uint32_t ___takenFromPool_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
struct TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
|
|
int32_t ___maxPoolElemCount_0;
|
|
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
|
|
NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___pool_1;
|
|
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
|
|
List_1_tDA1565FB54D9C701D544C5C5DEB5F20D33BC07BF* ___excess_2;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
|
|
uint32_t ___takenFromPool_3;
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// 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::localTransformScaleZero
|
|
bool ___localTransformScaleZero_16;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::worldFlipsWinding
|
|
bool ___worldFlipsWinding_17;
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod
|
|
int32_t ___clipMethod_18;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenStencilRef
|
|
int32_t ___childrenStencilRef_19;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenMaskDepth
|
|
int32_t ___childrenMaskDepth_20;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging
|
|
bool ___disableNudging_21;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText
|
|
bool ___usesLegacyText_22;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart
|
|
int32_t ___displacementUVStart_26;
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd
|
|
int32_t ___displacementUVEnd_27;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderLeftColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderTopColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderRightColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderBottomColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::tintColorID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
|
|
// System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity
|
|
float ___compositeOpacity_38;
|
|
// UnityEngine.Color UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColor
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textEntries
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
|
|
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textures
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
|
|
};
|
|
// 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 ___localTransformScaleZero_16;
|
|
int32_t ___worldFlipsWinding_17;
|
|
int32_t ___clipMethod_18;
|
|
int32_t ___childrenStencilRef_19;
|
|
int32_t ___childrenMaskDepth_20;
|
|
int32_t ___disableNudging_21;
|
|
int32_t ___usesLegacyText_22;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
|
|
int32_t ___displacementUVStart_26;
|
|
int32_t ___displacementUVEnd_27;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
|
|
float ___compositeOpacity_38;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
|
|
};
|
|
// 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 ___localTransformScaleZero_16;
|
|
int32_t ___worldFlipsWinding_17;
|
|
int32_t ___clipMethod_18;
|
|
int32_t ___childrenStencilRef_19;
|
|
int32_t ___childrenMaskDepth_20;
|
|
int32_t ___disableNudging_21;
|
|
int32_t ___usesLegacyText_22;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
|
|
int32_t ___displacementUVStart_26;
|
|
int32_t ___displacementUVEnd_27;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
|
|
float ___compositeOpacity_38;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
|
|
};
|
|
|
|
// UnityEngine.RenderTexture
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextNativeHandle
|
|
struct TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.TextNativeHandle::<MeasuredSizes>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CMeasuredSizesU3Ek__BackingField_0;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.TextNativeHandle::<RoundedSizes>k__BackingField
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CRoundedSizesU3Ek__BackingField_1;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex> UnityEngine.UIElements.TextNativeHandle::textVertices
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 ___textVertices_2;
|
|
// System.Int32 UnityEngine.UIElements.TextNativeHandle::m_PreviousTextParamsHash
|
|
int32_t ___m_PreviousTextParamsHash_3;
|
|
};
|
|
|
|
// UnityEngine.Texture2D
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
|
|
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_CurrentElement
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CurrentElement_0;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_TextEntryIndex
|
|
int32_t ___m_TextEntryIndex_1;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudVerts
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___m_DudVerts_2;
|
|
// Unity.Collections.NativeArray`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudIndices
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_DudIndices_3;
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_MeshDataVerts
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_MeshDataVerts_4;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_XFormClipPages
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_XFormClipPages_5;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_IDs
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_IDs_6;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_Flags
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_Flags_7;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_OpacityColorPages
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_OpacityColorPages_8;
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::<meshGenerationContext>k__BackingField
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_9;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
// 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.UIR.MeshBuilder/AllocMeshData
|
|
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0
|
|
{
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::alloc
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___alloc_0;
|
|
// UnityEngine.Texture UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::texture
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::svgTexture
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::flags
|
|
int32_t ___flags_4;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::colorAlloc
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
|
|
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___alloc_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___flags_4;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
|
|
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___alloc_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
|
|
int32_t ___flags_4;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
|
|
};
|
|
|
|
// 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.UIR.Implementation.UIRStylePainter/Entry
|
|
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F
|
|
{
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::vertices
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
|
|
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::indices
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::material
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::custom
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
|
|
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::font
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
|
|
// System.Single UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::fontTexSDFScale
|
|
float ___fontTexSDFScale_5;
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::texture
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::customCommand
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::clipRectID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
|
|
// UnityEngine.UIElements.UIR.VertexFlags UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::addFlags
|
|
int32_t ___addFlags_9;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::uvIsDisplacement
|
|
bool ___uvIsDisplacement_10;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isTextEntry
|
|
bool ___isTextEntry_11;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isClipRegisterEntry
|
|
bool ___isClipRegisterEntry_12;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::stencilRef
|
|
int32_t ___stencilRef_13;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::maskDepth
|
|
int32_t ___maskDepth_14;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
|
|
float ___fontTexSDFScale_5;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
|
|
int32_t ___addFlags_9;
|
|
int32_t ___uvIsDisplacement_10;
|
|
int32_t ___isTextEntry_11;
|
|
int32_t ___isClipRegisterEntry_12;
|
|
int32_t ___stencilRef_13;
|
|
int32_t ___maskDepth_14;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_com
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
|
|
float ___fontTexSDFScale_5;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
|
|
int32_t ___addFlags_9;
|
|
int32_t ___uvIsDisplacement_10;
|
|
int32_t ___isTextEntry_11;
|
|
int32_t ___isClipRegisterEntry_12;
|
|
int32_t ___stencilRef_13;
|
|
int32_t ___maskDepth_14;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
struct Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* ____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
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F ____current_3;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
|
|
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8 : public RuntimeObject
|
|
{
|
|
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Owner
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___m_Owner_0;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Entries
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* ___m_Entries_1;
|
|
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Atlas
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_2;
|
|
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VectorImageManager
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___m_VectorImageManager_3;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_CurrentEntry
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F ___m_CurrentEntry_4;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClosingInfo
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 ___m_ClosingInfo_5;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MaskDepth
|
|
int32_t ___m_MaskDepth_6;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_StencilRef
|
|
int32_t ___m_StencilRef_7;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClipRectID
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectID_8;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_SVGBackgroundEntryIndex
|
|
int32_t ___m_SVGBackgroundEntryIndex_9;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VertsPool
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D ___m_VertsPool_10;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_IndicesPool
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02 ___m_IndicesPool_11;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MeshWriteDataPool
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* ___m_MeshWriteDataPool_12;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_NextMeshWriteDataPoolItem
|
|
int32_t ___m_NextMeshWriteDataPoolItem_13;
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocRawVertsIndicesDelegate
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocRawVertsIndicesDelegate_14;
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawMeshDelegate
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawMeshDelegate_15;
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawGradientsDelegate
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawGradientsDelegate_16;
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<meshGenerationContext>k__BackingField
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_17;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<currentElement>k__BackingField
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CcurrentElementU3Ek__BackingField_18;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalVertices>k__BackingField
|
|
int32_t ___U3CtotalVerticesU3Ek__BackingField_19;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalIndices>k__BackingField
|
|
int32_t ___U3CtotalIndicesU3Ek__BackingField_20;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<disposed>k__BackingField
|
|
bool ___U3CdisposedU3Ek__BackingField_21;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0
|
|
{
|
|
// UnityEngine.UIElements.InlineStyleAccess UnityEngine.UIElements.VisualElement::inlineStyleAccess
|
|
InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess_7;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet> UnityEngine.UIElements.VisualElement::styleSheetList
|
|
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList_8;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.runningAnimationCount>k__BackingField
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField_11;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.completedAnimationCount>k__BackingField
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField_12;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate> UnityEngine.UIElements.VisualElement::m_RunningAnimations
|
|
List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations_13;
|
|
// System.String UnityEngine.UIElements.VisualElement::m_Name
|
|
String_t* ___m_Name_18;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::m_ClassList
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList_19;
|
|
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>> UnityEngine.UIElements.VisualElement::m_PropertyBag
|
|
List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260* ___m_PropertyBag_20;
|
|
// UnityEngine.UIElements.VisualElementFlags UnityEngine.UIElements.VisualElement::m_Flags
|
|
int32_t ___m_Flags_21;
|
|
// System.String UnityEngine.UIElements.VisualElement::m_ViewDataKey
|
|
String_t* ___m_ViewDataKey_22;
|
|
// UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::m_RenderHints
|
|
int32_t ___m_RenderHints_23;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastLayout
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout_24;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastPseudoPadding
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding_25;
|
|
// UnityEngine.UIElements.UIR.RenderChainVEData UnityEngine.UIElements.VisualElement::renderChainData
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData_26;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout_27;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox_28;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox_29;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache_30;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache_31;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClip
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip_32;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClipMinusGroup
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup_33;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::m_WorldClipIsInfinite
|
|
bool ___m_WorldClipIsInfinite_34;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::triggerPseudoMask
|
|
int32_t ___triggerPseudoMask_36;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::dependencyPseudoMask
|
|
int32_t ___dependencyPseudoMask_37;
|
|
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates
|
|
int32_t ___m_PseudoStates_38;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::<containedPointerIds>k__BackingField
|
|
int32_t ___U3CcontainedPointerIdsU3Ek__BackingField_39;
|
|
// UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::<pickingMode>k__BackingField
|
|
int32_t ___U3CpickingModeU3Ek__BackingField_40;
|
|
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::<yogaNode>k__BackingField
|
|
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___U3CyogaNodeU3Ek__BackingField_41;
|
|
// UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::m_Style
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style_42;
|
|
// UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualElement::variableContext
|
|
StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_43;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::inheritedStylesHash
|
|
int32_t ___inheritedStylesHash_44;
|
|
// System.UInt32 UnityEngine.UIElements.VisualElement::controlid
|
|
uint32_t ___controlid_45;
|
|
// System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount
|
|
int32_t ___imguiContainerDescendantCount_46;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<enabledSelf>k__BackingField
|
|
bool ___U3CenabledSelfU3Ek__BackingField_47;
|
|
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext> UnityEngine.UIElements.VisualElement::<generateVisualContent>k__BackingField
|
|
Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField_48;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.VisualElement::k_GenerateVisualContentMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker_49;
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::m_SubRenderTargetMode
|
|
int32_t ___m_SubRenderTargetMode_50;
|
|
// UnityEngine.Material UnityEngine.UIElements.VisualElement::m_defaultMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial_52;
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::<hierarchy>k__BackingField
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField_54;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<isRootVisualContainer>k__BackingField
|
|
bool ___U3CisRootVisualContainerU3Ek__BackingField_55;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::<cacheAsBitmap>k__BackingField
|
|
bool ___U3CcacheAsBitmapU3Ek__BackingField_56;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent_57;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_LogicalParent
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent_58;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::m_Children
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children_60;
|
|
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::<elementPanel>k__BackingField
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField_61;
|
|
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.VisualElement::m_VisualTreeAssetSource
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource_62;
|
|
// UnityEngine.UIElements.VisualElement/TypeData UnityEngine.UIElements.VisualElement::m_TypeData
|
|
TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData_64;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
|
|
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
|
|
struct List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
MeshWriteDataU5BU5D_tCF1948F981F6B1B18ADD73AD1EA70BD6845D68BD* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
|
|
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
struct List_1_tE6A967BAC61940A70814BDD10C019CC887E70047_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
EntryU5BU5D_t0E1B13D46D84865A64150BC9C0299A2189F6F1E8* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
|
|
// UnityEngine.UIElements.AtlasBase
|
|
|
|
// UnityEngine.UIElements.AtlasBase
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.CommandGenerator
|
|
struct CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields
|
|
{
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Implementation.CommandGenerator::k_ConvertEntriesToCommandsMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ConvertEntriesToCommandsMarker_0;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Implementation.CommandGenerator::k_NudgeVerticesMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_NudgeVerticesMarker_1;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Implementation.CommandGenerator::k_ComputeTransformMatrixMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTransformMatrixMarker_2;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::s_blitMaterial_LinearToGamma
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_blitMaterial_LinearToGamma_3;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::s_blitMaterial_GammaToLinear
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_blitMaterial_GammaToLinear_4;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::s_blitMaterial_NoChange
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_blitMaterial_NoChange_5;
|
|
// UnityEngine.Shader UnityEngine.UIElements.UIR.Implementation.CommandGenerator::s_blitShader
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___s_blitShader_6;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.CommandGenerator
|
|
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator
|
|
|
|
// UnityEngine.UIElements.UIR.GPUBufferAllocator
|
|
|
|
// UnityEngine.UIElements.StyleSheets.HierarchyTraversal
|
|
|
|
// UnityEngine.UIElements.StyleSheets.HierarchyTraversal
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext
|
|
|
|
// UnityEngine.UIElements.UIR.Page
|
|
|
|
// UnityEngine.UIElements.UIR.Page
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.RenderEvents
|
|
struct RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_StaticFields
|
|
{
|
|
// System.Single UnityEngine.UIElements.UIR.Implementation.RenderEvents::VisibilityTreshold
|
|
float ___VisibilityTreshold_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.RenderEvents
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyUtil
|
|
struct StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields
|
|
{
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId> UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_AnimatablePropertiesHash
|
|
HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* ___s_AnimatablePropertiesHash_0;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId> UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_NameToId
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* ___s_NameToId_1;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String> UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_IdToName
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* ___s_IdToName_2;
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_AnimatableProperties
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___s_AnimatableProperties_3;
|
|
};
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyUtil
|
|
|
|
// UnityEngine.UIElements.UIR.Tessellation
|
|
struct Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields
|
|
{
|
|
// System.Single UnityEngine.UIElements.UIR.Tessellation::kEpsilon
|
|
float ___kEpsilon_0;
|
|
// System.Single UnityEngine.UIElements.UIR.Tessellation::kUnusedArc
|
|
float ___kUnusedArc_1;
|
|
// System.UInt16 UnityEngine.UIElements.UIR.Tessellation::kSubdivisions
|
|
uint16_t ___kSubdivisions_2;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Tessellation::s_MarkerTessellateRect
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTessellateRect_3;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.Tessellation::s_MarkerTessellateBorder
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTessellateBorder_4;
|
|
// UnityEngine.UIElements.UIR.Tessellation/Edges[] UnityEngine.UIElements.UIR.Tessellation::s_AllEdges
|
|
EdgesU5BU5D_t8B9821D7220C0ECED1E7562DC152478ECC253918* ___s_AllEdges_5;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.Tessellation
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextInfo::s_InfinityVectorPositive
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorPositive_0;
|
|
// UnityEngine.Vector2 UnityEngine.TextCore.Text.TextInfo::s_InfinityVectorNegative
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorNegative_1;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextInfo
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MainTex
|
|
int32_t ___ID_MainTex_0;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceTex
|
|
int32_t ___ID_FaceTex_1;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceColor
|
|
int32_t ___ID_FaceColor_2;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_FaceDilate
|
|
int32_t ___ID_FaceDilate_3;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Shininess
|
|
int32_t ___ID_Shininess_4;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayColor
|
|
int32_t ___ID_UnderlayColor_5;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayOffsetX
|
|
int32_t ___ID_UnderlayOffsetX_6;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayOffsetY
|
|
int32_t ___ID_UnderlayOffsetY_7;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlayDilate
|
|
int32_t ___ID_UnderlayDilate_8;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UnderlaySoftness
|
|
int32_t ___ID_UnderlaySoftness_9;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_WeightNormal
|
|
int32_t ___ID_WeightNormal_10;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_WeightBold
|
|
int32_t ___ID_WeightBold_11;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineTex
|
|
int32_t ___ID_OutlineTex_12;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineWidth
|
|
int32_t ___ID_OutlineWidth_13;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineSoftness
|
|
int32_t ___ID_OutlineSoftness_14;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_OutlineColor
|
|
int32_t ___ID_OutlineColor_15;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Outline2Color
|
|
int32_t ___ID_Outline2Color_16;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Outline2Width
|
|
int32_t ___ID_Outline2Width_17;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Padding
|
|
int32_t ___ID_Padding_18;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GradientScale
|
|
int32_t ___ID_GradientScale_19;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleX
|
|
int32_t ___ID_ScaleX_20;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleY
|
|
int32_t ___ID_ScaleY_21;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_PerspectiveFilter
|
|
int32_t ___ID_PerspectiveFilter_22;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_Sharpness
|
|
int32_t ___ID_Sharpness_23;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_TextureWidth
|
|
int32_t ___ID_TextureWidth_24;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_TextureHeight
|
|
int32_t ___ID_TextureHeight_25;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_BevelAmount
|
|
int32_t ___ID_BevelAmount_26;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowColor
|
|
int32_t ___ID_GlowColor_27;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowOffset
|
|
int32_t ___ID_GlowOffset_28;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowPower
|
|
int32_t ___ID_GlowPower_29;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowOuter
|
|
int32_t ___ID_GlowOuter_30;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_GlowInner
|
|
int32_t ___ID_GlowInner_31;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_LightAngle
|
|
int32_t ___ID_LightAngle_32;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMap
|
|
int32_t ___ID_EnvMap_33;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMatrix
|
|
int32_t ___ID_EnvMatrix_34;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_EnvMatrixRotation
|
|
int32_t ___ID_EnvMatrixRotation_35;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskCoord
|
|
int32_t ___ID_MaskCoord_36;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ClipRect
|
|
int32_t ___ID_ClipRect_37;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskSoftnessX
|
|
int32_t ___ID_MaskSoftnessX_38;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_MaskSoftnessY
|
|
int32_t ___ID_MaskSoftnessY_39;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_VertexOffsetX
|
|
int32_t ___ID_VertexOffsetX_40;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_VertexOffsetY
|
|
int32_t ___ID_VertexOffsetY_41;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_UseClipRect
|
|
int32_t ___ID_UseClipRect_42;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilID
|
|
int32_t ___ID_StencilID_43;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilOp
|
|
int32_t ___ID_StencilOp_44;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilComp
|
|
int32_t ___ID_StencilComp_45;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilReadMask
|
|
int32_t ___ID_StencilReadMask_46;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_StencilWriteMask
|
|
int32_t ___ID_StencilWriteMask_47;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ShaderFlags
|
|
int32_t ___ID_ShaderFlags_48;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_A
|
|
int32_t ___ID_ScaleRatio_A_49;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_B
|
|
int32_t ___ID_ScaleRatio_B_50;
|
|
// System.Int32 UnityEngine.TextCore.Text.TextShaderUtilities::ID_ScaleRatio_C
|
|
int32_t ___ID_ScaleRatio_C_51;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Bevel
|
|
String_t* ___Keyword_Bevel_52;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Glow
|
|
String_t* ___Keyword_Glow_53;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Underlay
|
|
String_t* ___Keyword_Underlay_54;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Ratios
|
|
String_t* ___Keyword_Ratios_55;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_SOFT
|
|
String_t* ___Keyword_MASK_SOFT_56;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_HARD
|
|
String_t* ___Keyword_MASK_HARD_57;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_MASK_TEX
|
|
String_t* ___Keyword_MASK_TEX_58;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::Keyword_Outline
|
|
String_t* ___Keyword_Outline_59;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::ShaderTag_ZTestMode
|
|
String_t* ___ShaderTag_ZTestMode_60;
|
|
// System.String UnityEngine.TextCore.Text.TextShaderUtilities::ShaderTag_CullMode
|
|
String_t* ___ShaderTag_CullMode_61;
|
|
// System.Single UnityEngine.TextCore.Text.TextShaderUtilities::m_clamp
|
|
float ___m_clamp_62;
|
|
// System.Boolean UnityEngine.TextCore.Text.TextShaderUtilities::isInitialized
|
|
bool ___isInitialized_63;
|
|
// UnityEngine.Shader UnityEngine.TextCore.Text.TextShaderUtilities::k_ShaderRef_MobileSDF
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileSDF_64;
|
|
// UnityEngine.Shader UnityEngine.TextCore.Text.TextShaderUtilities::k_ShaderRef_MobileBitmap
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileBitmap_65;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.TextShaderUtilities
|
|
|
|
// UnityEngine.UIElements.TextureRegistry
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::<instance>k__BackingField
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___U3CinstanceU3Ek__BackingField_4;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureRegistry
|
|
|
|
// UnityEngine.UIElements.UIElementsUtility
|
|
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.UIElementsUtility
|
|
|
|
// UnityEngine.UIElements.UIR.VectorImageManager
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields
|
|
{
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager> UnityEngine.UIElements.UIR.VectorImageManager::instances
|
|
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* ___instances_0;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerRegister
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerRegister_1;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerUnregister
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUnregister_2;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.VectorImageManager
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// Unity.Collections.NativeSlice`1<System.UInt16>
|
|
|
|
// Unity.Collections.NativeSlice`1<System.UInt16>
|
|
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// UnityEngine.UIElements.UIR.Alloc
|
|
|
|
// UnityEngine.UIElements.UIR.Alloc
|
|
|
|
// UnityEngine.UIElements.Background
|
|
|
|
// UnityEngine.UIElements.Background
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// UnityEngine.UIElements.UIR.ChainBuilderStats
|
|
|
|
// UnityEngine.UIElements.UIR.ChainBuilderStats
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// UnityEngine.Color32
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
|
|
{
|
|
// System.Single UnityEngine.Mathf::Epsilon
|
|
float ___Epsilon_0;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
|
|
};
|
|
|
|
// UnityEngine.Matrix4x4
|
|
|
|
// UnityEngine.TextCore.Text.MeshInfo
|
|
struct MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F_StaticFields
|
|
{
|
|
// UnityEngine.Color32 UnityEngine.TextCore.Text.MeshInfo::k_DefaultColor
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___k_DefaultColor_0;
|
|
};
|
|
|
|
// UnityEngine.TextCore.Text.MeshInfo
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.Rect
|
|
|
|
// UnityEngine.RectInt
|
|
|
|
// UnityEngine.RectInt
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainTextEntry
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainTextEntry
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// UnityEngine.UIElements.TextureId
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___invalid_1;
|
|
};
|
|
|
|
// UnityEngine.UIElements.TextureId
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// UnityEngine.Vector2
|
|
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.Vector2
|
|
|
|
// UnityEngine.Vector3
|
|
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.Vector3
|
|
|
|
// UnityEngine.Vector4
|
|
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.Vector4
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool
|
|
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool
|
|
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy
|
|
|
|
// UnityEngine.UIElements.VisualElement/Hierarchy
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod
|
|
|
|
// UnityEngine.UIElements.ColorPage
|
|
|
|
// UnityEngine.UIElements.ColorPage
|
|
|
|
// UnityEngine.UIElements.UIR.CommandType
|
|
|
|
// UnityEngine.UIElements.UIR.CommandType
|
|
|
|
// UnityEngine.UIElements.ComputedStyle
|
|
|
|
// UnityEngine.UIElements.ComputedStyle
|
|
|
|
// UnityEngine.UIElements.ContextType
|
|
|
|
// UnityEngine.UIElements.ContextType
|
|
|
|
// UnityEngine.UIElements.DisplayStyle
|
|
|
|
// UnityEngine.UIElements.DisplayStyle
|
|
|
|
// UnityEngine.UIElements.UIR.GradientRemap
|
|
|
|
// UnityEngine.UIElements.UIR.GradientRemap
|
|
|
|
// UnityEngine.HideFlags
|
|
|
|
// UnityEngine.HideFlags
|
|
|
|
// Unity.Profiling.LowLevel.MarkerFlags
|
|
|
|
// Unity.Profiling.LowLevel.MarkerFlags
|
|
|
|
// UnityEngine.UIElements.UIR.MeshHandle
|
|
|
|
// UnityEngine.UIElements.UIR.MeshHandle
|
|
|
|
// UnityEngine.UIElements.MeshWriteData
|
|
|
|
// UnityEngine.UIElements.MeshWriteData
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// UnityEngine.UIElements.OverflowClipBox
|
|
|
|
// UnityEngine.UIElements.OverflowClipBox
|
|
|
|
// UnityEngine.UIElements.UIR.OwnedState
|
|
|
|
// UnityEngine.UIElements.UIR.OwnedState
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
|
|
// Unity.Profiling.ProfilerMarker
|
|
|
|
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
|
|
|
|
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
|
|
|
|
// UnityEngine.UIElements.RenderHints
|
|
|
|
// UnityEngine.UIElements.RenderHints
|
|
|
|
// UnityEngine.ScaleMode
|
|
|
|
// UnityEngine.ScaleMode
|
|
|
|
// UnityEngine.UIElements.UIR.State
|
|
|
|
// UnityEngine.UIElements.UIR.State
|
|
|
|
// System.StringComparison
|
|
|
|
// System.StringComparison
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleEnumType
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StyleEnumType
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId
|
|
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId
|
|
|
|
// UnityEngine.UIElements.UIR.TextCoreSettings
|
|
|
|
// UnityEngine.UIElements.UIR.TextCoreSettings
|
|
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice
|
|
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_17;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::m_ActiveDeviceCount
|
|
int32_t ___m_ActiveDeviceCount_18;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SubscribedToNotifications
|
|
bool ___m_SubscribedToNotifications_19;
|
|
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SynchronousFree
|
|
bool ___m_SynchronousFree_20;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexPropID
|
|
int32_t ___s_FontTexPropID_21;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexSDFScaleID
|
|
int32_t ___s_FontTexSDFScaleID_22;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_GradientSettingsTexID
|
|
int32_t ___s_GradientSettingsTexID_23;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderInfoTexID
|
|
int32_t ___s_ShaderInfoTexID_24;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_TransformsPropID
|
|
int32_t ___s_TransformsPropID_25;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipRectsPropID
|
|
int32_t ___s_ClipRectsPropID_26;
|
|
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipSpaceParamsID
|
|
int32_t ___s_ClipSpaceParamsID_27;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAllocate
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAllocate_28;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFree
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFree_29;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAdvanceFrame
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAdvanceFrame_30;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFence
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFence_31;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerBeforeDraw
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerBeforeDraw_32;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_VertexTexturingIsAvailable
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_VertexTexturingIsAvailable_33;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderModelIs35
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_ShaderModelIs35_34;
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexFloat
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexFloat_37;
|
|
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexARGB8
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexARGB8_38;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.UIRenderDevice
|
|
|
|
// UnityEngine.UIElements.Vertex
|
|
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields
|
|
{
|
|
// System.Single UnityEngine.UIElements.Vertex::nearZ
|
|
float ___nearZ_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.Vertex
|
|
|
|
// UnityEngine.UIElements.UIR.VertexFlags
|
|
|
|
// UnityEngine.UIElements.UIR.VertexFlags
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBufferType
|
|
|
|
// UnityEngine.UIElements.UIR.Utility/GPUBufferType
|
|
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode
|
|
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex>
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt16>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt16>
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// UnityEngine.UIElements.UIR.BMPAlloc
|
|
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.BMPAlloc
|
|
|
|
// UnityEngine.Font
|
|
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
|
|
{
|
|
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
|
|
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
|
|
};
|
|
|
|
// UnityEngine.Font
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.Material
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::k_ID_MainTex
|
|
int32_t ___k_ID_MainTex_11;
|
|
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChainCommand::s_ImmediateOverheadMarker
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ImmediateOverheadMarker_12;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// UnityEngine.Shader
|
|
|
|
// UnityEngine.Sprite
|
|
|
|
// UnityEngine.Sprite
|
|
|
|
// UnityEngine.UIElements.TextNativeSettings
|
|
|
|
// UnityEngine.UIElements.TextNativeSettings
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
};
|
|
|
|
// UnityEngine.Texture
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams
|
|
|
|
// System.Action`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// System.Action`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// System.Func`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// System.Func`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
|
|
|
|
// System.Action
|
|
|
|
// System.Action
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainVEData
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChainVEData
|
|
|
|
// UnityEngine.RenderTexture
|
|
|
|
// UnityEngine.RenderTexture
|
|
|
|
// UnityEngine.UIElements.TextNativeHandle
|
|
|
|
// UnityEngine.UIElements.TextNativeHandle
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.Texture2D
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
|
|
|
|
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
|
|
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;
|
|
};
|
|
|
|
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
|
|
|
|
// UnityEngine.UIElements.VectorImage
|
|
|
|
// UnityEngine.UIElements.VectorImage
|
|
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
|
|
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/TextParams
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
|
|
|
|
// UnityEngine.UIElements.UIR.RenderChain
|
|
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.UIR.RenderChain
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
|
|
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
|
|
|
|
// UnityEngine.UIElements.VisualElement
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields
|
|
{
|
|
// UnityEngine.UIElements.VisualElement/CustomStyleAccess UnityEngine.UIElements.VisualElement::s_CustomStyleAccess
|
|
CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess_6;
|
|
// System.Text.RegularExpressions.Regex UnityEngine.UIElements.VisualElement::s_InternalStyleSheetPath
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath_9;
|
|
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::tooltipPropertyKey
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey_10;
|
|
// System.UInt32 UnityEngine.UIElements.VisualElement::s_NextId
|
|
uint32_t ___s_NextId_14;
|
|
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::s_EmptyClassList
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList_15;
|
|
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::userDataPropertyKey
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey_16;
|
|
// System.String UnityEngine.UIElements.VisualElement::disabledUssClassName
|
|
String_t* ___disabledUssClassName_17;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::s_InfiniteRect
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___s_InfiniteRect_35;
|
|
// UnityEngine.Material UnityEngine.UIElements.VisualElement::s_runtimeMaterial
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial_51;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::s_EmptyList
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList_59;
|
|
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData> UnityEngine.UIElements.VisualElement::s_TypeData
|
|
Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData_63;
|
|
};
|
|
|
|
// UnityEngine.UIElements.VisualElement
|
|
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
|
|
|
|
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.TextCore.Text.MeshInfo[]
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F m_Items[1];
|
|
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* 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, MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// 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.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.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.UIElements.StyleSheets.StylePropertyId[]
|
|
struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359 : 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;
|
|
}
|
|
};
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
};
|
|
|
|
|
|
// T UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Get()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Return(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_createFunc, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(UnityEngine.UIElements.UIR.Utility/GPUBufferType,System.UInt32,System.UInt32,System.UInt32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1__ctor_m1A5DB9757C97847931FFAD7FDE44011B5E021B35_gshared (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, bool ___4_mockBuffer, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1_Dispose_mD9E8D0266A0401BEE8195553FAFEF45F7E5305D5_gshared (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(Unity.Collections.NativeSlice`1<T>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_m8604EAC32FCFF874A6AA4097703CF1DA1EFA00DE_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::CopyFrom(Unity.Collections.NativeSlice`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_mEC5EDFAA67CE0B371247FCF1CAB5D9471B33681F_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_slice, const RuntimeMethod* method) ;
|
|
// T Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_get_Item_mB5E7BDE4EDF7E31480A9785BE103CC7E17E0E3A8_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, int32_t ___0_index, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mAFD3C724B49679743057B7DE15937A2D78EB2339_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, int32_t ___0_index, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::op_Inequality(Unity.Collections.NativeSlice`1<T>,Unity.Collections.NativeSlice`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_op_Inequality_m3BEA163482BB462EF64724658E13421D5238A946_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_left, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___1_right, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeSlice`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Alloc(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 TempDataAlloc_1_Alloc_m7D5E9B4593B2D940B5B81C3CD0BF5B2982ADDDE3_gshared (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227* __this, uint32_t ___0_count, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempDataAlloc_1__ctor_m38DCDC0A54F8646C9917DF0EC63500D25EDAD520_gshared (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227* __this, int32_t ___0_maxPoolElems, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempDataAlloc_1_Dispose_m1F164718DCBA6B0DC1CFFE284FA6730D663FF202_gshared (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::SessionDone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempDataAlloc_1_SessionDone_m69BA0F1F7FF8B9CE107EA412C3CC1E502C77E8D0_gshared (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_IsCreated()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_mDEE8470968EF687DF9B40AE07DE41E0B09652532_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m6D40586EE21316C2647D81169AFFF9B4C7719F74_gshared (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockPool__ctor_m6692A8FE6D052C519D3C60E69427BCD3FBED3F6A (BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::Get()
|
|
inline Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* (*) (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::BestFitFindAvailableBlock(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_BestFitFindAvailableBlock_mD62D1F1276CD0306BD7A880B800956F449BFC152 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator/Block::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Assert(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D (bool ___0_condition, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator::SplitBlock(UnityEngine.UIElements.UIR.BestFitAllocator/Block,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_SplitBlock_m248D4E5BCA1AFDDA83CD6BE9BF410B8F87DAECAB (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, uint32_t ___1_size, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Assert(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6 (bool ___0_condition, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::CoalesceBlockWithPrevious(UnityEngine.UIElements.UIR.BestFitAllocator/Block)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::Return(T)
|
|
inline void LinkedPool_1_Return_mDC0CD455E41DAF53F9CE0C8BB549BDBADB3D8F67 (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9*, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator/Block::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block__ctor_m63E8975B0F59FF5EE83E9D95AB86C9AB78823AEF (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_1__ctor_mB91C598BF4B2FC0922F88920C97D3302B39C4E96 (Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void System.Action`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mF9B88F224502C968F8174D7D2FBE668DD77CBB8B (Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
|
|
inline void LinkedPool_1__ctor_m05E838E336E1D92A161559B1B8055E2BC1C54DC2 (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9* __this, Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* ___0_createFunc, Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9*, Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5*, Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___0_createFunc, ___1_resetAction, ___2_limit, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BestFitAllocator/Block>::.ctor()
|
|
inline void LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA (LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*, const RuntimeMethod*))LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared)((LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.BestFitAllocator::Allocate(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::get_totalSize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.GPUBufferAllocator::HighLowCollide()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_HighLowCollide_mF242CDB10E03C2947A159CA82A86DD0E039A6406 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.GPUBufferAllocator::Free(UnityEngine.UIElements.UIR.Alloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator::Free(UnityEngine.UIElements.UIR.Alloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::get_highWatermark()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Math::Min(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>::.ctor(UnityEngine.UIElements.UIR.Utility/GPUBufferType,System.UInt32,System.UInt32,System.UInt32,System.Boolean)
|
|
inline void DataSet_1__ctor_mEB32F6456670E4582A5D1BA4A7CB1572AB669AFA (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, bool ___4_mockBuffer, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, int32_t, uint32_t, uint32_t, uint32_t, bool, const RuntimeMethod*))DataSet_1__ctor_m1A5DB9757C97847931FFAD7FDE44011B5E021B35_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, ___0_bufferType, ___1_totalCount, ___2_maxQueuedFrameCount, ___3_updateRangePoolSize, ___4_mockBuffer, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>::.ctor(UnityEngine.UIElements.UIR.Utility/GPUBufferType,System.UInt32,System.UInt32,System.UInt32,System.Boolean)
|
|
inline void DataSet_1__ctor_m8F940C511B5FF0BC6628ED1FE9A3680A18BF47EC (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, bool ___4_mockBuffer, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, int32_t, uint32_t, uint32_t, uint32_t, bool, const RuntimeMethod*))DataSet_1__ctor_m1A5DB9757C97847931FFAD7FDE44011B5E021B35_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, ___0_bufferType, ___1_totalCount, ___2_maxQueuedFrameCount, ___3_updateRangePoolSize, ___4_mockBuffer, method);
|
|
}
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page::get_disposed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>::Dispose()
|
|
inline void DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01 (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, const RuntimeMethod*))DataSet_1_Dispose_mD9E8D0266A0401BEE8195553FAFEF45F7E5305D5_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>::Dispose()
|
|
inline void DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807 (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, const RuntimeMethod*))DataSet_1_Dispose_mD9E8D0266A0401BEE8195553FAFEF45F7E5305D5_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page::set_disposed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Page_set_disposed_m6AAC6283536E280359ADC7BEB63E8FDC89B58E26_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.GPUBufferAllocator::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_get_isEmpty_m5D8F554F1F77B48F6C6EBE6C8F1BBE4C674F42FA (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::AllocatesID(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::get_renderHints()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ComputeTransformMatrix(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ComputeTransformMatrix_mEB5DF619B9360EF19AE534D1C1DA25F092024D2D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ancestor, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___2_result, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4& UnityEngine.UIElements.VisualElement::get_worldTransformInverse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* VisualElement_get_worldTransformInverse_m3F6A138010EDD0ADB850092717003E8E38226980 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4& UnityEngine.UIElements.VisualElement::get_worldTransformRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* VisualElement_get_worldTransformRef_m25AB63C70B9C7965FEC38C1711316A47608D5276 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::MultiplyMatrix34(UnityEngine.Matrix4x4&,UnityEngine.Matrix4x4&,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_rhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___2_res, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::get_worldTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.ProfilerMarker::Begin()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::GetPivotedMatrixWithLayout(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_GetPivotedMatrixWithLayout_m288B1E90A04B1C6A0E79F9358DDC96B919ECCD76 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_result, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::get_parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* VisualElement_get_parent_m80978E6D0A928AB4885EE4CD0E2295C72AA73000 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.ProfilerMarker::End()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* 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) ;
|
|
// 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.Boolean UnityEngine.UIElements.UIRUtility::IsElementSelfHidden(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsElementSelfHidden_mB784EB087005C6D680588EF8180EF48E6A9E6FD5 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Free(UnityEngine.UIElements.UIR.MeshHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ResetCommands(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ResetCommands_m4F863CCD40A1ACA9C5EDA17C2409EB7F90DB7FC6 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::ResetTextures(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::get_painter()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Begin(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Begin_mBE0C74673300BC57241BC91A046FB5A299137377 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::get_visible()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_get_visible_m30FB0F3D6A7C6C41088A0744EC8D2696BFCBC0B9 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVisualElementBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVisualElementBackground_mDD504747ED58E0E8E9DC0A1FE462A5D7B311587F (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVisualElementBorder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVisualElementBorder_m11F9885D7E1D7E1618ED1C167B7F2A3353EA7C62 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ApplyVisualElementClipping()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ApplyVisualElementClipping_mA6E8513568A8A5BB6A53571C9BF7DBBB38D240F0 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_meshGenerationContext()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRStylePainter_get_meshGenerationContext_mB63F25D7A6C4D1C9DBA9CD05ABB9F07DF3E99E94_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::InvokeGenerateVisualContent(UnityEngine.UIElements.MeshGenerationContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_InvokeGenerateVisualContent_m7882F56F4FFEA0E26B9BE1109BF930B5EE43F2DF (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_mgc, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_totalVertices()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::get_maxVerticesPerPage()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Reset_mCAFAAC3F4D78C6CE94FAF786A028A171C2116A1B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_entries()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* UIRStylePainter_get_entries_m51C037F9235EC5C23FF492A71ADDDF40DA2A0F03 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::get_Count()
|
|
inline int32_t List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_totalIndices()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::UpdateOrAllocate(UnityEngine.UIElements.UIR.MeshHandle&,System.Int32,System.Int32,UnityEngine.UIElements.UIR.UIRenderDevice,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_UpdateOrAllocate_mA0D3E2638FA8C7D9675343EC807E7ECF3B15227E (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** ___0_data, int32_t ___1_vertexCount, int32_t ___2_indexCount, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___3_device, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___4_verts, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___5_indices, uint16_t* ___6_indexOffset, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___7_stats, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::FindCommandInsertionPoint(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_FindCommandInsertionPoint_mC04BE728E5F5FDE5F9FEA555AB92E7D821AB899E (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___1_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_next, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::GetEnumerator()
|
|
inline Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A List_1_GetEnumerator_m08ED293E8C43789C01A1C0F7C02CB0F3D9524CD7 (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::Dispose()
|
|
inline void Enumerator_Dispose_mA28AB88B50762934FBAA568B809CF2E505BF1BE6 (Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::get_Current()
|
|
inline Entry_tB8765CA56422E2C92887314844384843688DCB9F Enumerator_get_Current_mEE5B4AC0CD719313447BD9A382298F8BDE34F3DA_inline (Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A* __this, const RuntimeMethod* method)
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Length()
|
|
inline int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, method);
|
|
}
|
|
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt16>::get_Length()
|
|
inline int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::GetVerticesTransformInfo(UnityEngine.UIElements.VisualElement,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_GetVerticesTransformInfo_m858742C2E9A1DD6547A4BBD100CDA83F5476512D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_transform, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TransformAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::OpacityAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TextCoreSettingsToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ClipRectAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, 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) ;
|
|
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<UnityEngine.UIElements.Vertex>(Unity.Collections.NativeSlice`1<T>,System.Int32,System.Int32)
|
|
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_m8604EAC32FCFF874A6AA4097703CF1DA1EFA00DE_gshared)(il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2>(&___0_thisSlice), ___1_start, ___2_length, method);
|
|
return il2cpp_codegen_cast_struct<NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTransformVertsPosAndVec(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,UnityEngine.Matrix4x4,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,System.Boolean,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTransformVertsPosAndVec_m00D4154F00B4FF7F961ADD2583BD36CFA20163B1 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_source, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_target, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_mat, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_xformClipPages, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___4_ids, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___5_addFlags, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___6_opacityPage, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___7_textCoreSettingsPage, bool ___8_isText, float ___9_textureId, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTransformVertsPos(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,UnityEngine.Matrix4x4,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,System.Boolean,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTransformVertsPos_m841E672E8D1800A5C276375F3267B00FFBA0183D (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_source, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_target, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_mat, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_xformClipPages, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___4_ids, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___5_addFlags, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___6_opacityPage, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___7_textCoreSettingsPage, bool ___8_isText, float ___9_textureId, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<System.UInt16>(Unity.Collections.NativeSlice`1<T>,System.Int32,System.Int32)
|
|
inline NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_m8604EAC32FCFF874A6AA4097703CF1DA1EFA00DE_gshared)(il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A>(&___0_thisSlice), ___1_start, ___2_length, method);
|
|
return il2cpp_codegen_cast_struct<NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::ShapeWindingIsClockwise(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRUtility_ShapeWindingIsClockwise_mCB54BE4682881EE9A1EDC154E0C9C655FB8883DF_inline (int32_t ___0_maskDepth, int32_t ___1_stencilRef, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTriangleIndices(Unity.Collections.NativeSlice`1<System.UInt16>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTriangleIndices_m7F264C58695D529F77180E4F3BCD16E06AD6AA28 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_source, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_target, int32_t ___2_indexOffset, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTriangleIndicesFlipWindingOrder(Unity.Collections.NativeSlice`1<System.UInt16>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTriangleIndicesFlipWindingOrder_m5CFC98372F5695D0F34992D4BC9C85FAE40F2943 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_source, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_target, int32_t ___2_indexOffset, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::LandClipRegisterMesh(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_LandClipRegisterMesh_mE332BC477324B0524ED01ABAE61E0BC8F4654736 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, int32_t ___2_indexOffset, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.MeshHandle,System.Int32,System.Int32,UnityEngine.Material,UnityEngine.UIElements.TextureId,UnityEngine.Texture,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* CommandGenerator_InjectMeshDrawCommand_m059D5C58B710E093BBA9DDAF3A63A608623A72B4 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_cmdPrev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_cmdNext, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___4_mesh, int32_t ___5_indexCount, int32_t ___6_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___7_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___8_texture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_font, int32_t ___10_stencilRef, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>::.ctor(System.Int32)
|
|
inline void List_1__ctor_mE25FAE769B6B1EDF5AE9ECFA71C4AA6CA67E0F57 (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>::Add(T)
|
|
inline void List_1_Add_mC35A440E713F11DDB7FF3936CFA9B65B6CA3613E_inline (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* __this, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectCommandInBetween(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_InjectCommandInBetween_mB1DA17F068633574554708D53FBEF9CBBB3C622C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_cmd, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_next, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m64C3413B85F3D5F7E9A564765C11D8E470846A6D (Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::AddTextElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AddTextElement_m34197401F8303848A999C87BC8912DD8BA7C6246 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_closingInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::FindClosingCommandInsertionPoint(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_FindClosingCommandInsertionPoint_mCE2CAA9F8BD21358E8D03CD3F8D02E7B47DF3055 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___1_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_next, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::AllocCommand()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectClosingCommandInBetween(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_cmd, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_next, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::get_subRenderTargetMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisualElement_get_subRenderTargetMode_mD2DC47F60E9266F26F7A67A1FC991B3B571C59AF (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::GetBlitMaterial(UnityEngine.UIElements.VisualElement/RenderTargetMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CommandGenerator_GetBlitMaterial_mA75F9F1D690FAAB1DFDA2EE3A84D7494CE4748D5 (int32_t ___0_mode, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectClosingMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.MeshHandle,System.Int32,System.Int32,UnityEngine.Material,UnityEngine.UIElements.TextureId,UnityEngine.Texture,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* CommandGenerator_InjectClosingMeshDrawCommand_m2DA291BC0F30E30093DF68EDEFBAE0B389421789 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_cmdPrev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_cmdNext, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___4_mesh, int32_t ___5_indexCount, int32_t ___6_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___7_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___8_texture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_font, int32_t ___10_stencilRef, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::LandClipUnregisterMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChainCommand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_LandClipUnregisterMeshDrawCommand_mF9234C5CA2E869318FFA362A118DC4FF6DA492E6 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, 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.Object::set_hideFlags(UnityEngine.HideFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Material::SetFloat(System.String,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, float ___1_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CreateBlitShader(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CommandGenerator_CreateBlitShader_mFF40DE0157231F479862517D25DB1AF679745FD7 (float ___0_colorConversion, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::CopyFrom(Unity.Collections.NativeSlice`1<T>)
|
|
inline void NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))NativeSlice_1_CopyFrom_mEC5EDFAA67CE0B371247FCF1CAB5D9471B33681F_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2>(&___0_slice), method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Update(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Update_mDB382A6F3934ACA5E30A204F9749B1B29738F7D6 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, uint16_t* ___5_indexOffset, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.UIRenderDevice::Allocate(System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* UIRenderDevice_Allocate_m0504064141D6EA7F692319462FB0C70C572357FC (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___2_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___3_indexData, uint16_t* ___4_indexOffset, const RuntimeMethod* method) ;
|
|
// T Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::get_Item(System.Int32)
|
|
inline Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 il2cppRetVal;
|
|
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))NativeSlice_1_get_Item_mB5E7BDE4EDF7E31480A9785BE103CC7E17E0E3A8_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_point, const RuntimeMethod* 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 ___0_index, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))NativeSlice_1_set_Item_mAFD3C724B49679743057B7DE15937A2D78EB2339_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct)&___1_value, 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 ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyVector(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Matrix4x4_MultiplyVector_mFD12F86A473E90BBB0002149ABA3917B2A518937 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt16>::op_Inequality(Unity.Collections.NativeSlice`1<T>,Unity.Collections.NativeSlice`1<T>)
|
|
inline bool NativeSlice_1_op_Inequality_m7A09D6E10BBFCDA38A40E9C17CE6ACEDE084708A (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_left, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_right, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))NativeSlice_1_op_Inequality_m3BEA163482BB462EF64724658E13421D5238A946_gshared)(il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A>(&___0_left), il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A>(&___1_right), method);
|
|
}
|
|
// T Unity.Collections.NativeSlice`1<System.UInt16>::get_Item(System.Int32)
|
|
inline uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
uint16_t il2cppRetVal;
|
|
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))NativeSlice_1_get_Item_mB5E7BDE4EDF7E31480A9785BE103CC7E17E0E3A8_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// 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 ___0_index, uint16_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))NativeSlice_1_set_Item_mAFD3C724B49679743057B7DE15937A2D78EB2339_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct)&___1_value, method);
|
|
}
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_inverse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::DoNudgeVertices(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.MeshHandle,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_DoNudgeVertices_m20E33523337F098856B6C903E90DF5756051732B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___2_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___3_nudgeTransform, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<UnityEngine.UIElements.Vertex>(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
|
|
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81>(&___0_thisArray), ___1_start, ___2_length, method);
|
|
return il2cpp_codegen_cast_struct<NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Update(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Update_m66ACAADBD144EF4A82044B18F27010E36445D983 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___2_vertexData, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::get_lastClosingOrLastCommand()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.CommandGenerator::IsParentOrAncestorOf(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_child, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandAdded(UnityEngine.UIElements.UIR.RenderChainCommand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandAdded_mCEF0C91EF19B09578221ED24C48C6B9041CD1909 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_command, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandsRemoved(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandsRemoved_mFFE97C8FDF9E5EF1163DA13E9B2C4431012BDB9B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_firstCommand, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_lastCommand, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::FreeCommand(UnityEngine.UIElements.UIR.RenderChainCommand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>::get_Count()
|
|
inline int32_t List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_inline (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::RemoveTextElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_RemoveTextElement_m90ED221B0002C2D144293F391FB297BE17323B15 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>::Clear()
|
|
inline void List_1_Clear_m2B1B906A1E821F09268CF4736313F1A7E5F4F592_inline (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, 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* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>::get_Count()
|
|
inline int32_t List_1_get_Count_m38EF2B3BD05717E9F88E4B2FC6DF01635DEBACDA_inline (List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData__ctor_mE26BEBE58E1D88629F45BE5122D525CC2D44285D (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>::Add(T)
|
|
inline void List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_inline (List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* __this, MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>::get_Item(System.Int32)
|
|
inline MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C (List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// Unity.Collections.NativeSlice`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>::Alloc(System.UInt32)
|
|
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430 (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* __this, uint32_t ___0_count, const RuntimeMethod* method)
|
|
{
|
|
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, uint32_t, const RuntimeMethod*))TempDataAlloc_1_Alloc_m7D5E9B4593B2D940B5B81C3CD0BF5B2982ADDDE3_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, ___0_count, method);
|
|
return il2cpp_codegen_cast_struct<NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
|
|
}
|
|
// Unity.Collections.NativeSlice`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>::Alloc(System.UInt32)
|
|
inline NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414 (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* __this, uint32_t ___0_count, const RuntimeMethod* method)
|
|
{
|
|
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, uint32_t, const RuntimeMethod*))TempDataAlloc_1_Alloc_m7D5E9B4593B2D940B5B81C3CD0BF5B2982ADDDE3_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, ___0_count, method);
|
|
return il2cpp_codegen_cast_struct<NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GetPooledMeshWriteData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_GetPooledMeshWriteData_m63A73799B10D104E623D5C488C07723CA935F28E (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// 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 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawMesh(System.Int32,System.Int32,UnityEngine.Texture,UnityEngine.Material,UnityEngine.UIElements.MeshGenerationContext/MeshFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_DrawMesh_mA480E5413BAD0DE6D6B9908F696D243A3A3F09FF (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_flags, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AddGradientsEntry(System.Int32,System.Int32,UnityEngine.UIElements.TextureId,UnityEngine.Material,UnityEngine.UIElements.MeshGenerationContext/MeshFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_AddGradientsEntry_mC52591EDE1E60E5DEFB502ED18799BA405679CAA (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___2_texture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_flags, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::.ctor()
|
|
inline void List_1__ctor_mBEA6A1F9691514C467D6EC409CD28B9B54AC0F79 (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>::.ctor(System.Int32)
|
|
inline void TempDataAlloc_1__ctor_m5C8EFB7406DF9F45E0E4197D518C95BCF90F503A (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* __this, int32_t ___0_maxPoolElems, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, int32_t, const RuntimeMethod*))TempDataAlloc_1__ctor_m38DCDC0A54F8646C9917DF0EC63500D25EDAD520_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, ___0_maxPoolElems, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>::.ctor(System.Int32)
|
|
inline void TempDataAlloc_1__ctor_m7384E45640A9F8534A6F83F540E28154EE24A370 (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* __this, int32_t ___0_maxPoolElems, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, int32_t, const RuntimeMethod*))TempDataAlloc_1__ctor_m38DCDC0A54F8646C9917DF0EC63500D25EDAD520_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, ___0_maxPoolElems, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContext::.ctor(UnityEngine.UIElements.IStylePainter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext__ctor_m164C9A86871A2AF600C86C21FEBA66D6901552AA (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, RuntimeObject* ___0_painter, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::get_atlas()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::get_vectorImageManager()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32 (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>::.ctor(System.Int32)
|
|
inline void List_1__ctor_mB1C66E719D981BFE5DC22DB62AF228F0F54879AC (List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Dispose_m451F7C00E454B6BC872C79913FD70CE8838E46E5 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_disposed()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRStylePainter_get_disposed_m22753C70A77F93C8D1CDCD0FBEFF9C626F8CE96A_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>::Dispose()
|
|
inline void TempDataAlloc_1_Dispose_m3288C9252867094CFABD4D5C5F81EBEDB2FFAD5C (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, const RuntimeMethod*))TempDataAlloc_1_Dispose_m1F164718DCBA6B0DC1CFFE284FA6730D663FF202_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>::Dispose()
|
|
inline void TempDataAlloc_1_Dispose_mEB2F7EDDCA767A4D5CD140391D4B7403D53DDB40 (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, const RuntimeMethod*))TempDataAlloc_1_Dispose_m1F164718DCBA6B0DC1CFFE284FA6730D663FF202_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_disposed(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_disposed_mCD08EE6F795D822796550FBE722194CF5336C161_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_currentElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_currentElement_m5E4058261E9B6828ECADBD013F1B348AF679973B_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_currentElement()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::Add(T)
|
|
inline void List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, Entry_tB8765CA56422E2C92887314844384843688DCB9F ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// UnityEngine.Material UnityEngine.UIElements.VisualElement::get_defaultMaterial()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* VisualElement_get_defaultMaterial_mCEEC94CA30E5A9465E9452CF7B4CDBB71E9B9B55 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __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 ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
|
|
// 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 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_uvRegion, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_totalVertices(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_totalIndices(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, 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) ;
|
|
// 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_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::AppendTexture(UnityEngine.UIElements.VisualElement,UnityEngine.Texture,UnityEngine.UIElements.TextureId,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_src, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___2_id, bool ___3_isAtlas, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::get_instance()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline (const RuntimeMethod* method) ;
|
|
// 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* ___0_tex, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextUtilities::IsFontAssigned(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextUtilities_IsFontAssigned_m0C55FE336283BAE17544C4028FD4E00CF29A9375 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawTextNative(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawTextNative_m1652041A50623B5B6051E0D97D890F744059A645 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawTextCore(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawTextCore_m4519FB9743DF605B617C03058CBD93E0EAC1F88C (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.TextUtilities::ComputeTextScaling(UnityEngine.Matrix4x4,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextUtilities_ComputeTextScaling_m94A19D2387829B6A4970FDCA72D4BE08EAD8F136 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_worldMatrix, float ___1_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex> UnityEngine.UIElements.TextNativeHandle::GetVertices(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 TextNativeHandle_GetVertices_m8AE5CB4E80201525F5E36B3648FE1B8670D0652A (TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_parms, float ___1_scaling, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex>::Dispose()
|
|
inline void NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1 (NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// UnityEngine.UIElements.TextNativeSettings UnityEngine.UIElements.MeshGenerationContextUtils/TextParams::GetTextNativeSettings(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 TextParams_GetTextNativeSettings_m9DB7A56B76F6076566ED602969C517C7A4CB6DC0 (TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, float ___1_scaling, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.UIElements.TextNative::GetOffset(UnityEngine.UIElements.TextNativeSettings,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 TextNative_GetOffset_mBBAE5C3304645D4295B723ABC9245AD6751ECD36 (TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 ___0_settings, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_screenRect, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::MakeText(Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex>,UnityEngine.Vector2,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeText_m6242A075BE51F76E18878D531D2B3D101F047A00 (NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 ___0_uiVertices, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_offset, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.Material UnityEngine.Font::get_material()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Texture UnityEngine.Material::get_mainTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, 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.Boolean System.String::Contains(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, 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.UIR.MeshBuilder::MakeText(UnityEngine.TextCore.Text.MeshInfo,UnityEngine.Vector2,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData,UnityEngine.UIElements.UIR.VertexFlags,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeText_m711A84C42C5019DEDB437A8AF3FB9D17A7872CDE (MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F ___0_meshInfo, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_offset, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, int32_t ___3_flags, bool ___4_isDynamicColor, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Material::GetFloat(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::NeedsColorID(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_NeedsColorID_mC21A9C7DE5F02BAEADE4AFA295175F62081707A0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVectorImage(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVectorImage_mF96A9350BD4A0F9C4CEB2CA60DE5C9A01CEAE128 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawSprite(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawSprite_mBDE4EAC69B70288EC5B365A85C2F3F4C476E9855 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::MakeTexturedRect(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData,UnityEngine.UIElements.ColorPage)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeTexturedRect_m6394823991B5F8A499597B39138C33E09B67F485 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, float ___1_posZ, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___3_colorPage, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ApplyInset(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams&,UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ApplyInset_mFC5D90320765493B1EFB364107BD7DE1C30CE202 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* ___0_rectParams, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_tex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::MakeSolidRect(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeSolidRect_m3666B25BBD1D0E5670C23A72CC18EA3580064963 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, float ___1_posZ, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::MakeBorder(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams,System.Single,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeBorder_m41B0B67E41490CAA008DA560BBF9A5BBE9C9EA2D (BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 ___0_borderParams, float ___1_posZ, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, 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) ;
|
|
// 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.Color UnityEngine.UIElements.ComputedStyle::get_backgroundColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ComputedStyle_get_backgroundColor_m504A3843A96727FD70B1ACA523F27EAD1BAF8A21 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Color::op_Inequality(UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_rect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// 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_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___1_alloc, const RuntimeMethod* 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) ;
|
|
// UnityEngine.Color UnityEngine.Color::get_white()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
|
|
// 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_mFE9E8F24A2AD07A7A8F143AA599BF4F24FD07BE7 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_topLeft, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_bottomLeft, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_topRight, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___4_bottomRight, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshGenerationContextUtils::AdjustBackgroundSizeForBorders(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContextUtils_AdjustBackgroundSizeForBorders_m5FCE16372FEA6EC53AD1C30A218F3E469F1E2FCF (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_visualElement, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* ___1_rectParams, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawRectangle(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawRectangle_mEB8222C8E224C7B8294BB2AC42E785CBEEB5F878 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.ComputedStyle::get_unitySliceLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unitySliceLeft_mAF9F39984C608FE1F1FEBCE6779EE1BE77C5D72F (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.ComputedStyle::get_unitySliceTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unitySliceTop_m976A8262A1C8933B052D2311372A2393A59F5A6D (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.ComputedStyle::get_unitySliceRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unitySliceRight_m69474B745D3F01D9D77F262ADF24EF7E1D31AB66 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.UIElements.ComputedStyle::get_unitySliceBottom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unitySliceBottom_m8C7E80317111D45183392C3C28974D1462D45032 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, 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 ___0_x, float ___1_y, float ___2_z, float ___3_w, 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.Texture2D UnityEngine.UIElements.Background::get_texture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Background_get_texture_mB5F42EF624BBBF324E912C2C0AD9439DAD9C2491 (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Sprite UnityEngine.UIElements.Background::get_sprite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* Background_get_sprite_m256B207C4821A236775103B4099FFCEF259ABDC4 (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* __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) ;
|
|
// UnityEngine.RenderTexture UnityEngine.UIElements.Background::get_renderTexture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Background_get_renderTexture_m1C191641D51A335D3EAA26C0552D6969BE08B092 (Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.ScaleMode UnityEngine.UIElements.ComputedStyle::get_unityBackgroundScaleMode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unityBackgroundScaleMode_m5727F46FB507084CB2B44DB7B079E07B7EAF9E2D (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// 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_mBF847B4D457BCD201129A2D87FAF2A8E98F494E0 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_scaleMode, int32_t ___4_panelContext, 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 ___0_epsilon, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams::MakeSprite(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.Sprite,UnityEngine.ScaleMode,UnityEngine.UIElements.ContextType,System.Boolean,UnityEngine.Vector4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B RectangleParams_MakeSprite_mEF2D8328126A4A301555AE595B0043966F0C5FE4 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_containerRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_subRect, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_sprite, int32_t ___3_scaleMode, int32_t ___4_panelContext, bool ___5_hasRadius, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___6_slices, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_visualElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIRStylePainter_get_visualElement_m76F935681F7897F2750C31DA435AFBE478E9385A (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.UIElements.UIElementsUtility::PixelsPerUnitScaleForElement(UnityEngine.UIElements.VisualElement,UnityEngine.Sprite)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UIElementsUtility_PixelsPerUnitScaleForElement_m56D33CB00F8C563C07A4CEE11A8C92AF503DE231 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___1_sprite, const RuntimeMethod* method) ;
|
|
// 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_m9E3D5C085D8874C30D90288332B1F198F4247F24 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_vectorImage, int32_t ___3_scaleMode, int32_t ___4_panelContext, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.Vector4::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_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_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.UIElements.ComputedStyle::get_unityBackgroundImageTintColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ComputedStyle_get_unityBackgroundImageTintColor_mA6C8A9BCBC7585D3DD68B1E3EEC7FD3238DD016A (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, 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.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawBorder(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawBorder_m51426C06169C0FEBD9A8AF5FFF23D42DA87AF33D (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 ___0_borderParams, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::IsVectorImageBackground(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsVectorImageBackground_mEE91CC7739188D6ABCDAFA8DA8FA501BD9C1E3E0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GenerateStencilClipEntryForSVGBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_GenerateStencilClipEntryForSVGBackground_m4FA1EA86E1E670712E67A72E1E0F3E98A9037DF4 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GenerateStencilClipEntryForRoundedRectBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_GenerateStencilClipEntryForRoundedRectBackground_m77D8E59F0280F6BF7B18FCF0A45D50C55BE47F83 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Cross_mF93A280558BCE756D13B6CC5DCD7DE8A43148987_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, 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.UInt16[] UnityEngine.Sprite::get_triangles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* Sprite_get_triangles_m5D2A3D916814891FF5DF236D8A2D72C89A66EFD4 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, 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) ;
|
|
// System.UInt16[] UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AdjustSpriteWinding(UnityEngine.Vector2[],System.UInt16[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* UIRStylePainter_AdjustSpriteWinding_m5F4601A2CFB7D8CF42FDD78DA9268CAE438C0332 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_vertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_indices, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::Allocate(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2 (AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// 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::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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_Division(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetAllVertices(UnityEngine.UIElements.Vertex[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetAllVertices_mB15F3031E85E8D13F4014E7AFF5EFF305D8D1582 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___0_vertices, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetAllIndices(System.UInt16[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetAllIndices_m243F1994B53722F1B42639704E5194AC07309CC4 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___0_indices, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.VectorImageManager::AddUser(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* VectorImageManager_AddUser_m3F4161820F0F85C7A51782F28D7BDD6DEF6281F3 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_vi, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_context, 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_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::MakeVectorGraphics(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams,System.Int32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_MakeVectorGraphics_m3ADD029A1FE00164A25973E96EA764B3AACD2B45 (RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, int32_t ___1_settingIndexOffset, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 ___2_meshAlloc, int32_t* ___3_finalVertexCount, int32_t* ___4_finalIndexCount, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::get_Item(System.Int32)
|
|
inline Entry_tB8765CA56422E2C92887314844384843688DCB9F List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1 (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::set_Item(System.Int32,T)
|
|
inline void List_1_set_Item_m8D425C32FEC0FBCA87844D0A849074104202E95A (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, int32_t ___0_index, Entry_tB8765CA56422E2C92887314844384843688DCB9F ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.DisposeHelper::NotifyDisposedUsed(System.IDisposable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F (RuntimeObject* ___0_disposable, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ValidateMeshWriteData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ValidateMeshWriteData_mFB7D74C514A58AFF54F95EA9310AC65DCB84AF90 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>::Clear()
|
|
inline void List_1_Clear_m682AEEF718B53C0111D4EDC8A8B50A4EF3363717_inline (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>::SessionDone()
|
|
inline void TempDataAlloc_1_SessionDone_m121946E6DFDA79A7E475CF4B1B47E34035B71B36 (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, const RuntimeMethod*))TempDataAlloc_1_SessionDone_m69BA0F1F7FF8B9CE107EA412C3CC1E502C77E8D0_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, method);
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>::SessionDone()
|
|
inline void TempDataAlloc_1_SessionDone_m9305AB601658E736B92227E8D11E485550396821 (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*, const RuntimeMethod*))TempDataAlloc_1_SessionDone_m69BA0F1F7FF8B9CE107EA412C3CC1E502C77E8D0_gshared)((TempDataAlloc_1_tBB9D9AA62B8B2B1B72B2F68CBD075FDA1A0F1227*)__this, method);
|
|
}
|
|
// 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) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextVertex(UnityEngine.UIElements.Vertex)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___0_vertex, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// System.Void UnityEngine.UIElements.MeshWriteData::SetNextIndex(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3 (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* __this, uint16_t ___0_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::Max(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.OverflowClipBox UnityEngine.UIElements.ComputedStyle::get_unityOverflowClipBox()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputedStyle_get_unityOverflowClipBox_m7AB0AE71E270B55E37AB90856EC2797F99780AF1 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>::get_Item(System.Int32)
|
|
inline RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>::get_IsCreated()
|
|
inline bool NativeArray_1_get_IsCreated_m4934871D2D1D60A1B0FD5E74F31E74697620BF52_inline (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>::Dispose()
|
|
inline void NativeArray_1_Dispose_m46C1F3A5DF2013F65AA709A58C45D36CC411D276 (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// System.Boolean Unity.Collections.NativeArray`1<System.UInt16>::get_IsCreated()
|
|
inline bool NativeArray_1_get_IsCreated_mE20C86CDF117D83540556807F8C35F5DF78CF16B_inline (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// System.Void Unity.Collections.NativeArray`1<System.UInt16>::Dispose()
|
|
inline void NativeArray_1_Dispose_m1B103C4931EFC035BF435240AD0CBAEA1AE916E8 (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
|
|
}
|
|
// System.Single UnityEngine.UIElements.TextNative::ComputeTextScaling(UnityEngine.Matrix4x4,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextNative_ComputeTextScaling_mB18E1C1AD82EAD2A557414E4634F2F89149FFA2B (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_worldMatrix, float ___1_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex> UnityEngine.UIElements.TextNative::GetVertices(UnityEngine.UIElements.TextNativeSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 TextNative_GetVertices_m877716FCDD7F1D2C5849487C88691A5BA2441088 (TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 ___0_settings, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.MeshBuilder::UpdateText(Unity.Collections.NativeArray`1<UnityEngine.UIElements.TextVertex>,UnityEngine.Vector2,UnityEngine.Matrix4x4,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshBuilder_UpdateText_m9203AB5020D640A6F8AFF1FBE24DCBF4F899F437 (NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 ___0_uiVertices, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_offset, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_transform, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_xformClipPages, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___4_ids, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___5_flags, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___6_opacityPageSettingIndex, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___7_vertices, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnClippingChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnClippingChanged_m22C077A0E355E67F65E946C31A7F1D75FC825689 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, bool ___4_hierarchical, bool ___5_isRootOfChange, bool ___6_isPendingHierarchicalRepaint, bool ___7_inheritedClipRectIDChanged, bool ___8_inheritedMaskingChanged, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___9_device, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___10_stats, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnOpacityChanged(UnityEngine.UIElements.UIR.RenderChain,System.Single,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnOpacityChanged_mAE5A6BFEF3CADFD757969803A3895302056C38CC (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, float ___1_parentCompositeOpacity, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, bool ___4_hierarchical, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___5_stats, bool ___6_isDoingFullVertexRegeneration, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::OnColorChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_OnColorChanged_m398874046A6250E369B7B610560279885A1BADE5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnTransformOrSizeChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.UIRenderDevice,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnTransformOrSizeChanged_mEE1B1237D0BE4201B5F846645E9FF5574AE388B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___4_device, bool ___5_isAncestorOfChangeSkinned, bool ___6_transformChanged, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___7_stats, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::IsElementHierarchyHidden(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_IsElementHierarchyHidden_mD2762927AF77BFB049B0B84900394487A9C200F6 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnVisualsChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnVisualsChanged_m24CC197485CFBA668EA726E0A6326D8A9BCB2F7C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, bool ___3_parentHierarchyHidden, bool ___4_hierarchical, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___5_stats, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::Begin(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_Begin_mB5888900FE16DBA4BA5C8E75DFFB8FA0CAA11B18 (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::get_meshGenerationContext()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRTextUpdatePainter_get_meshGenerationContext_m636CD669AAEAEC7305DB369A83578DF7FD9E8EBA_inline (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::End()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_End_m21CA8049194C21F39A869ECAD92C1D37EBF70BDF (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldClip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldClipMinusGroup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldClipMinusGroup_m94BD6FB2B44142367C06FF15187F7BEE67B3177D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::TransformAlignedRect(UnityEngine.Matrix4x4&,UnityEngine.Rect&)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VisualElement_TransformAlignedRect_m83F60A83A2F69136E513B24BFA697856AE4E3C6C_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect, 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::op_Multiply(System.Single,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline (float ___0_d, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_a, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_UnaryNegation(UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateLocalFlipsWinding(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_UpdateLocalFlipsWinding_m29723ACA559EC686A9C3E330D23390020246BDBE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::EnsureFitsDepth(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_EnsureFitsDepth_m6D531C0DDB7B2C9AC91BE3E63EE852E9630EC81B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, int32_t ___0_depth, 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 ___0_key, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetLastDeepestChild(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderEvents_GetLastDeepestChild_mEFC4AF3EBBCBD1715CF6A851EF83B114DCA29BB6 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::NeedsTransformID(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_NeedsTransformID_mB0473F5ED3C182DA00261DC5444EE3511A3FCDC5 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTransform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::InitColorIDs(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_InitColorIDs_m2BBEF2D99944BC99C7809C8E24BFB8E6FBE6DE35 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::SetColorValues(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_SetColorValues_m9E8EB41BFB03735A4D41DF57AB2BA8450F9A82A1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetTransformIDTransformInfo(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 RenderEvents_GetTransformIDTransformInfo_m9C4D72E3F247946BC61C7452A9D62A5772137F60 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTransformValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_xform, 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) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildAdded(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, int32_t ___3_index, bool ___4_resetState, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildRemoving(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::StopTrackingGroupTransformElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_StopTrackingGroupTransformElement_mC1CC74CC99860D0B48FC3A705BC4EE4997F97638 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::ChildWillBeRemoved(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ChildWillBeRemoved_m06C2B71733F0773FE428F92C9B58DA1134CE0AD9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTextCoreSettings(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeOpacity(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeColor(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeClipRect(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTransform(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.Implementation.RenderEvents::DetermineSelfClipMethod(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderEvents_DetermineSelfClipMethod_mE014E29273CF50662E1594D708C262C053C76888 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocClipRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::Equals(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_other, 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* ___0_ve, bool ___1_hierarchical, 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* ___0_ve, bool ___1_transformChanged, bool ___2_clipRectSizeChanged, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocOpacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetOpacityValue(UnityEngine.UIElements.UIR.BMPAlloc,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, float ___1_opacity, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateTextCoreSettings(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_UpdateTextCoreSettings_m15CB95340AECCD148466BF06DBFBB689D19DCB46 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetClipRectIDClipInfo(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 RenderEvents_GetClipRectIDClipInfo_m7EC20324781A510A1FCFF06DEBD382F9FA2DA7C0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetClipRectValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Vector4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_clipRect, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateZeroScaling(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_UpdateZeroScaling_m024294FECD19563AB2E9BA64F4FAB9DE9CA60B2B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::InheritsID(UnityEngine.UIElements.UIR.BMPAlloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_InheritsID_mBDD22C0EE688F7A369C8B6E83BEFCA9FD29CCD46 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.CommandGenerator::NudgeVerticesToNewSpace(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandGenerator_NudgeVerticesToNewSpace_m32EBA06EA253F7BA4125832372D8DB937533433F (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawInCameras()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.VisualElement::EnsureWorldTransformAndClipUpToDate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_EnsureWorldTransformAndClipUpToDate_mA58DAF07419D9E1245DE634CA38ACAE618CE3273 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnGroupTransformElementChangedTransform(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnGroupTransformElementChangedTransform_mC3DFEC282D266AFBBE029D8F1542C8E83CBD1816 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateWorldFlipsWinding(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_UpdateWorldFlipsWinding_m4B1C4F229E6ACA468AE658EBBAFB5F3537439E4A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.CommandGenerator::PaintElement(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 CommandGenerator_PaintElement_mF25FF78C8747AE37F21514DF24C39941877E1787 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___2_stats, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ClosePaintElement(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ClosePaintElement_m4D5F6D1B8EC36C56CCF47EEB3D53A931E9DD83C4 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 ___1_closingInfo, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___2_renderChain, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.TextUtilities::IsFontAssigned(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextUtilities_IsFontAssigned_mF8C7AB1EA0F4C0611A680D48F4FD7F2053FE39DB (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.TextCoreSettings UnityEngine.UIElements.TextUtilities::GetTextCoreSettingsForElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 TextUtilities_GetTextCoreSettingsForElement_mC7C0F92E72317F5F875F8A77E746D4FF8E146943 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTextCoreSettings(UnityEngine.UIElements.UIR.TextCoreSettings)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___0_settings, const RuntimeMethod* method) ;
|
|
// UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTextCoreSettingValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.UIElements.UIR.TextCoreSettings,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___1_settings, bool ___2_isEditorContext, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.VisualElement::ShouldClip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisualElement_ShouldClip_m12585878F77BB029474BA67935AB704D81CE7FE0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.UIElements.UIRUtility::IsRoundRect(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRUtility_IsRoundRect_m60294350FB23984A9E98C77E75DF243EA9FE6D8A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.ITransform UnityEngine.UIElements.VisualElement::get_transform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_transform_m3BAB67CC182B8B60920924AEE52826BD736A051D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetColorValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Color,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, bool ___2_isEditorContext, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>::.ctor()
|
|
inline void Dictionary_2__ctor_m2908690ED4CBB4D50DE0DFD78849B94235F985C7 (Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyId>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76 (Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* __this, String_t* ___0_key, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>::.ctor()
|
|
inline void Dictionary_2__ctor_mCC9C9C2DE500DB964A2A9E450B9CA03807746119 (Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.StyleSheets.StylePropertyId,System.String>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4 (Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* __this, int32_t ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)&___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void HashSet_1__ctor_m854ACC211E0F4F41C92C27EB4EDC6D9BF2DBB4F8 (HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, RuntimeObject*, const RuntimeMethod*))HashSet_1__ctor_mDEE8470968EF687DF9B40AE07DE41E0B09652532_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (RuntimeObject*)___0_collection, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.UIElements.StyleSheets.StylePropertyId>::Contains(T)
|
|
inline bool HashSet_1_Contains_mD6BAA35B22680ED5033CFB2018C88DE4BFA8774D (HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))HashSet_1_Contains_m6D40586EE21316C2647D81169AFFF9B4C7719F74_gshared)((HashSet_1_t2E820DA94CC6D5A61CA29EBD9BE297C43D691C87*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
|
|
}
|
|
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::BeginSample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7 (intptr_t ___0_markerPtr, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::EndSample(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409 (intptr_t ___0_markerPtr, 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_mC5E1AAB8CC1F0342065DF85BA3334445ED754E64 (String_t* ___0_name, uint16_t ___1_categoryId, uint16_t ___2_flags, int32_t ___3_metadataCount, 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 ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, 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_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
|
|
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::CalculateConservativeRect(UnityEngine.Matrix4x4&,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_CalculateConservativeRect_mA2F03F761381779D00E25C96C1DCE61A181A77EA (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_rect, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector4 UnityEngine.Color::op_Implicit(UnityEngine.Color)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
#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.UIR.Alloc
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___start_0 = unmarshaled.___start_0;
|
|
marshaled.___size_1 = unmarshaled.___size_1;
|
|
if (unmarshaled.___handle_2 != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle_2))
|
|
{
|
|
marshaled.___handle_2 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___handle_2));
|
|
(marshaled.___handle_2)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle_2 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___handle_2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle_2 = NULL;
|
|
}
|
|
marshaled.___shortLived_3 = static_cast<int32_t>(unmarshaled.___shortLived_3);
|
|
}
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t unmarshaledstart_temp_0 = 0;
|
|
unmarshaledstart_temp_0 = marshaled.___start_0;
|
|
unmarshaled.___start_0 = unmarshaledstart_temp_0;
|
|
uint32_t unmarshaledsize_temp_1 = 0;
|
|
unmarshaledsize_temp_1 = marshaled.___size_1;
|
|
unmarshaled.___size_1 = unmarshaledsize_temp_1;
|
|
if (marshaled.___handle_2 != NULL)
|
|
{
|
|
unmarshaled.___handle_2 = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle_2, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle_2), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle_2, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle_2))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___handle_2), Il2CppIUnknown::IID, marshaled.___handle_2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___handle_2 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle_2), (void*)NULL);
|
|
}
|
|
bool unmarshaledshortLived_temp_3 = false;
|
|
unmarshaledshortLived_temp_3 = static_cast<bool>(marshaled.___shortLived_3);
|
|
unmarshaled.___shortLived_3 = unmarshaledshortLived_temp_3;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Alloc
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (marshaled.___handle_2 != NULL)
|
|
{
|
|
(marshaled.___handle_2)->Release();
|
|
marshaled.___handle_2 = NULL;
|
|
}
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.Alloc
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___start_0 = unmarshaled.___start_0;
|
|
marshaled.___size_1 = unmarshaled.___size_1;
|
|
if (unmarshaled.___handle_2 != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle_2))
|
|
{
|
|
marshaled.___handle_2 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___handle_2));
|
|
(marshaled.___handle_2)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle_2 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___handle_2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle_2 = NULL;
|
|
}
|
|
marshaled.___shortLived_3 = static_cast<int32_t>(unmarshaled.___shortLived_3);
|
|
}
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t unmarshaledstart_temp_0 = 0;
|
|
unmarshaledstart_temp_0 = marshaled.___start_0;
|
|
unmarshaled.___start_0 = unmarshaledstart_temp_0;
|
|
uint32_t unmarshaledsize_temp_1 = 0;
|
|
unmarshaledsize_temp_1 = marshaled.___size_1;
|
|
unmarshaled.___size_1 = unmarshaledsize_temp_1;
|
|
if (marshaled.___handle_2 != NULL)
|
|
{
|
|
unmarshaled.___handle_2 = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle_2, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle_2), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle_2, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle_2))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___handle_2), Il2CppIUnknown::IID, marshaled.___handle_2);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___handle_2 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle_2), (void*)NULL);
|
|
}
|
|
bool unmarshaledshortLived_temp_3 = false;
|
|
unmarshaledshortLived_temp_3 = static_cast<bool>(marshaled.___shortLived_3);
|
|
unmarshaled.___shortLived_3 = unmarshaledshortLived_temp_3;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Alloc
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled)
|
|
{
|
|
if (marshaled.___handle_2 != NULL)
|
|
{
|
|
(marshaled.___handle_2)->Release();
|
|
marshaled.___handle_2 = NULL;
|
|
}
|
|
}
|
|
#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.UIR.BestFitAllocator::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
{
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_0 = (BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878*)il2cpp_codegen_object_new(BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
BlockPool__ctor_m6692A8FE6D052C519D3C60E69427BCD3FBED3F6A(L_0, NULL);
|
|
__this->___m_BlockPool_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlockPool_3), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
uint32_t L_1 = ___0_size;
|
|
__this->___U3CtotalSizeU3Ek__BackingField_0 = L_1;
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_2 = __this->___m_BlockPool_3;
|
|
NullCheck(L_2);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_3;
|
|
L_3 = LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF(L_2, LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF_RuntimeMethod_var);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_4 = L_3;
|
|
V_0 = L_4;
|
|
__this->___m_FirstAvailableBlock_2 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock_2), (void*)L_4);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
__this->___m_FirstBlock_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstBlock_1), (void*)L_5);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_6 = __this->___m_FirstAvailableBlock_2;
|
|
uint32_t L_7 = ___0_size;
|
|
NullCheck(L_6);
|
|
L_6->___end_2 = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::get_totalSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = __this->___U3CtotalSizeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::get_highWatermark()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
uint32_t L_0 = __this->___m_HighWatermark_4;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
uint32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.BestFitAllocator::Allocate(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, 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;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE 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;
|
|
bool V_8 = false;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_9 = NULL;
|
|
{
|
|
uint32_t L_0 = ___0_size;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_1;
|
|
L_1 = BestFitAllocator_BestFitFindAvailableBlock_mD62D1F1276CD0306BD7A880B800956F449BFC152(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_2 = V_0;
|
|
V_1 = (bool)((((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_4 = V_2;
|
|
V_3 = L_4;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
uint32_t L_6;
|
|
L_6 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_5, NULL);
|
|
uint32_t L_7 = ___0_size;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((!(((uint32_t)L_6) >= ((uint32_t)L_7)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___allocated_7;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0), NULL);
|
|
uint32_t L_10 = ___0_size;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
uint32_t L_12;
|
|
L_12 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_11, NULL);
|
|
V_4 = (bool)((((int32_t)((((int32_t)L_10) == ((int32_t)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_14 = V_0;
|
|
uint32_t L_15 = ___0_size;
|
|
BestFitAllocator_SplitBlock_m248D4E5BCA1AFDDA83CD6BE9BF410B8F87DAECAB(__this, L_14, L_15, NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
uint32_t L_17;
|
|
L_17 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_16, NULL);
|
|
uint32_t L_18 = ___0_size;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
uint32_t L_20 = L_19->___end_2;
|
|
uint32_t L_21 = __this->___m_HighWatermark_4;
|
|
V_5 = (bool)((!(((uint32_t)L_20) <= ((uint32_t)L_21)))? 1 : 0);
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
uint32_t L_24 = L_23->___end_2;
|
|
__this->___m_HighWatermark_4 = L_24;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_25 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = __this->___m_FirstAvailableBlock_2;
|
|
V_6 = (bool)((((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_25) == ((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_26))? 1 : 0);
|
|
bool L_27 = V_6;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = __this->___m_FirstAvailableBlock_2;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___nextAvailable_6;
|
|
__this->___m_FirstAvailableBlock_2 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock_2), (void*)L_29);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_30 = V_0;
|
|
NullCheck(L_30);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = L_30->___prevAvailable_5;
|
|
V_7 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_31) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_32 = V_7;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_33 = V_0;
|
|
NullCheck(L_33);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_34 = L_33->___prevAvailable_5;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = L_35->___nextAvailable_6;
|
|
NullCheck(L_34);
|
|
L_34->___nextAvailable_6 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_34->___nextAvailable_6), (void*)L_36);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_37 = V_0;
|
|
NullCheck(L_37);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_38 = L_37->___nextAvailable_6;
|
|
V_8 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_38) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_39 = V_8;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_40 = V_0;
|
|
NullCheck(L_40);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_41 = L_40->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_42 = V_0;
|
|
NullCheck(L_42);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_43 = L_42->___prevAvailable_5;
|
|
NullCheck(L_41);
|
|
L_41->___prevAvailable_5 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_41->___prevAvailable_5), (void*)L_43);
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
L_44->___allocated_7 = (bool)1;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_45 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_46 = V_0;
|
|
V_9 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL;
|
|
NullCheck(L_46);
|
|
L_46->___nextAvailable_6 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___nextAvailable_6), (void*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_47 = V_9;
|
|
NullCheck(L_45);
|
|
L_45->___prevAvailable_5 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_45->___prevAvailable_5), (void*)L_47);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_48 = V_0;
|
|
NullCheck(L_48);
|
|
uint32_t L_49 = L_48->___start_1;
|
|
(&V_2)->___start_0 = L_49;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_50 = V_0;
|
|
NullCheck(L_50);
|
|
uint32_t L_51;
|
|
L_51 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_50, NULL);
|
|
(&V_2)->___size_1 = L_51;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_52 = V_0;
|
|
(&V_2)->___handle_2 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___handle_2), (void*)L_52);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_53 = V_2;
|
|
V_3 = L_53;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_54 = V_3;
|
|
return L_54;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator::Free(UnityEngine.UIElements.UIR.Alloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15076573CABF632046535FC56EDEDC9393AC84E6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_1 = NULL;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* 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;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* G_B6_0 = NULL;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* G_B5_0 = NULL;
|
|
uint32_t G_B7_0 = 0;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* G_B7_1 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B29_0 = 0;
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_0 = ___0_alloc;
|
|
RuntimeObject* L_1 = L_0.___handle_2;
|
|
V_0 = ((Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)CastclassClass((RuntimeObject*)L_1, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698_il2cpp_TypeInfo_var));
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_3 = L_2->___allocated_7;
|
|
V_3 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
bool L_4 = V_3;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6((bool)0, _stringLiteral15076573CABF632046535FC56EDEDC9393AC84E6, NULL);
|
|
goto IL_01ac;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___allocated_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_6, NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
uint32_t L_8 = L_7->___start_1;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_9 = ___0_alloc;
|
|
uint32_t L_10 = L_9.___start_0;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_8) == ((int32_t)L_10))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
uint32_t L_12;
|
|
L_12 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_11, NULL);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_13 = ___0_alloc;
|
|
uint32_t L_14 = L_13.___size_1;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_12) == ((int32_t)L_14))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
uint32_t L_16 = L_15->___end_2;
|
|
uint32_t L_17 = __this->___m_HighWatermark_4;
|
|
V_4 = (bool)((((int32_t)L_16) == ((int32_t)L_17))? 1 : 0);
|
|
bool L_18 = V_4;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_20 = L_19->___prev_3;
|
|
V_5 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_20) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_21 = V_5;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = L_22->___prev_3;
|
|
NullCheck(L_23);
|
|
bool L_24 = L_23->___allocated_7;
|
|
G_B5_0 = __this;
|
|
if (L_24)
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = L_25->___prev_3;
|
|
NullCheck(L_26);
|
|
uint32_t L_27 = L_26->___start_1;
|
|
G_B7_0 = L_27;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___prev_3;
|
|
NullCheck(L_29);
|
|
uint32_t L_30 = L_29->___end_2;
|
|
G_B7_0 = L_30;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
G_B7_1->___m_HighWatermark_4 = G_B7_0;
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
__this->___m_HighWatermark_4 = 0;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
L_31->___allocated_7 = (bool)0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_32 = __this->___m_FirstAvailableBlock_2;
|
|
V_1 = L_32;
|
|
V_2 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL;
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_33 = V_1;
|
|
V_2 = L_33;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = L_34->___nextAvailable_6;
|
|
V_1 = L_35;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = V_1;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
uint32_t L_38 = L_37->___start_1;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
uint32_t L_40 = L_39->___start_1;
|
|
G_B15_0 = ((!(((uint32_t)L_38) >= ((uint32_t)L_40)))? 1 : 0);
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
G_B15_0 = 0;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
V_6 = (bool)G_B15_0;
|
|
bool L_41 = V_6;
|
|
if (L_41)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_42 = V_2;
|
|
V_7 = (bool)((((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_42) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_43 = V_7;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_45 = L_44->___prevAvailable_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_45) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_46 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_47 = __this->___m_FirstAvailableBlock_2;
|
|
NullCheck(L_46);
|
|
L_46->___nextAvailable_6 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___nextAvailable_6), (void*)L_47);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_48 = V_0;
|
|
__this->___m_FirstAvailableBlock_2 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock_2), (void*)L_48);
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_49 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_50 = V_2;
|
|
NullCheck(L_49);
|
|
L_49->___prevAvailable_5 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_49->___prevAvailable_5), (void*)L_50);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_51 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_52 = V_2;
|
|
NullCheck(L_52);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_53 = L_52->___nextAvailable_6;
|
|
NullCheck(L_51);
|
|
L_51->___nextAvailable_6 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_51->___nextAvailable_6), (void*)L_53);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_54 = V_2;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_55 = V_0;
|
|
NullCheck(L_54);
|
|
L_54->___nextAvailable_6 = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_54->___nextAvailable_6), (void*)L_55);
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_56 = V_0;
|
|
NullCheck(L_56);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_57 = L_56->___nextAvailable_6;
|
|
V_8 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_57) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_58 = V_8;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_59 = V_0;
|
|
NullCheck(L_59);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_60 = L_59->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_61 = V_0;
|
|
NullCheck(L_60);
|
|
L_60->___prevAvailable_5 = L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_60->___prevAvailable_5), (void*)L_61);
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_62 = V_0;
|
|
NullCheck(L_62);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_63 = L_62->___prevAvailable_5;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_65 = L_64->___prev_3;
|
|
if ((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_63) == ((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_65))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_66 = V_0;
|
|
NullCheck(L_66);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_67 = L_66->___prev_3;
|
|
G_B24_0 = ((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_67) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
G_B24_0 = 0;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
V_9 = (bool)G_B24_0;
|
|
bool L_68 = V_9;
|
|
if (!L_68)
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_69 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_70;
|
|
L_70 = BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2(__this, L_69, NULL);
|
|
V_0 = L_70;
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_71 = V_0;
|
|
NullCheck(L_71);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_72 = L_71->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_73 = V_0;
|
|
NullCheck(L_73);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_74 = L_73->___next_4;
|
|
if ((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_72) == ((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_74))))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_75 = V_0;
|
|
NullCheck(L_75);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_76 = L_75->___next_4;
|
|
G_B29_0 = ((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_76) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0199;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
G_B29_0 = 0;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
V_10 = (bool)G_B29_0;
|
|
bool L_77 = V_10;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_78 = V_0;
|
|
NullCheck(L_78);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_79 = L_78->___next_4;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_80;
|
|
L_80 = BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2(__this, L_79, NULL);
|
|
V_0 = L_80;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::CoalesceBlockWithPrevious(UnityEngine.UIElements.UIR.BestFitAllocator/Block)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, 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*)&LinkedPool_1_Return_mDC0CD455E41DAF53F9CE0C8BB549BDBADB3D8F67_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_3 = NULL;
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_0 = ___0_block;
|
|
NullCheck(L_0);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_1 = L_0->___prevAvailable_5;
|
|
NullCheck(L_1);
|
|
uint32_t L_2 = L_1->___end_2;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_3 = ___0_block;
|
|
NullCheck(L_3);
|
|
uint32_t L_4 = L_3->___start_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = ___0_block;
|
|
NullCheck(L_5);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_6 = L_5->___prev_3;
|
|
NullCheck(L_6);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_7 = L_6->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_8 = ___0_block;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_7) == ((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_8))? 1 : 0), NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_9 = ___0_block;
|
|
NullCheck(L_9);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_10 = L_9->___prev_3;
|
|
V_0 = L_10;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_12 = ___0_block;
|
|
NullCheck(L_12);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_13 = L_12->___next_4;
|
|
NullCheck(L_11);
|
|
L_11->___next_4 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___next_4), (void*)L_13);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_14 = ___0_block;
|
|
NullCheck(L_14);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_15 = L_14->___next_4;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_16 = V_1;
|
|
if (!L_16)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_17 = ___0_block;
|
|
NullCheck(L_17);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_18 = L_17->___next_4;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_19 = V_0;
|
|
NullCheck(L_18);
|
|
L_18->___prev_3 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___prev_3), (void*)L_19);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_20 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_21 = ___0_block;
|
|
NullCheck(L_21);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_22 = L_21->___nextAvailable_6;
|
|
NullCheck(L_20);
|
|
L_20->___nextAvailable_6 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___nextAvailable_6), (void*)L_22);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = ___0_block;
|
|
NullCheck(L_23);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_24 = L_23->___nextAvailable_6;
|
|
V_2 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_24) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_25 = V_2;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = ___0_block;
|
|
NullCheck(L_26);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_27 = L_26->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = ___0_block;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___prevAvailable_5;
|
|
NullCheck(L_27);
|
|
L_27->___prevAvailable_5 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___prevAvailable_5), (void*)L_29);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_30 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = ___0_block;
|
|
NullCheck(L_31);
|
|
uint32_t L_32 = L_31->___end_2;
|
|
NullCheck(L_30);
|
|
L_30->___end_2 = L_32;
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_33 = __this->___m_BlockPool_3;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_34 = ___0_block;
|
|
NullCheck(L_33);
|
|
LinkedPool_1_Return_mDC0CD455E41DAF53F9CE0C8BB549BDBADB3D8F67(L_33, L_34, LinkedPool_1_Return_mDC0CD455E41DAF53F9CE0C8BB549BDBADB3D8F67_RuntimeMethod_var);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = V_0;
|
|
V_3 = L_35;
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = V_3;
|
|
return L_36;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::BestFitFindAvailableBlock(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_BestFitFindAvailableBlock_mD62D1F1276CD0306BD7A880B800956F449BFC152 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method)
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_1 = NULL;
|
|
uint32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_5 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_0 = __this->___m_FirstAvailableBlock_2;
|
|
V_0 = L_0;
|
|
V_1 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL;
|
|
V_2 = (-1);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
uint32_t L_2;
|
|
L_2 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_1, NULL);
|
|
uint32_t L_3 = ___0_size;
|
|
if ((!(((uint32_t)L_2) >= ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_4 = V_2;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
uint32_t L_6;
|
|
L_6 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_5, NULL);
|
|
G_B4_0 = ((!(((uint32_t)L_4) <= ((uint32_t)L_6)))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_3 = (bool)G_B4_0;
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_8 = V_0;
|
|
V_1 = L_8;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
uint32_t L_10;
|
|
L_10 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_9, NULL);
|
|
V_2 = L_10;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_12 = L_11->___nextAvailable_6;
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_13 = V_0;
|
|
V_4 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_14 = V_4;
|
|
if (L_14)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_15 = V_1;
|
|
V_5 = L_15;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_16 = V_5;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator::SplitBlock(UnityEngine.UIElements.UIR.BestFitAllocator/Block,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_SplitBlock_m248D4E5BCA1AFDDA83CD6BE9BF410B8F87DAECAB (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, uint32_t ___1_size, 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*)&LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_0 = ___0_block;
|
|
NullCheck(L_0);
|
|
uint32_t L_1;
|
|
L_1 = Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD(L_0, NULL);
|
|
uint32_t L_2 = ___1_size;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_1) <= ((uint32_t)L_2)))? 1 : 0), NULL);
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_3 = __this->___m_BlockPool_3;
|
|
NullCheck(L_3);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_4;
|
|
L_4 = LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF(L_3, LinkedPool_1_Get_m37EA59EB524E47E3630D57A5B1C13EA54FB514EF_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_6 = ___0_block;
|
|
NullCheck(L_6);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_7 = L_6->___next_4;
|
|
NullCheck(L_5);
|
|
L_5->___next_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___next_4), (void*)L_7);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_8 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_9 = ___0_block;
|
|
NullCheck(L_9);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_10 = L_9->___nextAvailable_6;
|
|
NullCheck(L_8);
|
|
L_8->___nextAvailable_6 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___nextAvailable_6), (void*)L_10);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_12 = ___0_block;
|
|
NullCheck(L_11);
|
|
L_11->___prev_3 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___prev_3), (void*)L_12);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_13 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_14 = ___0_block;
|
|
NullCheck(L_13);
|
|
L_13->___prevAvailable_5 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___prevAvailable_5), (void*)L_14);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_15 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_16 = ___0_block;
|
|
NullCheck(L_16);
|
|
uint32_t L_17 = L_16->___start_1;
|
|
uint32_t L_18 = ___1_size;
|
|
NullCheck(L_15);
|
|
L_15->___start_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_19 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_20 = ___0_block;
|
|
NullCheck(L_20);
|
|
uint32_t L_21 = L_20->___end_2;
|
|
NullCheck(L_19);
|
|
L_19->___end_2 = L_21;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = L_22->___next_4;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_23) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_24 = V_1;
|
|
if (!L_24)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = L_25->___next_4;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_27 = V_0;
|
|
NullCheck(L_26);
|
|
L_26->___prev_3 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___prev_3), (void*)L_27);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___nextAvailable_6;
|
|
V_2 = (bool)((!(((RuntimeObject*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)L_29) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_30 = V_2;
|
|
if (!L_30)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_32 = L_31->___nextAvailable_6;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_33 = V_0;
|
|
NullCheck(L_32);
|
|
L_32->___prevAvailable_5 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___prevAvailable_5), (void*)L_33);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_34 = ___0_block;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = V_0;
|
|
NullCheck(L_34);
|
|
L_34->___next_4 = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_34->___next_4), (void*)L_35);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = ___0_block;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_37 = V_0;
|
|
NullCheck(L_36);
|
|
L_36->___nextAvailable_6 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_36->___nextAvailable_6), (void*)L_37);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_38 = ___0_block;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
uint32_t L_40 = L_39->___start_1;
|
|
NullCheck(L_38);
|
|
L_38->___end_2 = L_40;
|
|
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.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool::CreateBlock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BlockPool_CreateBlock_m0E23B13A365D07CB9A8D1FB2B27F8D97CCD1EC0B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* V_0 = NULL;
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_0 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)il2cpp_codegen_object_new(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Block__ctor_m63E8975B0F59FF5EE83E9D95AB86C9AB78823AEF(L_0, NULL);
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool::ResetBlock(UnityEngine.UIElements.UIR.BestFitAllocator/Block)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockPool_ResetBlock_m7A4C3973EC94BB8C20CB724F4BA12041941E7C82 (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockPool__ctor_m6692A8FE6D052C519D3C60E69427BCD3FBED3F6A (BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockPool_CreateBlock_m0E23B13A365D07CB9A8D1FB2B27F8D97CCD1EC0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockPool_ResetBlock_m7A4C3973EC94BB8C20CB724F4BA12041941E7C82_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m05E838E336E1D92A161559B1B8055E2BC1C54DC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* L_0 = (Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5*)il2cpp_codegen_object_new(Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Func_1__ctor_mB91C598BF4B2FC0922F88920C97D3302B39C4E96(L_0, NULL, (intptr_t)((void*)BlockPool_CreateBlock_m0E23B13A365D07CB9A8D1FB2B27F8D97CCD1EC0B_RuntimeMethod_var), NULL);
|
|
Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* L_1 = (Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5*)il2cpp_codegen_object_new(Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Action_1__ctor_mF9B88F224502C968F8174D7D2FBE668DD77CBB8B(L_1, NULL, (intptr_t)((void*)BlockPool_ResetBlock_m7A4C3973EC94BB8C20CB724F4BA12041941E7C82_RuntimeMethod_var), NULL);
|
|
LinkedPool_1__ctor_m05E838E336E1D92A161559B1B8055E2BC1C54DC2(__this, L_0, L_1, ((int32_t)10000), LinkedPool_1__ctor_m05E838E336E1D92A161559B1B8055E2BC1C54DC2_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.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator/Block::get_size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
uint32_t L_0 = __this->___end_2;
|
|
uint32_t L_1 = __this->___start_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
uint32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.BestFitAllocator/Block::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block__ctor_m63E8975B0F59FF5EE83E9D95AB86C9AB78823AEF (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA(__this, LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA_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.UIR.GPUBufferAllocator::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUBufferAllocator__ctor_m989E13DFCA8CAA59F399FAD27F7F5E0253C2E62E (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, uint32_t ___0_maxSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
uint32_t L_0 = ___0_maxSize;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_1 = (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7*)il2cpp_codegen_object_new(BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480(L_1, L_0, NULL);
|
|
__this->___m_Low_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Low_0), (void*)L_1);
|
|
uint32_t L_2 = ___0_maxSize;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_3 = (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7*)il2cpp_codegen_object_new(BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480(L_3, L_2, NULL);
|
|
__this->___m_High_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_High_1), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.GPUBufferAllocator::Allocate(System.UInt32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, uint32_t ___0_size, bool ___1_shortLived, const RuntimeMethod* method)
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
bool L_0 = ___1_shortLived;
|
|
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_2 = __this->___m_Low_0;
|
|
uint32_t L_3 = ___0_size;
|
|
NullCheck(L_2);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_4;
|
|
L_4 = BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4(L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_5 = __this->___m_High_1;
|
|
uint32_t L_6 = ___0_size;
|
|
NullCheck(L_5);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_7;
|
|
L_7 = BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4(L_5, L_6, NULL);
|
|
V_0 = L_7;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_8 = __this->___m_High_1;
|
|
NullCheck(L_8);
|
|
uint32_t L_9;
|
|
L_9 = BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline(L_8, NULL);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_10 = V_0;
|
|
uint32_t L_11 = L_10.___start_0;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_12 = V_0;
|
|
uint32_t L_13 = L_12.___size_1;
|
|
(&V_0)->___start_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_11)), (int32_t)L_13));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_14 = ___1_shortLived;
|
|
(&V_0)->___shortLived_3 = L_14;
|
|
bool L_15;
|
|
L_15 = GPUBufferAllocator_HighLowCollide_mF242CDB10E03C2947A159CA82A86DD0E039A6406(__this, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_16 = V_0;
|
|
uint32_t L_17 = L_16.___size_1;
|
|
G_B6_0 = ((!(((uint32_t)L_17) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
V_2 = (bool)G_B6_0;
|
|
bool L_18 = V_2;
|
|
if (!L_18)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_19 = V_0;
|
|
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(__this, L_19, NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_20 = V_3;
|
|
V_4 = L_20;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_21 = V_0;
|
|
V_4 = L_21;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_22 = V_4;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.GPUBufferAllocator::Free(UnityEngine.UIElements.UIR.Alloc)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_0 = ___0_alloc;
|
|
bool L_1 = L_0.___shortLived_3;
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_3 = __this->___m_Low_0;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_4 = ___0_alloc;
|
|
NullCheck(L_3);
|
|
BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B(L_3, L_4, NULL);
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_5 = __this->___m_High_1;
|
|
NullCheck(L_5);
|
|
uint32_t L_6;
|
|
L_6 = BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline(L_5, NULL);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_7 = ___0_alloc;
|
|
uint32_t L_8 = L_7.___start_0;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_9 = ___0_alloc;
|
|
uint32_t L_10 = L_9.___size_1;
|
|
(&___0_alloc)->___start_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8)), (int32_t)L_10));
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_11 = __this->___m_High_1;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_12 = ___0_alloc;
|
|
NullCheck(L_11);
|
|
BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.GPUBufferAllocator::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_get_isEmpty_m5D8F554F1F77B48F6C6EBE6C8F1BBE4C674F42FA (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_0 = __this->___m_Low_0;
|
|
NullCheck(L_0);
|
|
uint32_t L_1;
|
|
L_1 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_2 = __this->___m_High_1;
|
|
NullCheck(L_2);
|
|
uint32_t L_3;
|
|
L_3 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_2, NULL);
|
|
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.GPUBufferAllocator::HighLowCollide()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_HighLowCollide_mF242CDB10E03C2947A159CA82A86DD0E039A6406 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_0 = __this->___m_Low_0;
|
|
NullCheck(L_0);
|
|
uint32_t L_1;
|
|
L_1 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_0, NULL);
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_2 = __this->___m_High_1;
|
|
NullCheck(L_2);
|
|
uint32_t L_3;
|
|
L_3 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_2, NULL);
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_4 = __this->___m_Low_0;
|
|
NullCheck(L_4);
|
|
uint32_t L_5;
|
|
L_5 = BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline(L_4, NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3))) <= ((uint32_t)L_5)))? 1 : 0);
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
#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.UIR.Page::.ctor(System.UInt32,System.UInt32,System.UInt32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page__ctor_m0EE03510D8F3E0B9679AD16D3D687FF7C1CC9597 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, uint32_t ___0_vertexMaxCount, uint32_t ___1_indexMaxCount, uint32_t ___2_maxQueuedFrameCount, bool ___3_mockPage, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1__ctor_m8F940C511B5FF0BC6628ED1FE9A3680A18BF47EC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1__ctor_mEB32F6456670E4582A5D1BA4A7CB1572AB669AFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
uint32_t L_0 = ___0_vertexMaxCount;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(L_0, ((int32_t)65536), NULL);
|
|
___0_vertexMaxCount = L_1;
|
|
uint32_t L_2 = ___0_vertexMaxCount;
|
|
uint32_t L_3 = ___2_maxQueuedFrameCount;
|
|
bool L_4 = ___3_mockPage;
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_5 = (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A*)il2cpp_codegen_object_new(DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
DataSet_1__ctor_mEB32F6456670E4582A5D1BA4A7CB1572AB669AFA(L_5, 0, L_2, L_3, ((int32_t)32), L_4, DataSet_1__ctor_mEB32F6456670E4582A5D1BA4A7CB1572AB669AFA_RuntimeMethod_var);
|
|
__this->___vertices_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___vertices_1), (void*)L_5);
|
|
uint32_t L_6 = ___1_indexMaxCount;
|
|
uint32_t L_7 = ___2_maxQueuedFrameCount;
|
|
bool L_8 = ___3_mockPage;
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_9 = (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB*)il2cpp_codegen_object_new(DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
DataSet_1__ctor_m8F940C511B5FF0BC6628ED1FE9A3680A18BF47EC(L_9, 1, L_6, L_7, ((int32_t)32), L_8, DataSet_1__ctor_m8F940C511B5FF0BC6628ED1FE9A3680A18BF47EC_RuntimeMethod_var);
|
|
__this->___indices_2 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___indices_2), (void*)L_9);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page::get_disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page::set_disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page_set_disposed_m6AAC6283536E280359ADC7BEB63E8FDC89B58E26 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __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.UIR.Page::Dispose(System.Boolean) */, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Page::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page_Dispose_m1733FAAA27E4D61B72880033EC45D4A209F22090 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_4 = __this->___indices_2;
|
|
NullCheck(L_4);
|
|
DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01(L_4, DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_RuntimeMethod_var);
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_5 = __this->___vertices_1;
|
|
NullCheck(L_5);
|
|
DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807(L_5, DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807_RuntimeMethod_var);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
Page_set_disposed_m6AAC6283536E280359ADC7BEB63E8FDC89B58E26_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Page::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Page_get_isEmpty_m7BD1CAECC7987EC66956E270C4F3C7F8839B975D (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_0 = __this->___vertices_1;
|
|
NullCheck(L_0);
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_1 = L_0->___allocator_4;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = GPUBufferAllocator_get_isEmpty_m5D8F554F1F77B48F6C6EBE6C8F1BBE4C674F42FA(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_3 = __this->___indices_2;
|
|
NullCheck(L_3);
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_4 = L_3->___allocator_4;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = GPUBufferAllocator_get_isEmpty_m5D8F554F1F77B48F6C6EBE6C8F1BBE4C674F42FA(L_4, NULL);
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
#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.UIR.Implementation.CommandGenerator::GetVerticesTransformInfo(UnityEngine.UIElements.VisualElement,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_GetVerticesTransformInfo_m858742C2E9A1DD6547A4BBD100CDA83F5476512D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_transform, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_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;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = L_1->___transformID_28;
|
|
bool L_3;
|
|
L_3 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_4, NULL);
|
|
G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_5&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_7 = ___1_transform;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_8;
|
|
L_8 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
*(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_7 = L_8;
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_ve;
|
|
NullCheck(L_9);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_9->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = L_10->___boneTransformAncestor_3;
|
|
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___0_ve;
|
|
NullCheck(L_13);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_14 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_13->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = L_14->___boneTransformAncestor_3;
|
|
NullCheck(L_15);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
|
|
bool L_17 = L_16->___localTransformScaleZero_16;
|
|
V_2 = L_17;
|
|
bool L_18 = V_2;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___0_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___0_ve;
|
|
NullCheck(L_20);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_21 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_20->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = L_21->___boneTransformAncestor_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_23 = ___1_transform;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ComputeTransformMatrix_mEB5DF619B9360EF19AE534D1C1DA25F092024D2D(L_19, L_22, L_23, NULL);
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___0_ve;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = L_25->___boneTransformAncestor_3;
|
|
NullCheck(L_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_27;
|
|
L_27 = VisualElement_get_worldTransformInverse_m3F6A138010EDD0ADB850092717003E8E38226980(L_26, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
|
|
NullCheck(L_28);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_29;
|
|
L_29 = VisualElement_get_worldTransformRef_m25AB63C70B9C7965FEC38C1711316A47608D5276(L_28, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_30 = ___1_transform;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9(L_27, L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___0_ve;
|
|
NullCheck(L_31);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_32 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_31->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = L_32->___groupTransformAncestor_2;
|
|
V_3 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_33) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_34 = V_3;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = ___0_ve;
|
|
NullCheck(L_35);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_35->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_37 = L_36->___groupTransformAncestor_2;
|
|
NullCheck(L_37);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_38 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_37->___renderChainData_26);
|
|
bool L_39 = L_38->___localTransformScaleZero_16;
|
|
V_4 = L_39;
|
|
bool L_40 = V_4;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = ___0_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___0_ve;
|
|
NullCheck(L_42);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_43 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_42->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = L_43->___groupTransformAncestor_2;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_45 = ___1_transform;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ComputeTransformMatrix_mEB5DF619B9360EF19AE534D1C1DA25F092024D2D(L_41, L_44, L_45, NULL);
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = ___0_ve;
|
|
NullCheck(L_46);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_47 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_46->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = L_47->___groupTransformAncestor_2;
|
|
NullCheck(L_48);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_49;
|
|
L_49 = VisualElement_get_worldTransformInverse_m3F6A138010EDD0ADB850092717003E8E38226980(L_48, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50 = ___0_ve;
|
|
NullCheck(L_50);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_51;
|
|
L_51 = VisualElement_get_worldTransformRef_m25AB63C70B9C7965FEC38C1711316A47608D5276(L_50, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_52 = ___1_transform;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9(L_49, L_51, L_52, NULL);
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_53 = ___1_transform;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___0_ve;
|
|
NullCheck(L_54);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_55;
|
|
L_55 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_54, NULL);
|
|
*(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_53 = L_55;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_56 = ___1_transform;
|
|
L_56->___m22_10 = (1.0f);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ComputeTransformMatrix(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ComputeTransformMatrix_mEB5DF619B9360EF19AE534D1C1DA25F092024D2D (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ancestor, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___2_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ComputeTransformMatrixMarker_2;
|
|
V_3 = L_0;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_3), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_ve;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_2 = ___2_result;
|
|
NullCheck(L_1);
|
|
VisualElement_GetPivotedMatrixWithLayout_m288B1E90A04B1C6A0E79F9358DDC96B919ECCD76(L_1, L_2, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
NullCheck(L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4;
|
|
L_4 = VisualElement_get_parent_m80978E6D0A928AB4885EE4CD0E2295C72AA73000(L_3, NULL);
|
|
V_0 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___1_ancestor;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
|
|
G_B3_0 = ((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_7))? 1 : 0);
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
V_4 = (bool)G_B3_0;
|
|
bool L_8 = V_4;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_9 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ComputeTransformMatrixMarker_2;
|
|
V_3 = L_9;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_3), NULL);
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6));
|
|
V_2 = (bool)1;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
VisualElement_GetPivotedMatrixWithLayout_m288B1E90A04B1C6A0E79F9358DDC96B919ECCD76(L_10, (&V_5), NULL);
|
|
bool L_11 = V_2;
|
|
V_6 = L_11;
|
|
bool L_12 = V_6;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_13 = ___2_result;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9((&V_5), L_13, (&V_1), NULL);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_14 = ___2_result;
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9((&V_5), (&V_1), L_14, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16;
|
|
L_16 = VisualElement_get_parent_m80978E6D0A928AB4885EE4CD0E2295C72AA73000(L_15, NULL);
|
|
V_0 = L_16;
|
|
bool L_17 = V_2;
|
|
V_2 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = V_0;
|
|
if (!L_18)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___1_ancestor;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = V_0;
|
|
G_B12_0 = ((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_19) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_20))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
G_B12_0 = 0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
V_7 = (bool)G_B12_0;
|
|
bool L_21 = V_7;
|
|
if (L_21)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
bool L_22 = V_2;
|
|
V_8 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
|
|
bool L_23 = V_8;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_24 = ___2_result;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_25 = V_1;
|
|
*(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_24 = L_25;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_26 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ComputeTransformMatrixMarker_2;
|
|
V_3 = L_26;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_3), NULL);
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.CommandGenerator::IsParentOrAncestorOf(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_child, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0003:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_child;
|
|
NullCheck(L_0);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
|
|
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
|
|
V_1 = L_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
|
|
L_2 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_1), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
V_0 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_2) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_child;
|
|
NullCheck(L_5);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_6;
|
|
L_6 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_5, NULL);
|
|
V_1 = L_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_1), NULL);
|
|
___1_child = L_7;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_child;
|
|
NullCheck(L_8);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_9;
|
|
L_9 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_8, NULL);
|
|
V_1 = L_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_1), NULL);
|
|
V_3 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_11 = V_3;
|
|
if (L_11)
|
|
{
|
|
goto IL_0003;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.CommandGenerator::PaintElement(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 CommandGenerator_PaintElement_mF25FF78C8747AE37F21514DF24C39941877E1787 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___2_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA28AB88B50762934FBAA568B809CF2E505BF1BE6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m64C3413B85F3D5F7E9A564765C11D8E470846A6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEE5B4AC0CD719313447BD9A382298F8BDE34F3DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC35A440E713F11DDB7FF3936CFA9B65B6CA3613E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m08ED293E8C43789C01A1C0F7C02CB0F3D9524CD7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE25FAE769B6B1EDF5AE9ECFA71C4AA6CA67E0F57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
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*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5841240B5DB49F210A63B4BF2C638780F67D914E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA50AC3467D3443BFBDD68C33F2D0B2D816B99EE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_4 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_5 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_6 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_7 = NULL;
|
|
bool V_8 = false;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* V_9 = NULL;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* V_10 = NULL;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* V_11 = NULL;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_25;
|
|
memset((&V_25), 0, sizeof(V_25));
|
|
uint16_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
int32_t V_28 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_29 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_30 = NULL;
|
|
bool V_31 = false;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_33;
|
|
memset((&V_33), 0, sizeof(V_33));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_34;
|
|
memset((&V_34), 0, sizeof(V_34));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_35;
|
|
memset((&V_35), 0, sizeof(V_35));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_36;
|
|
memset((&V_36), 0, sizeof(V_36));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_37;
|
|
memset((&V_37), 0, sizeof(V_37));
|
|
int32_t V_38 = 0;
|
|
int32_t V_39 = 0;
|
|
bool V_40 = false;
|
|
bool V_41 = false;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_42;
|
|
memset((&V_42), 0, sizeof(V_42));
|
|
Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A V_43;
|
|
memset((&V_43), 0, sizeof(V_43));
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_44;
|
|
memset((&V_44), 0, sizeof(V_44));
|
|
bool V_45 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_46;
|
|
memset((&V_46), 0, sizeof(V_46));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_47;
|
|
memset((&V_47), 0, sizeof(V_47));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_48;
|
|
memset((&V_48), 0, sizeof(V_48));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_49;
|
|
memset((&V_49), 0, sizeof(V_49));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_50;
|
|
memset((&V_50), 0, sizeof(V_50));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_51;
|
|
memset((&V_51), 0, sizeof(V_51));
|
|
float V_52 = 0.0f;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_53;
|
|
memset((&V_53), 0, sizeof(V_53));
|
|
int32_t V_54 = 0;
|
|
int32_t V_55 = 0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_56;
|
|
memset((&V_56), 0, sizeof(V_56));
|
|
bool V_57 = false;
|
|
bool V_58 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_59 = NULL;
|
|
bool V_60 = false;
|
|
bool V_61 = false;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_62;
|
|
memset((&V_62), 0, sizeof(V_62));
|
|
bool V_63 = false;
|
|
bool V_64 = false;
|
|
bool V_65 = false;
|
|
bool V_66 = false;
|
|
bool V_67 = false;
|
|
bool V_68 = false;
|
|
bool V_69 = false;
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 V_70;
|
|
memset((&V_70), 0, sizeof(V_70));
|
|
bool V_71 = false;
|
|
bool V_72 = false;
|
|
bool V_73 = false;
|
|
bool V_74 = false;
|
|
bool V_75 = false;
|
|
bool V_76 = false;
|
|
bool V_77 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_78 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_79 = NULL;
|
|
bool V_80 = false;
|
|
bool V_81 = false;
|
|
bool V_82 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_83 = NULL;
|
|
bool V_84 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_85 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_86 = NULL;
|
|
bool V_87 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_88 = NULL;
|
|
bool V_89 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_90 = NULL;
|
|
bool V_91 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_92 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B14_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B13_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B15_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B17_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B16_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B18_0 = NULL;
|
|
int32_t G_B21_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B25_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B24_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B26_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B28_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B27_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B29_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B33_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B36_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B39_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B42_0 = NULL;
|
|
int32_t G_B57_0 = 0;
|
|
int32_t G_B64_0 = 0;
|
|
int32_t G_B85_0 = 0;
|
|
int32_t G_B102_0 = 0;
|
|
int32_t G_B112_0 = 0;
|
|
int32_t G_B120_0 = 0;
|
|
int32_t G_B136_0 = 0;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = ___0_renderChain;
|
|
NullCheck(L_0);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_1;
|
|
L_1 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___1_ve;
|
|
NullCheck(L_2);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_3 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_2->___renderChainData_26);
|
|
int32_t L_4 = L_3->___clipMethod_18;
|
|
V_1 = (bool)((((int32_t)L_4) == ((int32_t)4))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
int32_t L_7 = L_6->___clipMethod_18;
|
|
V_2 = (bool)((((int32_t)L_7) == ((int32_t)2))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_8, NULL);
|
|
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_9&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = UIRUtility_IsElementSelfHidden_mB784EB087005C6D680588EF8180EF48E6A9E6FD5(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = V_1;
|
|
if (L_12)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = V_2;
|
|
if (L_13)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___1_ve;
|
|
NullCheck(L_15);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
|
|
bool L_17 = L_16->___isHierarchyHidden_14;
|
|
G_B6_0 = ((int32_t)(L_17));
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
G_B6_0 = 1;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_13 = (bool)G_B6_0;
|
|
bool L_18 = V_13;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___1_ve;
|
|
NullCheck(L_19);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_19->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_21 = L_20->___data_23;
|
|
V_14 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_21) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_22 = V_14;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_23 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___1_ve;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_26 = L_25->___data_23;
|
|
NullCheck(L_23);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_23, L_26, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___1_ve;
|
|
NullCheck(L_27);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_27->___renderChainData_26);
|
|
L_28->___data_23 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_28->___data_23), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___1_ve;
|
|
NullCheck(L_29);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_29->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_31 = L_30->___firstCommand_9;
|
|
V_15 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_31) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_32 = V_15;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_33 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ResetCommands_m4F863CCD40A1ACA9C5EDA17C2409EB7F90DB7FC6(L_33, L_34, NULL);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_35 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___1_ve;
|
|
NullCheck(L_35);
|
|
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(L_35, L_36, NULL);
|
|
il2cpp_codegen_initobj((&V_16), sizeof(ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14));
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_37 = V_16;
|
|
V_17 = L_37;
|
|
goto IL_0b0c;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = ___1_ve;
|
|
NullCheck(L_38);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_39 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_38->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_40 = L_39->___firstCommand_9;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = L_40;
|
|
G_B13_0 = L_41;
|
|
if (L_41)
|
|
{
|
|
G_B14_0 = L_41;
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
NullCheck(G_B14_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_42 = G_B14_0->___prev_2;
|
|
G_B15_0 = L_42;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
V_4 = G_B15_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = ___1_ve;
|
|
NullCheck(L_43);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_44 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_43->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_45 = L_44->___lastCommand_10;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = L_45;
|
|
G_B16_0 = L_46;
|
|
if (L_46)
|
|
{
|
|
G_B17_0 = L_46;
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
G_B18_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
NullCheck(G_B17_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_47 = G_B17_0->___next_3;
|
|
G_B18_0 = L_47;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
V_5 = G_B18_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = ___1_ve;
|
|
NullCheck(L_48);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_49 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_48->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_50 = L_49->___firstClosingCommand_11;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_51 = V_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = ___1_ve;
|
|
NullCheck(L_52);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_53 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_52->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_54 = L_53->___firstClosingCommand_11;
|
|
G_B21_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_51) == ((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_54))? 1 : 0);
|
|
goto IL_0112;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
G_B21_0 = 0;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
V_8 = (bool)G_B21_0;
|
|
bool L_55 = V_8;
|
|
V_18 = L_55;
|
|
bool L_56 = V_18;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___1_ve;
|
|
NullCheck(L_57);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_58 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_57->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_59 = L_58->___lastClosingCommand_12;
|
|
NullCheck(L_59);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_60 = L_59->___next_3;
|
|
V_5 = L_60;
|
|
V_7 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
V_6 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
goto IL_016c;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = ___1_ve;
|
|
NullCheck(L_61);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_62 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_61->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_63 = L_62->___firstClosingCommand_11;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_64 = L_63;
|
|
G_B24_0 = L_64;
|
|
if (L_64)
|
|
{
|
|
G_B25_0 = L_64;
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
G_B26_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
NullCheck(G_B25_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_65 = G_B25_0->___prev_2;
|
|
G_B26_0 = L_65;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
V_6 = G_B26_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___1_ve;
|
|
NullCheck(L_66);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_67 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_66->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_68 = L_67->___lastClosingCommand_12;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_69 = L_68;
|
|
G_B27_0 = L_69;
|
|
if (L_69)
|
|
{
|
|
G_B28_0 = L_69;
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
G_B29_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
NullCheck(G_B28_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_70 = G_B28_0->___next_3;
|
|
G_B29_0 = L_70;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
V_7 = G_B29_0;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_71 = V_4;
|
|
if (L_71)
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
G_B33_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
goto IL_017a;
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_72 = V_4;
|
|
NullCheck(L_72);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73 = L_72->___owner_1;
|
|
G_B33_0 = L_73;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_74 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)G_B33_0) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_74))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_75 = V_5;
|
|
if (L_75)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
G_B36_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_76 = V_5;
|
|
NullCheck(L_76);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = L_76->___owner_1;
|
|
G_B36_0 = L_77;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_78 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)G_B36_0) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_78))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_79 = V_6;
|
|
if (L_79)
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
{
|
|
G_B39_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
goto IL_01ae;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_80 = V_6;
|
|
NullCheck(L_80);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_81 = L_80->___owner_1;
|
|
G_B39_0 = L_81;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_82 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)G_B39_0) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_82))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_83 = V_7;
|
|
if (L_83)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
G_B42_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
goto IL_01c8;
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_84 = V_7;
|
|
NullCheck(L_84);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_85 = L_84->___owner_1;
|
|
G_B42_0 = L_85;
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_86 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)G_B42_0) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_86))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_87 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ResetCommands_m4F863CCD40A1ACA9C5EDA17C2409EB7F90DB7FC6(L_87, L_88, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_89 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_90 = ___1_ve;
|
|
NullCheck(L_89);
|
|
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(L_89, L_90, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_91 = ___0_renderChain;
|
|
NullCheck(L_91);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_92;
|
|
L_92 = RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline(L_91, NULL);
|
|
V_9 = L_92;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_93 = V_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_94 = ___1_ve;
|
|
NullCheck(L_93);
|
|
UIRStylePainter_Begin_mBE0C74673300BC57241BC91A046FB5A299137377(L_93, L_94, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_95 = ___1_ve;
|
|
NullCheck(L_95);
|
|
bool L_96;
|
|
L_96 = VisualElement_get_visible_m30FB0F3D6A7C6C41088A0744EC8D2696BFCBC0B9(L_95, NULL);
|
|
V_19 = L_96;
|
|
bool L_97 = V_19;
|
|
if (!L_97)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_98 = V_9;
|
|
NullCheck(L_98);
|
|
UIRStylePainter_DrawVisualElementBackground_mDD504747ED58E0E8E9DC0A1FE462A5D7B311587F(L_98, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_99 = V_9;
|
|
NullCheck(L_99);
|
|
UIRStylePainter_DrawVisualElementBorder_m11F9885D7E1D7E1618ED1C167B7F2A3353EA7C62(L_99, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_100 = V_9;
|
|
NullCheck(L_100);
|
|
UIRStylePainter_ApplyVisualElementClipping_mA6E8513568A8A5BB6A53571C9BF7DBBB38D240F0(L_100, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_101 = ___1_ve;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_102 = V_9;
|
|
NullCheck(L_102);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_103;
|
|
L_103 = UIRStylePainter_get_meshGenerationContext_mB63F25D7A6C4D1C9DBA9CD05ABB9F07DF3E99E94_inline(L_102, NULL);
|
|
NullCheck(L_101);
|
|
VisualElement_InvokeGenerateVisualContent_m7882F56F4FFEA0E26B9BE1109BF930B5EE43F2DF(L_101, L_103, NULL);
|
|
goto IL_023e;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
bool L_104 = V_2;
|
|
bool L_105 = V_1;
|
|
V_20 = (bool)((int32_t)((int32_t)L_104|(int32_t)L_105));
|
|
bool L_106 = V_20;
|
|
if (!L_106)
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_107 = V_9;
|
|
NullCheck(L_107);
|
|
UIRStylePainter_ApplyVisualElementClipping_mA6E8513568A8A5BB6A53571C9BF7DBBB38D240F0(L_107, NULL);
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
}
|
|
|
|
IL_023e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_108 = ___1_ve;
|
|
NullCheck(L_108);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_109 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_108->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_110 = L_109->___data_23;
|
|
V_10 = L_110;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_111 = V_9;
|
|
NullCheck(L_111);
|
|
int32_t L_112;
|
|
L_112 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(L_111, NULL);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_113 = V_0;
|
|
NullCheck(L_113);
|
|
uint32_t L_114;
|
|
L_114 = UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline(L_113, NULL);
|
|
V_21 = (bool)((((int64_t)((int64_t)L_112)) > ((int64_t)((int64_t)(uint64_t)L_114)))? 1 : 0);
|
|
bool L_115 = V_21;
|
|
if (!L_115)
|
|
{
|
|
goto IL_02b6;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_116 = V_0;
|
|
NullCheck(L_116);
|
|
uint32_t L_117;
|
|
L_117 = UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline(L_116, NULL);
|
|
uint32_t L_118 = L_117;
|
|
RuntimeObject* L_119 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_118);
|
|
String_t* L_120;
|
|
L_120 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral5841240B5DB49F210A63B4BF2C638780F67D914E, _stringLiteralFA50AC3467D3443BFBDD68C33F2D0B2D816B99EE, L_119, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_120, NULL);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_121 = V_10;
|
|
V_22 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_121) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_122 = V_22;
|
|
if (!L_122)
|
|
{
|
|
goto IL_029c;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_123 = V_0;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_124 = V_10;
|
|
NullCheck(L_123);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_123, L_124, NULL);
|
|
V_10 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_125 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_126 = ___1_ve;
|
|
NullCheck(L_125);
|
|
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(L_125, L_126, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_127 = V_9;
|
|
NullCheck(L_127);
|
|
UIRStylePainter_Reset_mCAFAAC3F4D78C6CE94FAF786A028A171C2116A1B(L_127, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_128 = V_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_129 = ___1_ve;
|
|
NullCheck(L_128);
|
|
UIRStylePainter_Begin_mBE0C74673300BC57241BC91A046FB5A299137377(L_128, L_129, NULL);
|
|
}
|
|
|
|
IL_02b6:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_130 = V_9;
|
|
NullCheck(L_130);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_131;
|
|
L_131 = UIRStylePainter_get_entries_m51C037F9235EC5C23FF492A71ADDDF40DA2A0F03(L_130, NULL);
|
|
V_11 = L_131;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_132 = V_11;
|
|
NullCheck(L_132);
|
|
int32_t L_133;
|
|
L_133 = List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline(L_132, List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
V_23 = (bool)((((int32_t)L_133) > ((int32_t)0))? 1 : 0);
|
|
bool L_134 = V_23;
|
|
if (!L_134)
|
|
{
|
|
goto IL_0830;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_24), sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2));
|
|
il2cpp_codegen_initobj((&V_25), sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A));
|
|
V_26 = (uint16_t)0;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_135 = V_9;
|
|
NullCheck(L_135);
|
|
int32_t L_136;
|
|
L_136 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(L_135, NULL);
|
|
V_40 = (bool)((((int32_t)L_136) > ((int32_t)0))? 1 : 0);
|
|
bool L_137 = V_40;
|
|
if (!L_137)
|
|
{
|
|
goto IL_0314;
|
|
}
|
|
}
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_138 = V_9;
|
|
NullCheck(L_138);
|
|
int32_t L_139;
|
|
L_139 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(L_138, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_140 = V_9;
|
|
NullCheck(L_140);
|
|
int32_t L_141;
|
|
L_141 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(L_140, NULL);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_142 = V_0;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_143 = ___2_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_UpdateOrAllocate_mA0D3E2638FA8C7D9675343EC807E7ECF3B15227E((&V_10), L_139, L_141, L_142, (&V_24), (&V_25), (&V_26), L_143, NULL);
|
|
}
|
|
|
|
IL_0314:
|
|
{
|
|
V_27 = 0;
|
|
V_28 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_144 = V_4;
|
|
V_29 = L_144;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_145 = V_5;
|
|
V_30 = L_145;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_146 = V_4;
|
|
if (L_146)
|
|
{
|
|
goto IL_032d;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_147 = V_5;
|
|
G_B57_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_147) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_032e;
|
|
}
|
|
|
|
IL_032d:
|
|
{
|
|
G_B57_0 = 0;
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
V_41 = (bool)G_B57_0;
|
|
bool L_148 = V_41;
|
|
if (!L_148)
|
|
{
|
|
goto IL_033f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_149 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_FindCommandInsertionPoint_mC04BE728E5F5FDE5F9FEA555AB92E7D821AB899E(L_149, (&V_29), (&V_30), NULL);
|
|
}
|
|
|
|
IL_033f:
|
|
{
|
|
V_31 = (bool)0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_150;
|
|
L_150 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
V_32 = L_150;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_33), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_34), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_35), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_36), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_37), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_151 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ConvertEntriesToCommandsMarker_0;
|
|
V_42 = L_151;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_42), NULL);
|
|
V_38 = (-1);
|
|
V_39 = (-1);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_152 = V_9;
|
|
NullCheck(L_152);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_153;
|
|
L_153 = UIRStylePainter_get_entries_m51C037F9235EC5C23FF492A71ADDDF40DA2A0F03(L_152, NULL);
|
|
NullCheck(L_153);
|
|
Enumerator_t7A7E1BF7975C66794B0A00F019C742C7C439D05A L_154;
|
|
L_154 = List_1_GetEnumerator_m08ED293E8C43789C01A1C0F7C02CB0F3D9524CD7(L_153, List_1_GetEnumerator_m08ED293E8C43789C01A1C0F7C02CB0F3D9524CD7_RuntimeMethod_var);
|
|
V_43 = L_154;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_07d5:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mA28AB88B50762934FBAA568B809CF2E505BF1BE6((&V_43), Enumerator_Dispose_mA28AB88B50762934FBAA568B809CF2E505BF1BE6_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_07c7_1;
|
|
}
|
|
|
|
IL_03a9_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_155;
|
|
L_155 = Enumerator_get_Current_mEE5B4AC0CD719313447BD9A382298F8BDE34F3DA_inline((&V_43), Enumerator_get_Current_mEE5B4AC0CD719313447BD9A382298F8BDE34F3DA_RuntimeMethod_var);
|
|
V_44 = L_155;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_156 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_157 = L_156.___vertices_0;
|
|
V_46 = L_157;
|
|
int32_t L_158;
|
|
L_158 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
if ((((int32_t)L_158) <= ((int32_t)0)))
|
|
{
|
|
goto IL_03db_1;
|
|
}
|
|
}
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_159 = V_44;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_160 = L_159.___indices_1;
|
|
V_47 = L_160;
|
|
int32_t L_161;
|
|
L_161 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_47), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
G_B64_0 = ((((int32_t)L_161) > ((int32_t)0))? 1 : 0);
|
|
goto IL_03dc_1;
|
|
}
|
|
|
|
IL_03db_1:
|
|
{
|
|
G_B64_0 = 0;
|
|
}
|
|
|
|
IL_03dc_1:
|
|
{
|
|
V_45 = (bool)G_B64_0;
|
|
bool L_162 = V_45;
|
|
if (!L_162)
|
|
{
|
|
goto IL_0797_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_163 = V_31;
|
|
V_60 = (bool)((((int32_t)L_163) == ((int32_t)0))? 1 : 0);
|
|
bool L_164 = V_60;
|
|
if (!L_164)
|
|
{
|
|
goto IL_040c_1;
|
|
}
|
|
}
|
|
{
|
|
V_31 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_165 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_GetVerticesTransformInfo_m858742C2E9A1DD6547A4BBD100CDA83F5476512D(L_165, (&V_32), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_166 = ___1_ve;
|
|
NullCheck(L_166);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_167 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_166->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_168 = V_32;
|
|
L_167->___verticesSpace_25 = L_168;
|
|
}
|
|
|
|
IL_040c_1:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_169 = ___0_renderChain;
|
|
NullCheck(L_169);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_170 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_169->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_171 = ___1_ve;
|
|
NullCheck(L_171);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_172 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_171->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_173 = L_172->___transformID_28;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_174;
|
|
L_174 = UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1(L_170, L_173, NULL);
|
|
V_48 = L_174;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_175 = ___0_renderChain;
|
|
NullCheck(L_175);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_176 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_175->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_177 = ___1_ve;
|
|
NullCheck(L_177);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_178 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_177->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_179 = L_178->___opacityID_30;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_180;
|
|
L_180 = UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B(L_176, L_179, NULL);
|
|
V_49 = L_180;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_181 = ___0_renderChain;
|
|
NullCheck(L_181);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_182 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_181->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_183 = ___1_ve;
|
|
NullCheck(L_183);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_184 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_183->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_185 = L_184->___textCoreSettingsID_31;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_186;
|
|
L_186 = UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A(L_182, L_185, NULL);
|
|
V_50 = L_186;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_187 = V_48;
|
|
uint8_t L_188 = L_187.___r_1;
|
|
(&V_33)->___r_1 = L_188;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_189 = V_48;
|
|
uint8_t L_190 = L_189.___g_2;
|
|
(&V_33)->___g_2 = L_190;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_191 = V_48;
|
|
uint8_t L_192 = L_191.___b_3;
|
|
(&V_34)->___r_1 = L_192;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_193 = V_49;
|
|
uint8_t L_194 = L_193.___r_1;
|
|
(&V_36)->___r_1 = L_194;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_195 = V_49;
|
|
uint8_t L_196 = L_195.___g_2;
|
|
(&V_36)->___g_2 = L_196;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_197 = V_49;
|
|
uint8_t L_198 = L_197.___b_3;
|
|
(&V_34)->___b_3 = L_198;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_199 = V_44;
|
|
bool L_200 = L_199.___isTextEntry_11;
|
|
V_61 = L_200;
|
|
bool L_201 = V_61;
|
|
if (!L_201)
|
|
{
|
|
goto IL_04e1_1;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_202 = V_50;
|
|
uint8_t L_203 = L_202.___r_1;
|
|
(&V_37)->___r_1 = L_203;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_204 = V_50;
|
|
uint8_t L_205 = L_204.___g_2;
|
|
(&V_37)->___g_2 = L_205;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_206 = V_50;
|
|
uint8_t L_207 = L_206.___b_3;
|
|
(&V_34)->___a_4 = L_207;
|
|
}
|
|
|
|
IL_04e1_1:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_208 = ___0_renderChain;
|
|
NullCheck(L_208);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_209 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_208->___shaderInfoAllocator_37);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_210 = V_44;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_211 = L_210.___clipRectID_8;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_212;
|
|
L_212 = UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA(L_209, L_211, NULL);
|
|
V_51 = L_212;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_213 = V_51;
|
|
uint8_t L_214 = L_213.___r_1;
|
|
(&V_33)->___b_3 = L_214;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_215 = V_51;
|
|
uint8_t L_216 = L_215.___g_2;
|
|
(&V_33)->___a_4 = L_216;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_217 = V_51;
|
|
uint8_t L_218 = L_217.___b_3;
|
|
(&V_34)->___g_2 = L_218;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_219 = V_44;
|
|
int32_t L_220 = L_219.___addFlags_9;
|
|
(&V_35)->___r_1 = (uint8_t)((int32_t)(uint8_t)L_220);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_221 = V_44;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_222 = L_221.___texture_6;
|
|
V_62 = L_222;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
float L_223;
|
|
L_223 = TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3((&V_62), NULL);
|
|
V_52 = L_223;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_224 = V_24;
|
|
int32_t L_225 = V_27;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_226 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_227 = L_226.___vertices_0;
|
|
V_46 = L_227;
|
|
int32_t L_228;
|
|
L_228 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_229;
|
|
L_229 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_224, L_225, L_228, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
V_53 = L_229;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_230 = V_44;
|
|
bool L_231 = L_230.___uvIsDisplacement_10;
|
|
V_63 = L_231;
|
|
bool L_232 = V_63;
|
|
if (!L_232)
|
|
{
|
|
goto IL_05e7_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_233 = V_38;
|
|
V_64 = (bool)((((int32_t)L_233) < ((int32_t)0))? 1 : 0);
|
|
bool L_234 = V_64;
|
|
if (!L_234)
|
|
{
|
|
goto IL_0591_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_235 = V_27;
|
|
V_38 = L_235;
|
|
int32_t L_236 = V_27;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_237 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_238 = L_237.___vertices_0;
|
|
V_46 = L_238;
|
|
int32_t L_239;
|
|
L_239 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_39 = ((int32_t)il2cpp_codegen_add(L_236, L_239));
|
|
goto IL_05c0_1;
|
|
}
|
|
|
|
IL_0591_1:
|
|
{
|
|
int32_t L_240 = V_39;
|
|
int32_t L_241 = V_27;
|
|
V_65 = (bool)((((int32_t)L_240) == ((int32_t)L_241))? 1 : 0);
|
|
bool L_242 = V_65;
|
|
if (!L_242)
|
|
{
|
|
goto IL_05b4_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_243 = V_39;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_244 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_245 = L_244.___vertices_0;
|
|
V_46 = L_245;
|
|
int32_t L_246;
|
|
L_246 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_39 = ((int32_t)il2cpp_codegen_add(L_243, L_246));
|
|
goto IL_05c0_1;
|
|
}
|
|
|
|
IL_05b4_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_247 = ___1_ve;
|
|
NullCheck(L_247);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_248 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_247->___renderChainData_26);
|
|
L_248->___disableNudging_21 = (bool)1;
|
|
}
|
|
|
|
IL_05c0_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_249 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_250 = L_249.___vertices_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_251 = V_53;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_252 = V_32;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_253 = V_33;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_254 = V_34;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_255 = V_35;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_256 = V_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_257 = V_37;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_258 = V_44;
|
|
bool L_259 = L_258.___isTextEntry_11;
|
|
float L_260 = V_52;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_CopyTransformVertsPosAndVec_m00D4154F00B4FF7F961ADD2583BD36CFA20163B1(L_250, L_251, L_252, L_253, L_254, L_255, L_256, L_257, L_259, L_260, NULL);
|
|
goto IL_060b_1;
|
|
}
|
|
|
|
IL_05e7_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_261 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_262 = L_261.___vertices_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_263 = V_53;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_264 = V_32;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_265 = V_33;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_266 = V_34;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_267 = V_35;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_268 = V_36;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_269 = V_37;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_270 = V_44;
|
|
bool L_271 = L_270.___isTextEntry_11;
|
|
float L_272 = V_52;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_CopyTransformVertsPos_m841E672E8D1800A5C276375F3267B00FFBA0183D(L_262, L_263, L_264, L_265, L_266, L_267, L_268, L_269, L_271, L_272, NULL);
|
|
}
|
|
|
|
IL_060b_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_273 = V_44;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_274 = L_273.___indices_1;
|
|
V_47 = L_274;
|
|
int32_t L_275;
|
|
L_275 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_47), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_54 = L_275;
|
|
int32_t L_276 = V_27;
|
|
uint16_t L_277 = V_26;
|
|
V_55 = ((int32_t)il2cpp_codegen_add(L_276, (int32_t)L_277));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_278 = V_25;
|
|
int32_t L_279 = V_28;
|
|
int32_t L_280 = V_54;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_281;
|
|
L_281 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_278, L_279, L_280, NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
V_56 = L_281;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_282 = V_44;
|
|
int32_t L_283 = L_282.___maskDepth_14;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_284 = V_44;
|
|
int32_t L_285 = L_284.___stencilRef_13;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_286;
|
|
L_286 = UIRUtility_ShapeWindingIsClockwise_mCB54BE4682881EE9A1EDC154E0C9C655FB8883DF_inline(L_283, L_285, NULL);
|
|
V_57 = L_286;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_287 = ___1_ve;
|
|
NullCheck(L_287);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_288 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_287->___renderChainData_26);
|
|
bool L_289 = L_288->___worldFlipsWinding_17;
|
|
V_58 = L_289;
|
|
bool L_290 = V_57;
|
|
bool L_291 = V_58;
|
|
V_66 = (bool)((int32_t)((int32_t)L_290^(int32_t)L_291));
|
|
bool L_292 = V_66;
|
|
if (!L_292)
|
|
{
|
|
goto IL_0671_1;
|
|
}
|
|
}
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_293 = V_44;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_294 = L_293.___indices_1;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_295 = V_56;
|
|
int32_t L_296 = V_55;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_CopyTriangleIndices_m7F264C58695D529F77180E4F3BCD16E06AD6AA28(L_294, L_295, L_296, NULL);
|
|
goto IL_0682_1;
|
|
}
|
|
|
|
IL_0671_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_297 = V_44;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_298 = L_297.___indices_1;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_299 = V_56;
|
|
int32_t L_300 = V_55;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_CopyTriangleIndicesFlipWindingOrder_m5CFC98372F5695D0F34992D4BC9C85FAE40F2943(L_298, L_299, L_300, NULL);
|
|
}
|
|
|
|
IL_0682_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_301 = V_44;
|
|
bool L_302 = L_301.___isClipRegisterEntry_12;
|
|
V_67 = L_302;
|
|
bool L_303 = V_67;
|
|
if (!L_303)
|
|
{
|
|
goto IL_069d_1;
|
|
}
|
|
}
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_304 = V_9;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_305 = V_53;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_306 = V_56;
|
|
int32_t L_307 = V_55;
|
|
NullCheck(L_304);
|
|
UIRStylePainter_LandClipRegisterMesh_mE332BC477324B0524ED01ABAE61E0BC8F4654736(L_304, L_305, L_306, L_307, NULL);
|
|
}
|
|
|
|
IL_069d_1:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_308 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_309 = ___1_ve;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_310 = V_10;
|
|
int32_t L_311 = V_54;
|
|
int32_t L_312 = V_28;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_313 = V_44;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_314 = L_313.___material_2;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_315 = V_44;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_316 = L_315.___texture_6;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_317 = V_44;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_318 = L_317.___font_4;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_319 = V_44;
|
|
int32_t L_320 = L_319.___stencilRef_13;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_321;
|
|
L_321 = CommandGenerator_InjectMeshDrawCommand_m059D5C58B710E093BBA9DDAF3A63A608623A72B4(L_308, L_309, (&V_29), (&V_30), L_310, L_311, L_312, L_314, L_316, L_318, L_320, NULL);
|
|
V_59 = L_321;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_322 = V_44;
|
|
bool L_323 = L_322.___isTextEntry_11;
|
|
if (!L_323)
|
|
{
|
|
goto IL_06e2_1;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_324 = ___1_ve;
|
|
NullCheck(L_324);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_325 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_324->___renderChainData_26);
|
|
bool L_326 = L_325->___usesLegacyText_22;
|
|
G_B85_0 = ((int32_t)(L_326));
|
|
goto IL_06e3_1;
|
|
}
|
|
|
|
IL_06e2_1:
|
|
{
|
|
G_B85_0 = 0;
|
|
}
|
|
|
|
IL_06e3_1:
|
|
{
|
|
V_68 = (bool)G_B85_0;
|
|
bool L_327 = V_68;
|
|
if (!L_327)
|
|
{
|
|
goto IL_0756_1;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_328 = ___1_ve;
|
|
NullCheck(L_328);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_329 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_328->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_330 = L_329->___textEntries_42;
|
|
V_69 = (bool)((((RuntimeObject*)(List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC*)L_330) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_331 = V_69;
|
|
if (!L_331)
|
|
{
|
|
goto IL_070f_1;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_332 = ___1_ve;
|
|
NullCheck(L_332);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_333 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_332->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_334 = (List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC*)il2cpp_codegen_object_new(List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_334);
|
|
List_1__ctor_mE25FAE769B6B1EDF5AE9ECFA71C4AA6CA67E0F57(L_334, 1, List_1__ctor_mE25FAE769B6B1EDF5AE9ECFA71C4AA6CA67E0F57_RuntimeMethod_var);
|
|
L_333->___textEntries_42 = L_334;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_333->___textEntries_42), (void*)L_334);
|
|
}
|
|
|
|
IL_070f_1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_335 = ___1_ve;
|
|
NullCheck(L_335);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_336 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_335->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_337 = L_336->___textEntries_42;
|
|
il2cpp_codegen_initobj((&V_70), sizeof(RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_338 = V_59;
|
|
(&V_70)->___command_0 = L_338;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_70)->___command_0), (void*)L_338);
|
|
int32_t L_339 = V_27;
|
|
(&V_70)->___firstVertex_1 = L_339;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_340 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_341 = L_340.___vertices_0;
|
|
V_46 = L_341;
|
|
int32_t L_342;
|
|
L_342 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
(&V_70)->___vertexCount_2 = L_342;
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_343 = V_70;
|
|
NullCheck(L_337);
|
|
List_1_Add_mC35A440E713F11DDB7FF3936CFA9B65B6CA3613E_inline(L_337, L_343, List_1_Add_mC35A440E713F11DDB7FF3936CFA9B65B6CA3613E_RuntimeMethod_var);
|
|
goto IL_0778_1;
|
|
}
|
|
|
|
IL_0756_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_344 = V_44;
|
|
bool L_345 = L_344.___isTextEntry_11;
|
|
V_71 = L_345;
|
|
bool L_346 = V_71;
|
|
if (!L_346)
|
|
{
|
|
goto IL_0778_1;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_347 = V_59;
|
|
NullCheck(L_347);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_348 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_347->___state_6);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_349 = V_44;
|
|
float L_350 = L_349.___fontTexSDFScale_5;
|
|
L_348->___fontTexSDFScale_2 = L_350;
|
|
}
|
|
|
|
IL_0778_1:
|
|
{
|
|
int32_t L_351 = V_27;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_352 = V_44;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_353 = L_352.___vertices_0;
|
|
V_46 = L_353;
|
|
int32_t L_354;
|
|
L_354 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_46), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_27 = ((int32_t)il2cpp_codegen_add(L_351, L_354));
|
|
int32_t L_355 = V_28;
|
|
int32_t L_356 = V_54;
|
|
V_28 = ((int32_t)il2cpp_codegen_add(L_355, L_356));
|
|
goto IL_07c6_1;
|
|
}
|
|
|
|
IL_0797_1:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_357 = V_44;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_358 = L_357.___customCommand_7;
|
|
V_72 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_358) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_359 = V_72;
|
|
if (!L_359)
|
|
{
|
|
goto IL_07bd_1;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_360 = ___0_renderChain;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_361 = V_44;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_362 = L_361.___customCommand_7;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectCommandInBetween_mB1DA17F068633574554708D53FBEF9CBBB3C622C(L_360, L_362, (&V_29), (&V_30), NULL);
|
|
goto IL_07c6_1;
|
|
}
|
|
|
|
IL_07bd_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)0, NULL);
|
|
}
|
|
|
|
IL_07c6_1:
|
|
{
|
|
}
|
|
|
|
IL_07c7_1:
|
|
{
|
|
bool L_363;
|
|
L_363 = Enumerator_MoveNext_m64C3413B85F3D5F7E9A564765C11D8E470846A6D((&V_43), Enumerator_MoveNext_m64C3413B85F3D5F7E9A564765C11D8E470846A6D_RuntimeMethod_var);
|
|
if (L_363)
|
|
{
|
|
goto IL_03a9_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_07e4;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_07e4:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_364 = ___1_ve;
|
|
NullCheck(L_364);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_365 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_364->___renderChainData_26);
|
|
bool L_366 = L_365->___disableNudging_21;
|
|
if (L_366)
|
|
{
|
|
goto IL_07fb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_367 = V_38;
|
|
G_B102_0 = ((((int32_t)((((int32_t)L_367) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_07fc;
|
|
}
|
|
|
|
IL_07fb:
|
|
{
|
|
G_B102_0 = 0;
|
|
}
|
|
|
|
IL_07fc:
|
|
{
|
|
V_73 = (bool)G_B102_0;
|
|
bool L_368 = V_73;
|
|
if (!L_368)
|
|
{
|
|
goto IL_081e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_369 = ___1_ve;
|
|
NullCheck(L_369);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_370 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_369->___renderChainData_26);
|
|
int32_t L_371 = V_38;
|
|
L_370->___displacementUVStart_26 = L_371;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_372 = ___1_ve;
|
|
NullCheck(L_372);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_373 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_372->___renderChainData_26);
|
|
int32_t L_374 = V_39;
|
|
L_373->___displacementUVEnd_27 = L_374;
|
|
}
|
|
|
|
IL_081e:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_375 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ConvertEntriesToCommandsMarker_0;
|
|
V_42 = L_375;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_42), NULL);
|
|
goto IL_0849;
|
|
}
|
|
|
|
IL_0830:
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_376 = V_10;
|
|
V_74 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_376) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_377 = V_74;
|
|
if (!L_377)
|
|
{
|
|
goto IL_0849;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_378 = V_0;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_379 = V_10;
|
|
NullCheck(L_378);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_378, L_379, NULL);
|
|
V_10 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
}
|
|
|
|
IL_0849:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_380 = ___1_ve;
|
|
NullCheck(L_380);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_381 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_380->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_382 = V_10;
|
|
L_381->___data_23 = L_382;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_381->___data_23), (void*)L_382);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_383 = ___1_ve;
|
|
NullCheck(L_383);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_384 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_383->___renderChainData_26);
|
|
bool L_385 = L_384->___usesLegacyText_22;
|
|
V_75 = L_385;
|
|
bool L_386 = V_75;
|
|
if (!L_386)
|
|
{
|
|
goto IL_086f;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_387 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_388 = ___1_ve;
|
|
NullCheck(L_387);
|
|
RenderChain_AddTextElement_m34197401F8303848A999C87BC8912DD8BA7C6246(L_387, L_388, NULL);
|
|
}
|
|
|
|
IL_086f:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_389 = V_9;
|
|
NullCheck(L_389);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_390;
|
|
L_390 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_389, NULL);
|
|
V_16 = L_390;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_391 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_16)->___clipperRegisterIndices_7);
|
|
int32_t L_392;
|
|
L_392 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_391, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
if (L_392)
|
|
{
|
|
goto IL_0896;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_393 = ___1_ve;
|
|
NullCheck(L_393);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_394 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_393->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_395 = L_394->___closingData_24;
|
|
G_B112_0 = ((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_395) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0897;
|
|
}
|
|
|
|
IL_0896:
|
|
{
|
|
G_B112_0 = 0;
|
|
}
|
|
|
|
IL_0897:
|
|
{
|
|
V_76 = (bool)G_B112_0;
|
|
bool L_396 = V_76;
|
|
if (!L_396)
|
|
{
|
|
goto IL_08bd;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_397 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_398 = ___1_ve;
|
|
NullCheck(L_398);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_399 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_398->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_400 = L_399->___closingData_24;
|
|
NullCheck(L_397);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_397, L_400, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_401 = ___1_ve;
|
|
NullCheck(L_401);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_402 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_401->___renderChainData_26);
|
|
L_402->___closingData_24 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_402->___closingData_24), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_08bd:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_403 = V_9;
|
|
NullCheck(L_403);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_404;
|
|
L_404 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_403, NULL);
|
|
bool L_405 = L_404.___needsClosing_0;
|
|
V_77 = L_405;
|
|
bool L_406 = V_77;
|
|
if (!L_406)
|
|
{
|
|
goto IL_0ad1;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_407 = V_6;
|
|
V_78 = L_407;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_408 = V_7;
|
|
V_79 = L_408;
|
|
bool L_409 = V_8;
|
|
V_80 = L_409;
|
|
bool L_410 = V_80;
|
|
if (!L_410)
|
|
{
|
|
goto IL_08fd;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_411 = ___1_ve;
|
|
NullCheck(L_411);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_412 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_411->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_413 = L_412->___lastCommand_10;
|
|
V_78 = L_413;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_414 = V_78;
|
|
NullCheck(L_414);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_415 = L_414->___next_3;
|
|
V_79 = L_415;
|
|
goto IL_091a;
|
|
}
|
|
|
|
IL_08fd:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_416 = V_78;
|
|
if (L_416)
|
|
{
|
|
goto IL_0908;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_417 = V_79;
|
|
G_B120_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_417) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0909;
|
|
}
|
|
|
|
IL_0908:
|
|
{
|
|
G_B120_0 = 0;
|
|
}
|
|
|
|
IL_0909:
|
|
{
|
|
V_81 = (bool)G_B120_0;
|
|
bool L_418 = V_81;
|
|
if (!L_418)
|
|
{
|
|
goto IL_091a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_419 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_FindClosingCommandInsertionPoint_mCE2CAA9F8BD21358E8D03CD3F8D02E7B47DF3055(L_419, (&V_78), (&V_79), NULL);
|
|
}
|
|
|
|
IL_091a:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_420 = V_9;
|
|
NullCheck(L_420);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_421;
|
|
L_421 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_420, NULL);
|
|
bool L_422 = L_421.___PopDefaultMaterial_4;
|
|
V_82 = L_422;
|
|
bool L_423 = V_82;
|
|
if (!L_423)
|
|
{
|
|
goto IL_095c;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_424 = ___0_renderChain;
|
|
NullCheck(L_424);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_425;
|
|
L_425 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_424, NULL);
|
|
V_83 = L_425;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_426 = V_83;
|
|
NullCheck(L_426);
|
|
L_426->___type_5 = ((int32_t)11);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_427 = V_83;
|
|
NullCheck(L_427);
|
|
L_427->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_428 = V_83;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_429 = ___1_ve;
|
|
NullCheck(L_428);
|
|
L_428->___owner_1 = L_429;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_428->___owner_1), (void*)L_429);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_430 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_431 = V_83;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_430, L_431, (&V_78), (&V_79), NULL);
|
|
}
|
|
|
|
IL_095c:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_432 = V_9;
|
|
NullCheck(L_432);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_433;
|
|
L_433 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_432, NULL);
|
|
bool L_434 = L_433.___blitAndPopRenderTexture_3;
|
|
V_84 = L_434;
|
|
bool L_435 = V_84;
|
|
if (!L_435)
|
|
{
|
|
goto IL_0a01;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_436 = ___0_renderChain;
|
|
NullCheck(L_436);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_437;
|
|
L_437 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_436, NULL);
|
|
V_85 = L_437;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_438 = V_85;
|
|
NullCheck(L_438);
|
|
L_438->___type_5 = ((int32_t)9);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_439 = V_85;
|
|
NullCheck(L_439);
|
|
L_439->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_440 = V_85;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_441 = ___1_ve;
|
|
NullCheck(L_440);
|
|
L_440->___owner_1 = L_441;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_440->___owner_1), (void*)L_441);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_442 = V_85;
|
|
NullCheck(L_442);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_443 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_442->___state_6);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_444 = ___1_ve;
|
|
NullCheck(L_444);
|
|
int32_t L_445;
|
|
L_445 = VisualElement_get_subRenderTargetMode_mD2DC47F60E9266F26F7A67A1FC991B3B571C59AF(L_444, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_446;
|
|
L_446 = CommandGenerator_GetBlitMaterial_mA75F9F1D690FAAB1DFDA2EE3A84D7494CE4748D5(L_445, NULL);
|
|
L_443->___material_0 = L_446;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_443->___material_0), (void*)L_446);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_447 = V_85;
|
|
NullCheck(L_447);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_448 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_447->___state_6);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_449 = L_448->___material_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_450;
|
|
L_450 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_449, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_450, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_451 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_452 = V_85;
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_451, L_452, (&V_78), (&V_79), NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_453 = ___0_renderChain;
|
|
NullCheck(L_453);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_454;
|
|
L_454 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_453, NULL);
|
|
V_86 = L_454;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_455 = V_86;
|
|
NullCheck(L_455);
|
|
L_455->___type_5 = 8;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_456 = V_86;
|
|
NullCheck(L_456);
|
|
L_456->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_457 = V_86;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_458 = ___1_ve;
|
|
NullCheck(L_457);
|
|
L_457->___owner_1 = L_458;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_457->___owner_1), (void*)L_458);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_459 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_460 = V_86;
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_459, L_460, (&V_78), (&V_79), NULL);
|
|
}
|
|
|
|
IL_0a01:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_461 = V_9;
|
|
NullCheck(L_461);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_462;
|
|
L_462 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_461, NULL);
|
|
V_16 = L_462;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_463 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_16)->___clipperRegisterIndices_7);
|
|
int32_t L_464;
|
|
L_464 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_463, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_87 = (bool)((((int32_t)L_464) > ((int32_t)0))? 1 : 0);
|
|
bool L_465 = V_87;
|
|
if (!L_465)
|
|
{
|
|
goto IL_0a4e;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_466 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_467 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_468 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_469 = V_9;
|
|
NullCheck(L_469);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_470;
|
|
L_470 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_469, NULL);
|
|
int32_t L_471 = L_470.___maskStencilRef_9;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_472;
|
|
L_472 = CommandGenerator_InjectClosingMeshDrawCommand_m2DA291BC0F30E30093DF68EDEFBAE0B389421789(L_466, L_467, (&V_78), (&V_79), (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL, 0, 0, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, L_468, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, L_471, NULL);
|
|
V_88 = L_472;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_473 = V_9;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_474 = V_88;
|
|
NullCheck(L_473);
|
|
UIRStylePainter_LandClipUnregisterMeshDrawCommand_mF9234C5CA2E869318FFA362A118DC4FF6DA492E6(L_473, L_474, NULL);
|
|
}
|
|
|
|
IL_0a4e:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_475 = V_9;
|
|
NullCheck(L_475);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_476;
|
|
L_476 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_475, NULL);
|
|
bool L_477 = L_476.___popViewMatrix_1;
|
|
V_89 = L_477;
|
|
bool L_478 = V_89;
|
|
if (!L_478)
|
|
{
|
|
goto IL_0a8f;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_479 = ___0_renderChain;
|
|
NullCheck(L_479);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_480;
|
|
L_480 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_479, NULL);
|
|
V_90 = L_480;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_481 = V_90;
|
|
NullCheck(L_481);
|
|
L_481->___type_5 = 4;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_482 = V_90;
|
|
NullCheck(L_482);
|
|
L_482->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_483 = V_90;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_484 = ___1_ve;
|
|
NullCheck(L_483);
|
|
L_483->___owner_1 = L_484;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_483->___owner_1), (void*)L_484);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_485 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_486 = V_90;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_485, L_486, (&V_78), (&V_79), NULL);
|
|
}
|
|
|
|
IL_0a8f:
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_487 = V_9;
|
|
NullCheck(L_487);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_488;
|
|
L_488 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_487, NULL);
|
|
bool L_489 = L_488.___popScissorClip_2;
|
|
V_91 = L_489;
|
|
bool L_490 = V_91;
|
|
if (!L_490)
|
|
{
|
|
goto IL_0ad0;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_491 = ___0_renderChain;
|
|
NullCheck(L_491);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_492;
|
|
L_492 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_491, NULL);
|
|
V_92 = L_492;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_493 = V_92;
|
|
NullCheck(L_493);
|
|
L_493->___type_5 = 6;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_494 = V_92;
|
|
NullCheck(L_494);
|
|
L_494->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_495 = V_92;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_496 = ___1_ve;
|
|
NullCheck(L_495);
|
|
L_495->___owner_1 = L_496;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_495->___owner_1), (void*)L_496);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_497 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_498 = V_92;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_497, L_498, (&V_78), (&V_79), NULL);
|
|
}
|
|
|
|
IL_0ad0:
|
|
{
|
|
}
|
|
|
|
IL_0ad1:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_499 = ___1_ve;
|
|
NullCheck(L_499);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_500 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_499->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_501 = L_500->___closingData_24;
|
|
if (!L_501)
|
|
{
|
|
goto IL_0aee;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_502 = ___1_ve;
|
|
NullCheck(L_502);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_503 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_502->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_504 = L_503->___data_23;
|
|
G_B136_0 = ((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_504) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0aef;
|
|
}
|
|
|
|
IL_0aee:
|
|
{
|
|
G_B136_0 = 1;
|
|
}
|
|
|
|
IL_0aef:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B136_0, NULL);
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_505 = V_9;
|
|
NullCheck(L_505);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_506;
|
|
L_506 = UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B(L_505, NULL);
|
|
V_12 = L_506;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_507 = V_9;
|
|
NullCheck(L_507);
|
|
UIRStylePainter_Reset_mCAFAAC3F4D78C6CE94FAF786A028A171C2116A1B(L_507, NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_508 = V_12;
|
|
V_17 = L_508;
|
|
goto IL_0b0c;
|
|
}
|
|
|
|
IL_0b0c:
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_509 = V_17;
|
|
return L_509;
|
|
}
|
|
}
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CreateBlitShader(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CommandGenerator_CreateBlitShader_mFF40DE0157231F479862517D25DB1AF679745FD7 (float ___0_colorConversion, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral671475DEFC2676E88A2EC9A268A20FE2456254D8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB65E60D11EA1604719548E1B1191FFAE6AB998FF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAC6FCACFF5A02ED600BF6FE33B2851B573B12E6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitShader_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
|
|
L_3 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral671475DEFC2676E88A2EC9A268A20FE2456254D8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitShader_6 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitShader_6), (void*)L_3);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitShader_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6(L_5, _stringLiteralB65E60D11EA1604719548E1B1191FFAE6AB998FF, NULL);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitShader_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_7, L_6, NULL);
|
|
V_0 = L_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = V_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_9, NULL);
|
|
NullCheck(L_9);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_9, ((int32_t)((int32_t)L_10|4)), NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_0;
|
|
float L_12 = ___0_colorConversion;
|
|
NullCheck(L_11);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_11, _stringLiteralEAC6FCACFF5A02ED600BF6FE33B2851B573B12E6, L_12, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = V_0;
|
|
V_2 = L_13;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.CommandGenerator::GetBlitMaterial(UnityEngine.UIElements.VisualElement/RenderTargetMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CommandGenerator_GetBlitMaterial_mA75F9F1D690FAAB1DFDA2EE3A84D7494CE4748D5 (int32_t ___0_mode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
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*)&RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCA6D75019476F705F50F60F64FADAF87F40D54);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
{
|
|
int32_t L_0 = ___0_mode;
|
|
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_0069;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_GammaToLinear_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_2 = L_4;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6;
|
|
L_6 = CommandGenerator_CreateBlitShader_mFF40DE0157231F479862517D25DB1AF679745FD7((-1.0f), NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_GammaToLinear_4 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_GammaToLinear_4), (void*)L_6);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_GammaToLinear_4;
|
|
V_3 = L_7;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_LinearToGamma_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_4 = L_9;
|
|
bool L_10 = V_4;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11;
|
|
L_11 = CommandGenerator_CreateBlitShader_mFF40DE0157231F479862517D25DB1AF679745FD7((1.0f), NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_LinearToGamma_3 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_LinearToGamma_3), (void*)L_11);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_LinearToGamma_3;
|
|
V_3 = L_12;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_NoChange_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_5 = L_14;
|
|
bool L_15 = V_5;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16;
|
|
L_16 = CommandGenerator_CreateBlitShader_mFF40DE0157231F479862517D25DB1AF679745FD7((0.0f), NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_NoChange_5 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_NoChange_5), (void*)L_16);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_17 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___s_blitMaterial_NoChange_5;
|
|
V_3 = L_17;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
int32_t L_18 = ___0_mode;
|
|
int32_t L_19 = L_18;
|
|
RuntimeObject* L_20 = Box(RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A_il2cpp_TypeInfo_var, &L_19);
|
|
String_t* L_21;
|
|
L_21 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral3DCA6D75019476F705F50F60F64FADAF87F40D54, L_20, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_21, NULL);
|
|
V_3 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_3;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ClosePaintElement(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ClosePaintElement_m4D5F6D1B8EC36C56CCF47EEB3D53A931E9DD83C4 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 ___1_closingInfo, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___2_renderChain, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
uint16_t V_3 = 0;
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_0 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&___1_closingInfo)->___clipperRegisterIndices_7);
|
|
int32_t L_1;
|
|
L_1 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_0, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2));
|
|
il2cpp_codegen_initobj((&V_2), sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A));
|
|
V_3 = (uint16_t)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
NullCheck(L_3);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_5 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)(&L_4->___closingData_24);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_6 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&___1_closingInfo)->___clipperRegisterVertices_6);
|
|
int32_t L_7;
|
|
L_7 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_6, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_8 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&___1_closingInfo)->___clipperRegisterIndices_7);
|
|
int32_t L_9;
|
|
L_9 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_8, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___2_renderChain;
|
|
NullCheck(L_10);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_11;
|
|
L_11 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_10, NULL);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_12 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_UpdateOrAllocate_mA0D3E2638FA8C7D9675343EC807E7ECF3B15227E(L_5, L_7, L_9, L_11, (&V_1), (&V_2), (&V_3), L_12, NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_13 = ___1_closingInfo;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_14 = L_13.___clipperRegisterVertices_6;
|
|
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582((&V_1), L_14, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_15 = ___1_closingInfo;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_16 = L_15.___clipperRegisterIndices_7;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_17 = V_2;
|
|
uint16_t L_18 = V_3;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_19 = ___1_closingInfo;
|
|
int32_t L_20 = L_19.___clipperRegisterIndexOffset_8;
|
|
CommandGenerator_CopyTriangleIndicesFlipWindingOrder_m5CFC98372F5695D0F34992D4BC9C85FAE40F2943(L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, L_20)), NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_21 = ___1_closingInfo;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_22 = L_21.___clipUnregisterDrawCommand_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___0_ve;
|
|
NullCheck(L_23);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_24 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_23->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_25 = L_24->___closingData_24;
|
|
NullCheck(L_22);
|
|
L_22->___mesh_7 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_22->___mesh_7), (void*)L_25);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_26 = ___1_closingInfo;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_27 = L_26.___clipUnregisterDrawCommand_5;
|
|
int32_t L_28;
|
|
L_28 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_2), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
NullCheck(L_27);
|
|
L_27->___indexCount_9 = L_28;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::UpdateOrAllocate(UnityEngine.UIElements.UIR.MeshHandle&,System.Int32,System.Int32,UnityEngine.UIElements.UIR.UIRenderDevice,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_UpdateOrAllocate_mA0D3E2638FA8C7D9675343EC807E7ECF3B15227E (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** ___0_data, int32_t ___1_vertexCount, int32_t ___2_indexCount, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___3_device, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___4_verts, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___5_indices, uint16_t* ___6_indexOffset, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___7_stats, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_0 = ___0_data;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_1 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_0);
|
|
V_0 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_3 = ___0_data;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_4 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_3);
|
|
NullCheck(L_4);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_5 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_4->___allocVerts_1);
|
|
uint32_t L_6 = L_5->___size_1;
|
|
int32_t L_7 = ___1_vertexCount;
|
|
if ((((int64_t)((int64_t)(uint64_t)L_6)) < ((int64_t)((int64_t)L_7))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_8 = ___0_data;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_9 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_8);
|
|
NullCheck(L_9);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_10 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_9->___allocIndices_2);
|
|
uint32_t L_11 = L_10->___size_1;
|
|
int32_t L_12 = ___2_indexCount;
|
|
G_B4_0 = ((((int32_t)((((int64_t)((int64_t)(uint64_t)L_11)) < ((int64_t)((int64_t)L_12)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
V_1 = (bool)G_B4_0;
|
|
bool L_13 = V_1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_14 = ___3_device;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_15 = ___0_data;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_16 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_15);
|
|
int32_t L_17 = ___1_vertexCount;
|
|
int32_t L_18 = ___2_indexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_19 = ___4_verts;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_20 = ___5_indices;
|
|
uint16_t* L_21 = ___6_indexOffset;
|
|
NullCheck(L_14);
|
|
UIRenderDevice_Update_mDB382A6F3934ACA5E30A204F9749B1B29738F7D6(L_14, L_16, L_17, L_18, L_19, L_20, L_21, NULL);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_22 = ___7_stats;
|
|
uint32_t* L_23 = (uint32_t*)(&L_22->___updatedMeshAllocations_19);
|
|
uint32_t* L_24 = L_23;
|
|
int32_t L_25 = *((uint32_t*)L_24);
|
|
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_26 = ___3_device;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_27 = ___0_data;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_28 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_27);
|
|
NullCheck(L_26);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_26, L_28, NULL);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_29 = ___0_data;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_30 = ___3_device;
|
|
int32_t L_31 = ___1_vertexCount;
|
|
int32_t L_32 = ___2_indexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_33 = ___4_verts;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_34 = ___5_indices;
|
|
uint16_t* L_35 = ___6_indexOffset;
|
|
NullCheck(L_30);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_36;
|
|
L_36 = UIRenderDevice_Allocate_m0504064141D6EA7F692319462FB0C70C572357FC(L_30, L_31, L_32, L_33, L_34, L_35, NULL);
|
|
*((RuntimeObject**)L_29) = (RuntimeObject*)L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_29, (void*)(RuntimeObject*)L_36);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_37 = ___7_stats;
|
|
uint32_t* L_38 = (uint32_t*)(&L_37->___newMeshAllocations_20);
|
|
uint32_t* L_39 = L_38;
|
|
int32_t L_40 = *((uint32_t*)L_39);
|
|
*((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_41 = ___0_data;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_42 = ___3_device;
|
|
int32_t L_43 = ___1_vertexCount;
|
|
int32_t L_44 = ___2_indexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_45 = ___4_verts;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_46 = ___5_indices;
|
|
uint16_t* L_47 = ___6_indexOffset;
|
|
NullCheck(L_42);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_48;
|
|
L_48 = UIRenderDevice_Allocate_m0504064141D6EA7F692319462FB0C70C572357FC(L_42, L_43, L_44, L_45, L_46, L_47, NULL);
|
|
*((RuntimeObject**)L_41) = (RuntimeObject*)L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_41, (void*)(RuntimeObject*)L_48);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_49 = ___7_stats;
|
|
uint32_t* L_50 = (uint32_t*)(&L_49->___newMeshAllocations_20);
|
|
uint32_t* L_51 = L_50;
|
|
int32_t L_52 = *((uint32_t*)L_51);
|
|
*((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTransformVertsPos(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,UnityEngine.Matrix4x4,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,System.Boolean,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTransformVertsPos_m841E672E8D1800A5C276375F3267B00FFBA0183D (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_source, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_target, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_mat, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_xformClipPages, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___4_ids, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___5_addFlags, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___6_opacityPage, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___7_textCoreSettingsPage, bool ___8_isText, float ___9_textureId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&___0_source), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_2;
|
|
L_2 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&___0_source), L_1, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_2 = L_2;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_3 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = L_3.___position_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814((&___2_mat), L_4, NULL);
|
|
(&V_2)->___position_1 = L_5;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___3_xformClipPages;
|
|
(&V_2)->___xformClipPages_4 = L_6;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_7 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_8 = ___4_ids;
|
|
uint8_t L_9 = L_8.___r_1;
|
|
L_7->___r_1 = L_9;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_10 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_11 = ___4_ids;
|
|
uint8_t L_12 = L_11.___g_2;
|
|
L_10->___g_2 = L_12;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_13 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14 = ___4_ids;
|
|
uint8_t L_15 = L_14.___b_3;
|
|
L_13->___b_3 = L_15;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_16 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___flags_6);
|
|
uint8_t* L_17 = (uint8_t*)(&L_16->___r_1);
|
|
uint8_t* L_18 = L_17;
|
|
int32_t L_19 = *((uint8_t*)L_18);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20 = ___5_addFlags;
|
|
uint8_t L_21 = L_20.___r_1;
|
|
*((int8_t*)L_18) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_19, (int32_t)L_21)));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_22 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_23 = ___6_opacityPage;
|
|
uint8_t L_24 = L_23.___r_1;
|
|
L_22->___r_1 = L_24;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_25 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_26 = ___6_opacityPage;
|
|
uint8_t L_27 = L_26.___g_2;
|
|
L_25->___g_2 = L_27;
|
|
bool L_28 = ___8_isText;
|
|
V_3 = L_28;
|
|
bool L_29 = V_3;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_30 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_31 = ___7_textCoreSettingsPage;
|
|
uint8_t L_32 = L_31.___r_1;
|
|
L_30->___b_3 = L_32;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_33 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_34 = ___7_textCoreSettingsPage;
|
|
uint8_t L_35 = L_34.___g_2;
|
|
L_33->___a_4 = L_35;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_36 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_2)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_37 = ___4_ids;
|
|
uint8_t L_38 = L_37.___a_4;
|
|
L_36->___a_4 = L_38;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
float L_39 = ___9_textureId;
|
|
(&V_2)->___textureId_9 = L_39;
|
|
int32_t L_40 = V_1;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_41 = V_2;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&___1_target), L_40, L_41, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_42 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = V_0;
|
|
V_4 = (bool)((((int32_t)L_43) < ((int32_t)L_44))? 1 : 0);
|
|
bool L_45 = V_4;
|
|
if (L_45)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTransformVertsPosAndVec(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,UnityEngine.Matrix4x4,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,UnityEngine.Color32,System.Boolean,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTransformVertsPosAndVec_m00D4154F00B4FF7F961ADD2583BD36CFA20163B1 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_source, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_target, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_mat, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___3_xformClipPages, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___4_ids, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___5_addFlags, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___6_opacityPage, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___7_textCoreSettingsPage, bool ___8_isText, float ___9_textureId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&___0_source), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&V_1), (0.0f), (0.0f), (0.0f), NULL);
|
|
V_2 = 0;
|
|
goto IL_0156;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_1 = V_2;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_2;
|
|
L_2 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&___0_source), L_1, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_3 = L_2;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_3 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = L_3.___position_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814((&___2_mat), L_4, NULL);
|
|
(&V_3)->___position_1 = L_5;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_6 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = L_6.___uv_3;
|
|
float L_8 = L_7.___x_0;
|
|
(&V_1)->___x_2 = L_8;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_9 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = L_9.___uv_3;
|
|
float L_11 = L_10.___y_1;
|
|
(&V_1)->___y_3 = L_11;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Matrix4x4_MultiplyVector_mFD12F86A473E90BBB0002149ABA3917B2A518937((&___2_mat), L_12, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
(&V_3)->___uv_3 = L_14;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15 = ___3_xformClipPages;
|
|
(&V_3)->___xformClipPages_4 = L_15;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_16 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = ___4_ids;
|
|
uint8_t L_18 = L_17.___r_1;
|
|
L_16->___r_1 = L_18;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_19 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_20 = ___4_ids;
|
|
uint8_t L_21 = L_20.___g_2;
|
|
L_19->___g_2 = L_21;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_22 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_23 = ___4_ids;
|
|
uint8_t L_24 = L_23.___b_3;
|
|
L_22->___b_3 = L_24;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_25 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___flags_6);
|
|
uint8_t* L_26 = (uint8_t*)(&L_25->___r_1);
|
|
uint8_t* L_27 = L_26;
|
|
int32_t L_28 = *((uint8_t*)L_27);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_29 = ___5_addFlags;
|
|
uint8_t L_30 = L_29.___r_1;
|
|
*((int8_t*)L_27) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_28, (int32_t)L_30)));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_31 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_32 = ___6_opacityPage;
|
|
uint8_t L_33 = L_32.___r_1;
|
|
L_31->___r_1 = L_33;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_34 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_35 = ___6_opacityPage;
|
|
uint8_t L_36 = L_35.___g_2;
|
|
L_34->___g_2 = L_36;
|
|
bool L_37 = ___8_isText;
|
|
V_4 = L_37;
|
|
bool L_38 = V_4;
|
|
if (!L_38)
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
}
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_39 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_40 = ___7_textCoreSettingsPage;
|
|
uint8_t L_41 = L_40.___r_1;
|
|
L_39->___b_3 = L_41;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_42 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___opacityColorPages_7);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_43 = ___7_textCoreSettingsPage;
|
|
uint8_t L_44 = L_43.___g_2;
|
|
L_42->___a_4 = L_44;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_45 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&(&V_3)->___ids_5);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_46 = ___4_ids;
|
|
uint8_t L_47 = L_46.___a_4;
|
|
L_45->___a_4 = L_47;
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
float L_48 = ___9_textureId;
|
|
(&V_3)->___textureId_9 = L_48;
|
|
int32_t L_49 = V_2;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_50 = V_3;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&___1_target), L_49, L_50, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_51 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_51, 1));
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
int32_t L_52 = V_2;
|
|
int32_t L_53 = V_0;
|
|
V_5 = (bool)((((int32_t)L_52) < ((int32_t)L_53))? 1 : 0);
|
|
bool L_54 = V_5;
|
|
if (L_54)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTriangleIndicesFlipWindingOrder(Unity.Collections.NativeSlice`1<System.UInt16>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTriangleIndicesFlipWindingOrder_m5CFC98372F5695D0F34992D4BC9C85FAE40F2943 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_source, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_target, int32_t ___2_indexOffset, 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*)&NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_op_Inequality_m7A09D6E10BBFCDA38A40E9C17CE6ACEDE084708A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
bool V_3 = false;
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_0 = ___0_source;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_1 = ___1_target;
|
|
bool L_2;
|
|
L_2 = NativeSlice_1_op_Inequality_m7A09D6E10BBFCDA38A40E9C17CE6ACEDE084708A(L_0, L_1, NativeSlice_1_op_Inequality_m7A09D6E10BBFCDA38A40E9C17CE6ACEDE084708A_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_2, NULL);
|
|
int32_t L_3;
|
|
L_3 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&___0_source), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
uint16_t L_5;
|
|
L_5 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___0_source), L_4, NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
int32_t L_6 = ___2_indexOffset;
|
|
V_2 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, L_6)));
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = V_1;
|
|
uint16_t L_9;
|
|
L_9 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___0_source), ((int32_t)il2cpp_codegen_add(L_8, 1)), NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
int32_t L_10 = ___2_indexOffset;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___1_target), L_7, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, L_10))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_11 = V_1;
|
|
uint16_t L_12 = V_2;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___1_target), ((int32_t)il2cpp_codegen_add(L_11, 1)), L_12, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_1;
|
|
uint16_t L_15;
|
|
L_15 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___0_source), ((int32_t)il2cpp_codegen_add(L_14, 2)), NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
int32_t L_16 = ___2_indexOffset;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___1_target), ((int32_t)il2cpp_codegen_add(L_13, 2)), (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, L_16))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_17 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = V_0;
|
|
V_3 = (bool)((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
|
|
bool L_20 = V_3;
|
|
if (L_20)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::CopyTriangleIndices(Unity.Collections.NativeSlice`1<System.UInt16>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_CopyTriangleIndices_m7F264C58695D529F77180E4F3BCD16E06AD6AA28 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_source, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_target, int32_t ___2_indexOffset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&___0_source), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_1 = V_1;
|
|
int32_t L_2 = V_1;
|
|
uint16_t L_3;
|
|
L_3 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&___0_source), L_2, NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
int32_t L_4 = ___2_indexOffset;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___1_target), L_1, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, L_4))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_5 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = V_0;
|
|
V_2 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.CommandGenerator::NudgeVerticesToNewSpace(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandGenerator_NudgeVerticesToNewSpace_m32EBA06EA253F7BA4125832372D8DB937533433F (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_NudgeVerticesMarker_1;
|
|
V_4 = L_0;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_4), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
bool L_3 = L_2->___disableNudging_21;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
|
|
CommandGenerator_GetVerticesTransformInfo_m858742C2E9A1DD6547A4BBD100CDA83F5476512D(L_4, (&V_0), NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
|
|
NullCheck(L_6);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_8 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&L_7->___verticesSpace_25);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9;
|
|
L_9 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD(L_8, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_10;
|
|
L_10 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_5, L_9, NULL);
|
|
V_1 = L_10;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14 = L_13->___verticesSpace_25;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
|
|
L_15 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_11, L_14, NULL);
|
|
V_2 = L_15;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16 = V_0;
|
|
float L_17 = L_16.___m00_0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = V_2;
|
|
float L_19 = L_18.___m00_0;
|
|
float L_20;
|
|
L_20 = fabsf(((float)il2cpp_codegen_subtract(L_17, L_19)));
|
|
V_3 = L_20;
|
|
float L_21 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22 = V_0;
|
|
float L_23 = L_22.___m01_4;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24 = V_2;
|
|
float L_25 = L_24.___m01_4;
|
|
float L_26;
|
|
L_26 = fabsf(((float)il2cpp_codegen_subtract(L_23, L_25)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_21, L_26));
|
|
float L_27 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_28 = V_0;
|
|
float L_29 = L_28.___m02_8;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_30 = V_2;
|
|
float L_31 = L_30.___m02_8;
|
|
float L_32;
|
|
L_32 = fabsf(((float)il2cpp_codegen_subtract(L_29, L_31)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_27, L_32));
|
|
float L_33 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34 = V_0;
|
|
float L_35 = L_34.___m03_12;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36 = V_2;
|
|
float L_37 = L_36.___m03_12;
|
|
float L_38;
|
|
L_38 = fabsf(((float)il2cpp_codegen_subtract(L_35, L_37)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_33, L_38));
|
|
float L_39 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_40 = V_0;
|
|
float L_41 = L_40.___m10_1;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_42 = V_2;
|
|
float L_43 = L_42.___m10_1;
|
|
float L_44;
|
|
L_44 = fabsf(((float)il2cpp_codegen_subtract(L_41, L_43)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_39, L_44));
|
|
float L_45 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_46 = V_0;
|
|
float L_47 = L_46.___m11_5;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_48 = V_2;
|
|
float L_49 = L_48.___m11_5;
|
|
float L_50;
|
|
L_50 = fabsf(((float)il2cpp_codegen_subtract(L_47, L_49)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_45, L_50));
|
|
float L_51 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_52 = V_0;
|
|
float L_53 = L_52.___m12_9;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_54 = V_2;
|
|
float L_55 = L_54.___m12_9;
|
|
float L_56;
|
|
L_56 = fabsf(((float)il2cpp_codegen_subtract(L_53, L_55)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_51, L_56));
|
|
float L_57 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_58 = V_0;
|
|
float L_59 = L_58.___m13_13;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_60 = V_2;
|
|
float L_61 = L_60.___m13_13;
|
|
float L_62;
|
|
L_62 = fabsf(((float)il2cpp_codegen_subtract(L_59, L_61)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_57, L_62));
|
|
float L_63 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_64 = V_0;
|
|
float L_65 = L_64.___m20_2;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_66 = V_2;
|
|
float L_67 = L_66.___m20_2;
|
|
float L_68;
|
|
L_68 = fabsf(((float)il2cpp_codegen_subtract(L_65, L_67)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_63, L_68));
|
|
float L_69 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_70 = V_0;
|
|
float L_71 = L_70.___m21_6;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_72 = V_2;
|
|
float L_73 = L_72.___m21_6;
|
|
float L_74;
|
|
L_74 = fabsf(((float)il2cpp_codegen_subtract(L_71, L_73)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_69, L_74));
|
|
float L_75 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_76 = V_0;
|
|
float L_77 = L_76.___m22_10;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_78 = V_2;
|
|
float L_79 = L_78.___m22_10;
|
|
float L_80;
|
|
L_80 = fabsf(((float)il2cpp_codegen_subtract(L_77, L_79)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_75, L_80));
|
|
float L_81 = V_3;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_82 = V_0;
|
|
float L_83 = L_82.___m23_14;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_84 = V_2;
|
|
float L_85 = L_84.___m23_14;
|
|
float L_86;
|
|
L_86 = fabsf(((float)il2cpp_codegen_subtract(L_83, L_85)));
|
|
V_3 = ((float)il2cpp_codegen_add(L_81, L_86));
|
|
float L_87 = V_3;
|
|
V_5 = (bool)((((float)L_87) > ((float)(9.99999975E-05f)))? 1 : 0);
|
|
bool L_88 = V_5;
|
|
if (!L_88)
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_89 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_NudgeVerticesMarker_1;
|
|
V_4 = L_89;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_4), NULL);
|
|
V_6 = (bool)0;
|
|
goto IL_01d1;
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_90 = ___0_ve;
|
|
NullCheck(L_90);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_91 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_90->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_92 = V_0;
|
|
L_91->___verticesSpace_25 = L_92;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_93 = ___0_ve;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_94 = ___1_device;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_95 = ___0_ve;
|
|
NullCheck(L_95);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_96 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_95->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_97 = L_96->___data_23;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_DoNudgeVertices_m20E33523337F098856B6C903E90DF5756051732B(L_93, L_94, L_97, (&V_1), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_98 = ___0_ve;
|
|
NullCheck(L_98);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_99 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_98->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_100 = L_99->___closingData_24;
|
|
V_7 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_100) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_101 = V_7;
|
|
if (!L_101)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = ___0_ve;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_103 = ___1_device;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104 = ___0_ve;
|
|
NullCheck(L_104);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_105 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_104->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_106 = L_105->___closingData_24;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_DoNudgeVertices_m20E33523337F098856B6C903E90DF5756051732B(L_102, L_103, L_106, (&V_1), NULL);
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_107 = ((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_NudgeVerticesMarker_1;
|
|
V_4 = L_107;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_4), NULL);
|
|
V_6 = (bool)1;
|
|
goto IL_01d1;
|
|
}
|
|
|
|
IL_01d1:
|
|
{
|
|
bool L_108 = V_6;
|
|
return L_108;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::DoNudgeVertices(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.MeshHandle,UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_DoNudgeVertices_m20E33523337F098856B6C903E90DF5756051732B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___2_mesh, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___3_nudgeTransform, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
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 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
int32_t V_11 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = ___2_mesh;
|
|
NullCheck(L_0);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_1 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_0->___allocVerts_1);
|
|
uint32_t L_2 = L_1->___size_1;
|
|
V_0 = L_2;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_3 = ___2_mesh;
|
|
NullCheck(L_3);
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_4 = L_3->___allocPage_4;
|
|
NullCheck(L_4);
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_5 = L_4->___vertices_1;
|
|
NullCheck(L_5);
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_6 = L_5->___cpuData_2;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_7 = ___2_mesh;
|
|
NullCheck(L_7);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_8 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_7->___allocVerts_1);
|
|
uint32_t L_9 = L_8->___start_0;
|
|
int32_t L_10 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_11;
|
|
L_11 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C(L_6, L_9, L_10, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
|
|
V_1 = L_11;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_12 = ___1_device;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_13 = ___2_mesh;
|
|
int32_t L_14 = V_0;
|
|
NullCheck(L_12);
|
|
UIRenderDevice_Update_m66ACAADBD144EF4A82044B18F27010E36445D983(L_12, L_13, L_14, (&V_2), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___0_ve;
|
|
NullCheck(L_15);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
|
|
int32_t L_17 = L_16->___displacementUVStart_26;
|
|
V_3 = L_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___0_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
int32_t L_20 = L_19->___displacementUVEnd_27;
|
|
V_4 = L_20;
|
|
V_5 = 0;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_21 = V_5;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_22;
|
|
L_22 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_21, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_6 = L_22;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_23 = ___3_nudgeTransform;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_24 = V_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = L_24.___position_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26;
|
|
L_26 = Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814(L_23, L_25, NULL);
|
|
(&V_6)->___position_1 = L_26;
|
|
int32_t L_27 = V_5;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_28 = V_6;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&V_2), L_27, L_28, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_29 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_30 = V_5;
|
|
int32_t L_31 = V_3;
|
|
V_7 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_7;
|
|
if (L_32)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_3;
|
|
V_8 = L_33;
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
int32_t L_34 = V_8;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_35;
|
|
L_35 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_34, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_9 = L_35;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_36 = ___3_nudgeTransform;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_37 = V_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38 = L_37.___position_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_39;
|
|
L_39 = Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814(L_36, L_38, NULL);
|
|
(&V_9)->___position_1 = L_39;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_40 = ___3_nudgeTransform;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_41 = V_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42 = L_41.___uv_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
|
|
L_43 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_42, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
|
|
L_44 = Matrix4x4_MultiplyVector_mFD12F86A473E90BBB0002149ABA3917B2A518937(L_40, L_43, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45;
|
|
L_45 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_44, NULL);
|
|
(&V_9)->___uv_3 = L_45;
|
|
int32_t L_46 = V_8;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_47 = V_9;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&V_2), L_46, L_47, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_48 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
int32_t L_49 = V_8;
|
|
int32_t L_50 = V_4;
|
|
V_10 = (bool)((((int32_t)L_49) < ((int32_t)L_50))? 1 : 0);
|
|
bool L_51 = V_10;
|
|
if (L_51)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_4;
|
|
V_11 = L_52;
|
|
goto IL_0131;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
int32_t L_53 = V_11;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_54;
|
|
L_54 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_53, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_12 = L_54;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_55 = ___3_nudgeTransform;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_56 = V_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_57 = L_56.___position_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_58;
|
|
L_58 = Matrix4x4_MultiplyPoint3x4_mACCBD70AFA82C63DA88555780B7B6B01281AB814(L_55, L_57, NULL);
|
|
(&V_12)->___position_1 = L_58;
|
|
int32_t L_59 = V_11;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_60 = V_12;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&V_2), L_59, L_60, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_61 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_61, 1));
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
int32_t L_62 = V_11;
|
|
int32_t L_63 = V_0;
|
|
V_13 = (bool)((((int32_t)L_62) < ((int32_t)L_63))? 1 : 0);
|
|
bool L_64 = V_13;
|
|
if (L_64)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.MeshHandle,System.Int32,System.Int32,UnityEngine.Material,UnityEngine.UIElements.TextureId,UnityEngine.Texture,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* CommandGenerator_InjectMeshDrawCommand_m059D5C58B710E093BBA9DDAF3A63A608623A72B4 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_cmdPrev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_cmdNext, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___4_mesh, int32_t ___5_indexCount, int32_t ___6_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___7_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___8_texture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_font, int32_t ___10_stencilRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_2 = NULL;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = ___0_renderChain;
|
|
NullCheck(L_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
|
|
L_1 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_0, NULL);
|
|
V_0 = L_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type_5 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___7_material;
|
|
(&V_1)->___material_0 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___material_0), (void*)L_4);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_5 = ___8_texture;
|
|
(&V_1)->___texture_3 = L_5;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___9_font;
|
|
(&V_1)->___font_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___font_1), (void*)L_6);
|
|
int32_t L_7 = ___10_stencilRef;
|
|
(&V_1)->___stencilRef_4 = L_7;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_8 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___state_6 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_3->___state_6))->___material_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_3->___state_6))->___font_1), (void*)NULL);
|
|
#endif
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = V_0;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_10 = ___4_mesh;
|
|
NullCheck(L_9);
|
|
L_9->___mesh_7 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___mesh_7), (void*)L_10);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_11 = V_0;
|
|
int32_t L_12 = ___6_indexOffset;
|
|
NullCheck(L_11);
|
|
L_11->___indexOffset_8 = L_12;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_13 = V_0;
|
|
int32_t L_14 = ___5_indexCount;
|
|
NullCheck(L_13);
|
|
L_13->___indexCount_9 = L_14;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_15 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___1_ve;
|
|
NullCheck(L_15);
|
|
L_15->___owner_1 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___owner_1), (void*)L_16);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_18 = V_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_19 = ___2_cmdPrev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_20 = ___3_cmdNext;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectCommandInBetween_mB1DA17F068633574554708D53FBEF9CBBB3C622C(L_17, L_18, L_19, L_20, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_21 = V_0;
|
|
V_2 = L_21;
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectClosingMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.MeshHandle,System.Int32,System.Int32,UnityEngine.Material,UnityEngine.UIElements.TextureId,UnityEngine.Texture,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* CommandGenerator_InjectClosingMeshDrawCommand_m2DA291BC0F30E30093DF68EDEFBAE0B389421789 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_cmdPrev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_cmdNext, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___4_mesh, int32_t ___5_indexCount, int32_t ___6_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___7_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___8_texture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_font, int32_t ___10_stencilRef, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_2 = NULL;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = ___0_renderChain;
|
|
NullCheck(L_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
|
|
L_1 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_0, NULL);
|
|
V_0 = L_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type_5 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->___closing_4 = (bool)1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = V_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = ___7_material;
|
|
(&V_1)->___material_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___material_0), (void*)L_5);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_6 = ___8_texture;
|
|
(&V_1)->___texture_3 = L_6;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_7 = ___9_font;
|
|
(&V_1)->___font_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___font_1), (void*)L_7);
|
|
int32_t L_8 = ___10_stencilRef;
|
|
(&V_1)->___stencilRef_4 = L_8;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_9 = V_1;
|
|
NullCheck(L_4);
|
|
L_4->___state_6 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___state_6))->___material_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___state_6))->___font_1), (void*)NULL);
|
|
#endif
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = V_0;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_11 = ___4_mesh;
|
|
NullCheck(L_10);
|
|
L_10->___mesh_7 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___mesh_7), (void*)L_11);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_12 = V_0;
|
|
int32_t L_13 = ___6_indexOffset;
|
|
NullCheck(L_12);
|
|
L_12->___indexOffset_8 = L_13;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = V_0;
|
|
int32_t L_15 = ___5_indexCount;
|
|
NullCheck(L_14);
|
|
L_14->___indexCount_9 = L_15;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_16 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___1_ve;
|
|
NullCheck(L_16);
|
|
L_16->___owner_1 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___owner_1), (void*)L_17);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_18 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_19 = V_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_20 = ___2_cmdPrev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_21 = ___3_cmdNext;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D(L_18, L_19, L_20, L_21, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_22 = V_0;
|
|
V_2 = L_22;
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_23 = V_2;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::FindCommandInsertionPoint(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_FindCommandInsertionPoint_mC04BE728E5F5FDE5F9FEA555AB92E7D821AB899E (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___1_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_next, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_6 = NULL;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_9 = NULL;
|
|
bool V_10 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B32_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** G_B35_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** G_B34_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B36_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** G_B36_1 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___prev_0;
|
|
V_0 = L_2;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = L_4->___prev_0;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_8 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_7->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = L_8->___lastCommand_10;
|
|
G_B5_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_10 = V_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = L_13->___lastCommand_10;
|
|
G_B9_0 = ((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
V_2 = (bool)G_B9_0;
|
|
bool L_15 = V_2;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_17;
|
|
L_17 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_16, NULL);
|
|
V_4 = L_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18;
|
|
L_18 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___0_ve;
|
|
NullCheck(L_19);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_20;
|
|
L_20 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_19, NULL);
|
|
V_4 = L_20;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21;
|
|
L_21 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_18) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_21))? 1 : 0);
|
|
bool L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_23 = ___1_prev;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_26;
|
|
L_26 = RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B(L_25, NULL);
|
|
*((RuntimeObject**)L_23) = (RuntimeObject*)L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_23, (void*)(RuntimeObject*)L_26);
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905(L_27, L_28, NULL);
|
|
V_5 = L_29;
|
|
bool L_30 = V_5;
|
|
if (!L_30)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_31 = ___1_prev;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = V_0;
|
|
NullCheck(L_32);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_33 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_32->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_34 = L_33->___lastCommand_10;
|
|
*((RuntimeObject**)L_31) = (RuntimeObject*)L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_31, (void*)(RuntimeObject*)L_34);
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_35->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_37;
|
|
L_37 = RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B(L_36, NULL);
|
|
V_6 = L_37;
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_38 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_39 = V_6;
|
|
*((RuntimeObject**)L_38) = (RuntimeObject*)L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_38, (void*)(RuntimeObject*)L_39);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_40 = V_6;
|
|
NullCheck(L_40);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = L_40->___next_3;
|
|
V_6 = L_41;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_42 = V_6;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_43 = V_6;
|
|
NullCheck(L_43);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = L_43->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___0_ve;
|
|
if ((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_44) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_45)))
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = V_6;
|
|
NullCheck(L_46);
|
|
bool L_47 = L_46->___closing_4;
|
|
G_B19_0 = ((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
G_B19_0 = 1;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
V_7 = (bool)G_B19_0;
|
|
bool L_48 = V_7;
|
|
if (!L_48)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_49 = V_6;
|
|
NullCheck(L_49);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50 = L_49->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___0_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
bool L_52;
|
|
L_52 = CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905(L_50, L_51, NULL);
|
|
V_8 = L_52;
|
|
bool L_53 = V_8;
|
|
if (!L_53)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_54 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_55 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_56 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_55);
|
|
NullCheck(L_56);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_57 = L_56->___next_3;
|
|
*((RuntimeObject**)L_54) = (RuntimeObject*)L_57;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_54, (void*)(RuntimeObject*)L_57);
|
|
goto IL_016e;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58 = ___0_ve;
|
|
NullCheck(L_58);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_59 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_58->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_60 = L_59->___next_1;
|
|
V_9 = L_60;
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = V_9;
|
|
NullCheck(L_61);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_62 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_61->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = L_62->___next_1;
|
|
V_9 = L_63;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = V_9;
|
|
if (!L_64)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_65 = V_9;
|
|
NullCheck(L_65);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_66 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_65->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_67 = L_66->___firstCommand_9;
|
|
G_B32_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_67) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0138;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
G_B32_0 = 0;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
V_10 = (bool)G_B32_0;
|
|
bool L_68 = V_10;
|
|
if (L_68)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_69 = ___2_next;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_70 = V_9;
|
|
G_B34_0 = L_69;
|
|
if (L_70)
|
|
{
|
|
G_B35_0 = L_69;
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
G_B36_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
G_B36_1 = G_B34_0;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_71 = V_9;
|
|
NullCheck(L_71);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_72 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_71->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_73 = L_72->___firstCommand_9;
|
|
G_B36_0 = L_73;
|
|
G_B36_1 = G_B35_0;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
*((RuntimeObject**)G_B36_1) = (RuntimeObject*)G_B36_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B36_1, (void*)(RuntimeObject*)G_B36_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_74 = ___1_prev;
|
|
*((RuntimeObject**)L_74) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_74, (void*)(RuntimeObject*)NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_75 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_76 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_75);
|
|
if (!L_76)
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_77 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_78 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_77);
|
|
NullCheck(L_78);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_79 = L_78->___prev_2;
|
|
G_B39_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_79) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0167;
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
G_B39_0 = 1;
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B39_0, NULL);
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::FindClosingCommandInsertionPoint(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_FindClosingCommandInsertionPoint_mCE2CAA9F8BD21358E8D03CD3F8D02E7B47DF3055 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___1_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_next, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B16_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B15_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B17_0 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___next_1;
|
|
V_0 = L_2;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = L_4->___next_1;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_8 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_7->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = L_8->___firstCommand_9;
|
|
G_B5_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_10 = V_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = L_13->___firstCommand_9;
|
|
G_B9_0 = ((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
V_2 = (bool)G_B9_0;
|
|
bool L_15 = V_2;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_17;
|
|
L_17 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_16, NULL);
|
|
V_4 = L_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18;
|
|
L_18 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___0_ve;
|
|
NullCheck(L_19);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_20;
|
|
L_20 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_19, NULL);
|
|
V_4 = L_20;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21;
|
|
L_21 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_18) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_21))? 1 : 0);
|
|
bool L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_23 = ___2_next;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_26 = L_25->___firstCommand_9;
|
|
*((RuntimeObject**)L_23) = (RuntimeObject*)L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_23, (void*)(RuntimeObject*)L_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_27 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_28 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_29 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_28);
|
|
NullCheck(L_29);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_30 = L_29->___prev_2;
|
|
*((RuntimeObject**)L_27) = (RuntimeObject*)L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_30);
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___0_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
bool L_33;
|
|
L_33 = CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905(L_31, L_32, NULL);
|
|
V_5 = L_33;
|
|
bool L_34 = V_5;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_35 = ___1_prev;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_36->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_38;
|
|
L_38 = RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B(L_37, NULL);
|
|
*((RuntimeObject**)L_35) = (RuntimeObject*)L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_35, (void*)(RuntimeObject*)L_38);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_39 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_40 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_39);
|
|
NullCheck(L_40);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = L_40->___next_3;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_42 = L_41;
|
|
G_B15_0 = L_42;
|
|
if (L_42)
|
|
{
|
|
G_B16_0 = L_42;
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
G_B17_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
NullCheck(G_B16_0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = G_B16_0->___owner_1;
|
|
G_B17_0 = L_43;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
V_0 = G_B17_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = V_0;
|
|
if (!L_44)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___0_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
bool L_47;
|
|
L_47 = CommandGenerator_IsParentOrAncestorOf_m1F6D8BCF2D4092F6143D906B9CAC419D8422D905(L_45, L_46, NULL);
|
|
G_B20_0 = ((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
G_B20_0 = 1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
V_6 = (bool)G_B20_0;
|
|
bool L_48 = V_6;
|
|
if (!L_48)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_49 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_50 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_51 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_50);
|
|
NullCheck(L_51);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_52 = L_51->___next_3;
|
|
*((RuntimeObject**)L_49) = (RuntimeObject*)L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_49, (void*)(RuntimeObject*)L_52);
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_53 = ___1_prev;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___0_ve;
|
|
NullCheck(L_54);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_55 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_54->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_56 = L_55->___lastCommand_10;
|
|
*((RuntimeObject**)L_53) = (RuntimeObject*)L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_53, (void*)(RuntimeObject*)L_56);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_57 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_58 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_59 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_58);
|
|
NullCheck(L_59);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_60 = L_59->___next_3;
|
|
*((RuntimeObject**)L_57) = (RuntimeObject*)L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_57, (void*)(RuntimeObject*)L_60);
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_61 = ___1_prev;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_62 = ___0_ve;
|
|
NullCheck(L_62);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_63 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_62->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_64 = L_63->___lastCommand_10;
|
|
*((RuntimeObject**)L_61) = (RuntimeObject*)L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_61, (void*)(RuntimeObject*)L_64);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_65 = ___2_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_66 = ___1_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_67 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_66);
|
|
NullCheck(L_67);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_68 = L_67->___next_3;
|
|
*((RuntimeObject**)L_65) = (RuntimeObject*)L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_65, (void*)(RuntimeObject*)L_68);
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectCommandInBetween(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_InjectCommandInBetween_mB1DA17F068633574554708D53FBEF9CBBB3C622C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_cmd, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_next, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_0 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_0);
|
|
V_1 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___1_cmd;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_4 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_4);
|
|
NullCheck(L_3);
|
|
L_3->___prev_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___prev_2), (void*)L_5);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_6 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_6);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = ___1_cmd;
|
|
NullCheck(L_7);
|
|
L_7->___next_3 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___next_3), (void*)L_8);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_9 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_9);
|
|
V_2 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_12 = ___1_cmd;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_13 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_13);
|
|
NullCheck(L_12);
|
|
L_12->___next_3 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___next_3), (void*)L_14);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_15 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_16 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_15);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_17 = ___1_cmd;
|
|
NullCheck(L_16);
|
|
L_16->___prev_2 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___prev_2), (void*)L_17);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_18 = ___1_cmd;
|
|
NullCheck(L_18);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = L_18->___owner_1;
|
|
V_0 = L_19;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_21 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_20->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_22 = ___1_cmd;
|
|
L_21->___lastCommand_10 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_21->___lastCommand_10), (void*)L_22);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_24 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_23->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_25 = L_24->___firstCommand_9;
|
|
V_3 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_25) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_26 = V_3;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_27->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_29 = ___1_cmd;
|
|
L_28->___firstCommand_9 = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_28->___firstCommand_9), (void*)L_29);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_30 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_31 = ___1_cmd;
|
|
NullCheck(L_30);
|
|
RenderChain_OnRenderCommandAdded_mCEF0C91EF19B09578221ED24C48C6B9041CD1909(L_30, L_31, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_32 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_33 = ___1_cmd;
|
|
*((RuntimeObject**)L_32) = (RuntimeObject*)L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_32, (void*)(RuntimeObject*)L_33);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_34 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_35 = ___1_cmd;
|
|
NullCheck(L_35);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_36 = L_35->___next_3;
|
|
*((RuntimeObject**)L_34) = (RuntimeObject*)L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_36);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::InjectClosingCommandInBetween(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand&,UnityEngine.UIElements.UIR.RenderChainCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_InjectClosingCommandInBetween_mA7815665B7C7650599CB3444868A69EB7465305D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_cmd, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___2_prev, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** ___3_next, 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;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___1_cmd;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___closing_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_1, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_2 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_2);
|
|
V_1 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = ___1_cmd;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_6 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_6);
|
|
NullCheck(L_5);
|
|
L_5->___prev_2 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___prev_2), (void*)L_7);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_8 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_8);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = ___1_cmd;
|
|
NullCheck(L_9);
|
|
L_9->___next_3 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___next_3), (void*)L_10);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_11 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_12 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_11);
|
|
V_2 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = ___1_cmd;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_15 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_16 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_15);
|
|
NullCheck(L_14);
|
|
L_14->___next_3 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___next_3), (void*)L_16);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_17 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_18 = *((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727**)L_17);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_19 = ___1_cmd;
|
|
NullCheck(L_18);
|
|
L_18->___prev_2 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___prev_2), (void*)L_19);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_20 = ___1_cmd;
|
|
NullCheck(L_20);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = L_20->___owner_1;
|
|
V_0 = L_21;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_23 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_22->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_24 = ___1_cmd;
|
|
L_23->___lastClosingCommand_12 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___lastClosingCommand_12), (void*)L_24);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_26 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_25->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_27 = L_26->___firstClosingCommand_11;
|
|
V_3 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_27) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_28 = V_3;
|
|
if (!L_28)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_29->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_31 = ___1_cmd;
|
|
L_30->___firstClosingCommand_11 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___firstClosingCommand_11), (void*)L_31);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_32 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_33 = ___1_cmd;
|
|
NullCheck(L_32);
|
|
RenderChain_OnRenderCommandAdded_mCEF0C91EF19B09578221ED24C48C6B9041CD1909(L_32, L_33, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_34 = ___2_prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_35 = ___1_cmd;
|
|
*((RuntimeObject**)L_34) = (RuntimeObject*)L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_35);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727** L_36 = ___3_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_37 = ___1_cmd;
|
|
NullCheck(L_37);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_38 = L_37->___next_3;
|
|
*((RuntimeObject**)L_36) = (RuntimeObject*)L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_36, (void*)(RuntimeObject*)L_38);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::ResetCommands(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator_ResetCommands_m4F863CCD40A1ACA9C5EDA17C2409EB7F90DB7FC6 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, 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*)&List_1_Clear_m2B1B906A1E821F09268CF4736313F1A7E5F4F592_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_6 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_7 = NULL;
|
|
bool V_8 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_9 = NULL;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_13 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_14 = NULL;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B5_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B8_0 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B27_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B30_0 = NULL;
|
|
int32_t G_B33_0 = 0;
|
|
int32_t G_B36_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = L_1->___firstCommand_9;
|
|
V_2 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = L_6->___firstCommand_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
NullCheck(L_8);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = L_9->___lastCommand_10;
|
|
NullCheck(L_4);
|
|
RenderChain_OnRenderCommandsRemoved_mFFE97C8FDF9E5EF1163DA13E9B2C4431012BDB9B(L_4, L_7, L_10, NULL);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___1_ve;
|
|
NullCheck(L_11);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_11->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_13 = L_12->___firstCommand_9;
|
|
if (L_13)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = ___1_ve;
|
|
NullCheck(L_14);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_15 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_14->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_16 = L_15->___firstCommand_9;
|
|
NullCheck(L_16);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_17 = L_16->___prev_2;
|
|
G_B5_0 = L_17;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
V_0 = G_B5_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___1_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_20 = L_19->___lastCommand_10;
|
|
if (L_20)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___1_ve;
|
|
NullCheck(L_21);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_22 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_21->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_23 = L_22->___lastCommand_10;
|
|
NullCheck(L_23);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_24 = L_23->___next_3;
|
|
G_B8_0 = L_24;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
V_1 = G_B8_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_25 = V_0;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = L_26->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___1_ve;
|
|
G_B11_0 = ((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_27) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_28))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B11_0, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_29 = V_1;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_30 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___1_ve;
|
|
NullCheck(L_31);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_32 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_31->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_33 = L_32->___firstClosingCommand_11;
|
|
if ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_30) == ((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_33)))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = L_34->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___1_ve;
|
|
G_B15_0 = ((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_35) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_36))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B15_0, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_37 = V_0;
|
|
V_3 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_37) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_38 = V_3;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_39 = V_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_40 = V_1;
|
|
NullCheck(L_39);
|
|
L_39->___next_3 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_39->___next_3), (void*)L_40);
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = V_1;
|
|
V_4 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_41) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_42 = V_4;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_43 = V_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_44 = V_0;
|
|
NullCheck(L_43);
|
|
L_43->___prev_2 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_43->___prev_2), (void*)L_44);
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___1_ve;
|
|
NullCheck(L_45);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_46 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_45->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_47 = L_46->___firstCommand_9;
|
|
V_5 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_47) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_48 = V_5;
|
|
if (!L_48)
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = ___1_ve;
|
|
NullCheck(L_49);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_50 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_49->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_51 = L_50->___firstCommand_9;
|
|
V_6 = L_51;
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_52 = V_6;
|
|
NullCheck(L_52);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_53 = L_52->___next_3;
|
|
V_7 = L_53;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_54 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_55 = V_6;
|
|
NullCheck(L_54);
|
|
RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223(L_54, L_55, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_56 = V_7;
|
|
V_6 = L_56;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_57 = V_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58 = ___1_ve;
|
|
NullCheck(L_58);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_59 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_58->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_60 = L_59->___lastCommand_10;
|
|
V_8 = (bool)((((int32_t)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_57) == ((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_60))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_61 = V_8;
|
|
if (L_61)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_62 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_63 = V_6;
|
|
NullCheck(L_62);
|
|
RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223(L_62, L_63, NULL);
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_ve;
|
|
NullCheck(L_64);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_65 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_64->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___1_ve;
|
|
NullCheck(L_66);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_67 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_66->___renderChainData_26);
|
|
V_9 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
L_67->___lastCommand_10 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_67->___lastCommand_10), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_68 = V_9;
|
|
L_65->___firstCommand_9 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_65->___firstCommand_9), (void*)L_68);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69 = ___1_ve;
|
|
NullCheck(L_69);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_70 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_69->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_71 = L_70->___firstClosingCommand_11;
|
|
if (L_71)
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
G_B27_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_016a;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___1_ve;
|
|
NullCheck(L_72);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_73 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_72->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_74 = L_73->___firstClosingCommand_11;
|
|
NullCheck(L_74);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_75 = L_74->___prev_2;
|
|
G_B27_0 = L_75;
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
V_0 = G_B27_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_76 = ___1_ve;
|
|
NullCheck(L_76);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_77 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_76->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_78 = L_77->___lastClosingCommand_12;
|
|
if (L_78)
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
{
|
|
G_B30_0 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)(NULL));
|
|
goto IL_018b;
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79 = ___1_ve;
|
|
NullCheck(L_79);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_80 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_79->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_81 = L_80->___lastClosingCommand_12;
|
|
NullCheck(L_81);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_82 = L_81->___next_3;
|
|
G_B30_0 = L_82;
|
|
}
|
|
|
|
IL_018b:
|
|
{
|
|
V_1 = G_B30_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_83 = V_0;
|
|
if (!L_83)
|
|
{
|
|
goto IL_019d;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_84 = V_0;
|
|
NullCheck(L_84);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_85 = L_84->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_86 = ___1_ve;
|
|
G_B33_0 = ((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_85) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_86))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_019e;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
G_B33_0 = 1;
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B33_0, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_87 = V_1;
|
|
if (!L_87)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_88 = V_1;
|
|
NullCheck(L_88);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_89 = L_88->___owner_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_90 = ___1_ve;
|
|
G_B36_0 = ((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_89) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_90))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01b6;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
G_B36_0 = 1;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B36_0, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_91 = V_0;
|
|
V_10 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_91) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_92 = V_10;
|
|
if (!L_92)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_93 = V_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_94 = V_1;
|
|
NullCheck(L_93);
|
|
L_93->___next_3 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_93->___next_3), (void*)L_94);
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_95 = V_1;
|
|
V_11 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_95) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_96 = V_11;
|
|
if (!L_96)
|
|
{
|
|
goto IL_01de;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_97 = V_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_98 = V_0;
|
|
NullCheck(L_97);
|
|
L_97->___prev_2 = L_98;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_97->___prev_2), (void*)L_98);
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_99 = ___1_ve;
|
|
NullCheck(L_99);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_100 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_99->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_101 = L_100->___firstClosingCommand_11;
|
|
V_12 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_101) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_102 = V_12;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_103 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104 = ___1_ve;
|
|
NullCheck(L_104);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_105 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_104->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_106 = L_105->___firstClosingCommand_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_107 = ___1_ve;
|
|
NullCheck(L_107);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_108 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_107->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_109 = L_108->___lastClosingCommand_12;
|
|
NullCheck(L_103);
|
|
RenderChain_OnRenderCommandsRemoved_mFFE97C8FDF9E5EF1163DA13E9B2C4431012BDB9B(L_103, L_106, L_109, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_110 = ___1_ve;
|
|
NullCheck(L_110);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_111 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_110->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_112 = L_111->___firstClosingCommand_11;
|
|
V_13 = L_112;
|
|
goto IL_0237;
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_113 = V_13;
|
|
NullCheck(L_113);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_114 = L_113->___next_3;
|
|
V_14 = L_114;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_115 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_116 = V_13;
|
|
NullCheck(L_115);
|
|
RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223(L_115, L_116, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_117 = V_14;
|
|
V_13 = L_117;
|
|
}
|
|
|
|
IL_0237:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_118 = V_13;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_119 = ___1_ve;
|
|
NullCheck(L_119);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_120 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_119->___renderChainData_26);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_121 = L_120->___lastClosingCommand_12;
|
|
V_15 = (bool)((((int32_t)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_118) == ((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_121))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_122 = V_15;
|
|
if (L_122)
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_123 = ___0_renderChain;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_124 = V_13;
|
|
NullCheck(L_123);
|
|
RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223(L_123, L_124, NULL);
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_125 = ___1_ve;
|
|
NullCheck(L_125);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_126 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_125->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_127 = ___1_ve;
|
|
NullCheck(L_127);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_128 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_127->___renderChainData_26);
|
|
V_9 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
L_128->___lastClosingCommand_12 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_128->___lastClosingCommand_12), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_129 = V_9;
|
|
L_126->___firstClosingCommand_11 = L_129;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_126->___firstClosingCommand_11), (void*)L_129);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_130 = ___1_ve;
|
|
NullCheck(L_130);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_131 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_130->___renderChainData_26);
|
|
bool L_132 = L_131->___usesLegacyText_22;
|
|
V_16 = L_132;
|
|
bool L_133 = V_16;
|
|
if (!L_133)
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_134 = ___1_ve;
|
|
NullCheck(L_134);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_135 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_134->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_136 = L_135->___textEntries_42;
|
|
NullCheck(L_136);
|
|
int32_t L_137;
|
|
L_137 = List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_inline(L_136, List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_137) > ((int32_t)0))? 1 : 0), NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_138 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_139 = ___1_ve;
|
|
NullCheck(L_138);
|
|
RenderChain_RemoveTextElement_m90ED221B0002C2D144293F391FB297BE17323B15(L_138, L_139, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_140 = ___1_ve;
|
|
NullCheck(L_140);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_141 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_140->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_142 = L_141->___textEntries_42;
|
|
NullCheck(L_142);
|
|
List_1_Clear_m2B1B906A1E821F09268CF4736313F1A7E5F4F592_inline(L_142, List_1_Clear_m2B1B906A1E821F09268CF4736313F1A7E5F4F592_RuntimeMethod_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_143 = ___1_ve;
|
|
NullCheck(L_143);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_144 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_143->___renderChainData_26);
|
|
L_144->___usesLegacyText_22 = (bool)0;
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.CommandGenerator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandGenerator__cctor_mCA0FB92C3DEB2F345910093634C0432DFAD154D0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68E148C35237F17EFFA9C1A848AAC74B5D027B19);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76CF529274F3202738954073544CCD01DBAA268A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACB73DADDD92808AB62789338362F4CBF4D5649A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteralACB73DADDD92808AB62789338362F4CBF4D5649A, /*hidden argument*/NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ConvertEntriesToCommandsMarker_0 = L_0;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral76CF529274F3202738954073544CCD01DBAA268A, /*hidden argument*/NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_NudgeVerticesMarker_1 = L_1;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteral68E148C35237F17EFFA9C1A848AAC74B5D027B19, /*hidden argument*/NULL);
|
|
((CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_StaticFields*)il2cpp_codegen_static_fields_for(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var))->___k_ComputeTransformMatrixMarker_2 = L_2;
|
|
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.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GetPooledMeshWriteData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_GetPooledMeshWriteData_m63A73799B10D104E623D5C488C07723CA935F28E (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m38EF2B3BD05717E9F88E4B2FC6DF01635DEBACDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___m_NextMeshWriteDataPoolItem_13;
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_1 = __this->___m_MeshWriteDataPool_12;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = List_1_get_Count_m38EF2B3BD05717E9F88E4B2FC6DF01635DEBACDA_inline(L_1, List_1_get_Count_m38EF2B3BD05717E9F88E4B2FC6DF01635DEBACDA_RuntimeMethod_var);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_4 = __this->___m_MeshWriteDataPool_12;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_5 = (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*)il2cpp_codegen_object_new(MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
MeshWriteData__ctor_mE26BEBE58E1D88629F45BE5122D525CC2D44285D(L_5, NULL);
|
|
NullCheck(L_4);
|
|
List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_inline(L_4, L_5, List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_6 = __this->___m_MeshWriteDataPool_12;
|
|
int32_t L_7 = __this->___m_NextMeshWriteDataPoolItem_13;
|
|
V_1 = L_7;
|
|
int32_t L_8 = V_1;
|
|
__this->___m_NextMeshWriteDataPoolItem_13 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_6);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_10;
|
|
L_10 = List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C(L_6, L_9, List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AllocRawVertsIndices(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_AllocRawVertsIndices_m48F1D779F4929DB89D00945A248278413A11508E (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_1 = NULL;
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_0 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_1 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
uint32_t L_2 = ___0_vertexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_3;
|
|
L_3 = TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430(L_1, L_2, TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
L_0->___vertices_0 = L_3;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_4 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* L_5 = (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02*)(&__this->___m_IndicesPool_11);
|
|
uint32_t L_6 = ___1_indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_7;
|
|
L_7 = TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414(L_5, L_6, TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
L_4->___indices_1 = L_7;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_8;
|
|
L_8 = UIRStylePainter_GetPooledMeshWriteData_m63A73799B10D104E623D5C488C07723CA935F28E(__this, NULL);
|
|
V_0 = L_8;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_9 = V_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_10 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_11 = L_10->___vertices_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_12 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_13 = L_12->___indices_1;
|
|
NullCheck(L_9);
|
|
MeshWriteData_Reset_m6B6FF37F649EF5420127C732171A7647C8AE36DD(L_9, L_11, L_13, NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_14 = V_0;
|
|
V_1 = L_14;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AllocThroughDrawMesh(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_AllocThroughDrawMesh_mEAAC71B2F7F66A5F8B7A02B7F635D165D757E22B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
|
|
{
|
|
uint32_t L_0 = ___0_vertexCount;
|
|
uint32_t L_1 = ___1_indexCount;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_2 = ___2_allocatorData;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = L_2->___texture_1;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_4 = ___2_allocatorData;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = L_4->___material_3;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_6 = ___2_allocatorData;
|
|
int32_t L_7 = L_6->___flags_4;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_8;
|
|
L_8 = UIRStylePainter_DrawMesh_mA480E5413BAD0DE6D6B9908F696D243A3A3F09FF(__this, L_0, L_1, L_3, L_5, L_7, NULL);
|
|
V_0 = L_8;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AllocThroughDrawGradients(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_AllocThroughDrawGradients_m9425256C6559AB8EF851C4515DE29E67A7ACF9C6 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
|
|
{
|
|
uint32_t L_0 = ___0_vertexCount;
|
|
uint32_t L_1 = ___1_indexCount;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_2 = ___2_allocatorData;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_3 = L_2->___svgTexture_2;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_4 = ___2_allocatorData;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = L_4->___material_3;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* L_6 = ___2_allocatorData;
|
|
int32_t L_7 = L_6->___flags_4;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_8;
|
|
L_8 = UIRStylePainter_AddGradientsEntry_mC52591EDE1E60E5DEFB502ED18799BA405679CAA(__this, L_0, L_1, L_3, L_5, L_7, NULL);
|
|
V_0 = L_8;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::.ctor(UnityEngine.UIElements.UIR.RenderChain)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter__ctor_m7B7D655AAE041B4540B24C60524F5BB981022C4B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB1C66E719D981BFE5DC22DB62AF228F0F54879AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBEA6A1F9691514C467D6EC409CD28B9B54AC0F79_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE6A967BAC61940A70814BDD10C019CC887E70047_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1__ctor_m5C8EFB7406DF9F45E0E4197D518C95BCF90F503A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1__ctor_m7384E45640A9F8534A6F83F540E28154EE24A370_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRStylePainter_AllocRawVertsIndices_m48F1D779F4929DB89D00945A248278413A11508E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRStylePainter_AllocThroughDrawGradients_m9425256C6559AB8EF851C4515DE29E67A7ACF9C6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRStylePainter_AllocThroughDrawMesh_mEAAC71B2F7F66A5F8B7A02B7F635D165D757E22B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_0 = (List_1_tE6A967BAC61940A70814BDD10C019CC887E70047*)il2cpp_codegen_object_new(List_1_tE6A967BAC61940A70814BDD10C019CC887E70047_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mBEA6A1F9691514C467D6EC409CD28B9B54AC0F79(L_0, List_1__ctor_mBEA6A1F9691514C467D6EC409CD28B9B54AC0F79_RuntimeMethod_var);
|
|
__this->___m_Entries_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Entries_1), (void*)L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
__this->___m_ClipRectID_8 = L_1;
|
|
__this->___m_SVGBackgroundEntryIndex_9 = (-1);
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
TempDataAlloc_1__ctor_m5C8EFB7406DF9F45E0E4197D518C95BCF90F503A((&L_2), ((int32_t)8192), /*hidden argument*/TempDataAlloc_1__ctor_m5C8EFB7406DF9F45E0E4197D518C95BCF90F503A_RuntimeMethod_var);
|
|
__this->___m_VertsPool_10 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_VertsPool_10))->___excess_2), (void*)NULL);
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
TempDataAlloc_1__ctor_m7384E45640A9F8534A6F83F540E28154EE24A370((&L_3), ((int32_t)16384), /*hidden argument*/TempDataAlloc_1__ctor_m7384E45640A9F8534A6F83F540E28154EE24A370_RuntimeMethod_var);
|
|
__this->___m_IndicesPool_11 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_IndicesPool_11))->___excess_2), (void*)NULL);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___0_renderChain;
|
|
__this->___m_Owner_0 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Owner_0), (void*)L_4);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_5 = (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*)il2cpp_codegen_object_new(MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
MeshGenerationContext__ctor_m164C9A86871A2AF600C86C21FEBA66D6901552AA(L_5, __this, NULL);
|
|
__this->___U3CmeshGenerationContextU3Ek__BackingField_17 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmeshGenerationContextU3Ek__BackingField_17), (void*)L_5);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = ___0_renderChain;
|
|
NullCheck(L_6);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_7;
|
|
L_7 = RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline(L_6, NULL);
|
|
__this->___m_Atlas_2 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Atlas_2), (void*)L_7);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_8 = ___0_renderChain;
|
|
NullCheck(L_8);
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_9;
|
|
L_9 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(L_8, NULL);
|
|
__this->___m_VectorImageManager_3 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VectorImageManager_3), (void*)L_9);
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_10 = (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3*)il2cpp_codegen_object_new(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32(L_10, __this, (intptr_t)((void*)UIRStylePainter_AllocRawVertsIndices_m48F1D779F4929DB89D00945A248278413A11508E_RuntimeMethod_var), NULL);
|
|
__this->___m_AllocRawVertsIndicesDelegate_14 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocRawVertsIndicesDelegate_14), (void*)L_10);
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_11 = (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3*)il2cpp_codegen_object_new(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32(L_11, __this, (intptr_t)((void*)UIRStylePainter_AllocThroughDrawMesh_mEAAC71B2F7F66A5F8B7A02B7F635D165D757E22B_RuntimeMethod_var), NULL);
|
|
__this->___m_AllocThroughDrawMeshDelegate_15 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocThroughDrawMeshDelegate_15), (void*)L_11);
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_12 = (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3*)il2cpp_codegen_object_new(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32(L_12, __this, (intptr_t)((void*)UIRStylePainter_AllocThroughDrawGradients_m9425256C6559AB8EF851C4515DE29E67A7ACF9C6_RuntimeMethod_var), NULL);
|
|
__this->___m_AllocThroughDrawGradientsDelegate_16 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocThroughDrawGradientsDelegate_16), (void*)L_12);
|
|
V_0 = ((int32_t)32);
|
|
int32_t L_13 = V_0;
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_14 = (List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13*)il2cpp_codegen_object_new(List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
List_1__ctor_mB1C66E719D981BFE5DC22DB62AF228F0F54879AC(L_14, L_13, List_1__ctor_mB1C66E719D981BFE5DC22DB62AF228F0F54879AC_RuntimeMethod_var);
|
|
__this->___m_MeshWriteDataPool_12 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MeshWriteDataPool_12), (void*)L_14);
|
|
V_1 = 0;
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_15 = __this->___m_MeshWriteDataPool_12;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_16 = (MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*)il2cpp_codegen_object_new(MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
MeshWriteData__ctor_mE26BEBE58E1D88629F45BE5122D525CC2D44285D(L_16, NULL);
|
|
NullCheck(L_15);
|
|
List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_inline(L_15, L_16, List_1_Add_mA5979938E34FA0A04880E7E5471C0BD46F9BEB59_RuntimeMethod_var);
|
|
int32_t L_17 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = V_0;
|
|
V_2 = (bool)((((int32_t)L_18) < ((int32_t)L_19))? 1 : 0);
|
|
bool L_20 = V_2;
|
|
if (L_20)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_meshGenerationContext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRStylePainter_get_meshGenerationContext_mB63F25D7A6C4D1C9DBA9CD05ABB9F07DF3E99E94 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = __this->___U3CmeshGenerationContextU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_currentElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CcurrentElementU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_currentElement(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_set_currentElement_m5E4058261E9B6828ECADBD013F1B348AF679973B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_value;
|
|
__this->___U3CcurrentElementU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcurrentElementU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_entries()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* UIRStylePainter_get_entries_m51C037F9235EC5C23FF492A71ADDDF40DA2A0F03 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* V_0 = NULL;
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_0 = __this->___m_Entries_1;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_closingInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 UIRStylePainter_get_closingInfo_m75295781B091FB4E49BC9E20D4EF23BABAB9CA0B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_0 = __this->___m_ClosingInfo_5;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_totalVertices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CtotalVerticesU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_totalVertices(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CtotalVerticesU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_totalIndices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CtotalIndicesU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_totalIndices(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CtotalIndicesU3Ek__BackingField_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_disposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRStylePainter_get_disposed_m22753C70A77F93C8D1CDCD0FBEFF9C626F8CE96A (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::set_disposed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_set_disposed_mCD08EE6F795D822796550FBE722194CF5336C161 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField_21 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Dispose_m10F336357861E65749317AF0C3DEE94FD8675D59 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __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;
|
|
}
|
|
{
|
|
UIRStylePainter_Dispose_m451F7C00E454B6BC872C79913FD70CE8838E46E5(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Dispose_m451F7C00E454B6BC872C79913FD70CE8838E46E5 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Dispose_m3288C9252867094CFABD4D5C5F81EBEDB2FFAD5C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Dispose_mEB2F7EDDCA767A4D5CD140391D4B7403D53DDB40_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = UIRStylePainter_get_disposed_m22753C70A77F93C8D1CDCD0FBEFF9C626F8CE96A_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* L_4 = (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02*)(&__this->___m_IndicesPool_11);
|
|
TempDataAlloc_1_Dispose_m3288C9252867094CFABD4D5C5F81EBEDB2FFAD5C(L_4, TempDataAlloc_1_Dispose_m3288C9252867094CFABD4D5C5F81EBEDB2FFAD5C_RuntimeMethod_var);
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_5 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
TempDataAlloc_1_Dispose_mEB2F7EDDCA767A4D5CD140391D4B7403D53DDB40(L_5, TempDataAlloc_1_Dispose_mEB2F7EDDCA767A4D5CD140391D4B7403D53DDB40_RuntimeMethod_var);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
UIRStylePainter_set_disposed_mCD08EE6F795D822796550FBE722194CF5336C161_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Begin(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Begin_mBE0C74673300BC57241BC91A046FB5A299137377 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50F58AFFBE03184F7FA9FDE5764A80ACD76DD366);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_7 = NULL;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_11 = NULL;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_14 = NULL;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B7_0 = NULL;
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B6_0 = NULL;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 G_B8_0;
|
|
memset((&G_B8_0), 0, sizeof(G_B8_0));
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B8_1 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
UIRStylePainter_set_currentElement_m5E4058261E9B6828ECADBD013F1B348AF679973B_inline(__this, L_0, NULL);
|
|
__this->___m_NextMeshWriteDataPoolItem_13 = 0;
|
|
__this->___m_SVGBackgroundEntryIndex_9 = (-1);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1;
|
|
L_1 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
|
|
int32_t L_5 = 0;
|
|
V_2 = (bool)L_5;
|
|
L_4->___disableNudging_21 = (bool)L_5;
|
|
bool L_6 = V_2;
|
|
L_2->___usesLegacyText_22 = L_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_8 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_7->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9;
|
|
L_9 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_9);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_9->___renderChainData_26);
|
|
int32_t L_11 = 0;
|
|
V_3 = L_11;
|
|
L_10->___displacementUVEnd_27 = L_11;
|
|
int32_t L_12 = V_3;
|
|
L_8->___displacementUVStart_26 = L_12;
|
|
__this->___m_MaskDepth_6 = 0;
|
|
__this->___m_StencilRef_7 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13;
|
|
L_13 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_14;
|
|
L_14 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_13, NULL);
|
|
V_4 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15;
|
|
L_15 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
V_0 = L_15;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_0;
|
|
V_5 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_16) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_17 = V_5;
|
|
if (!L_17)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
int32_t L_20 = L_19->___childrenMaskDepth_20;
|
|
__this->___m_MaskDepth_6 = L_20;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_22 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_21->___renderChainData_26);
|
|
int32_t L_23 = L_22->___childrenStencilRef_19;
|
|
__this->___m_StencilRef_7 = L_23;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24;
|
|
L_24 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_24, NULL);
|
|
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_25&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_26 = V_1;
|
|
V_6 = L_26;
|
|
bool L_27 = V_6;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_28 = __this->___m_Owner_0;
|
|
NullCheck(L_28);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_29;
|
|
L_29 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_28, NULL);
|
|
V_7 = L_29;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_30 = V_7;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31;
|
|
L_31 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_30);
|
|
L_30->___owner_1 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___owner_1), (void*)L_31);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_32 = V_7;
|
|
NullCheck(L_32);
|
|
L_32->___type_5 = 3;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_33 = __this->___m_Entries_1;
|
|
il2cpp_codegen_initobj((&V_8), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_34 = V_7;
|
|
(&V_8)->___customCommand_7 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___customCommand_7), (void*)L_34);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_35 = V_8;
|
|
NullCheck(L_33);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_33, L_35, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_36 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_37 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_38 = 1;
|
|
V_2 = (bool)L_38;
|
|
L_37->___popViewMatrix_1 = (bool)L_38;
|
|
bool L_39 = V_2;
|
|
L_36->___needsClosing_0 = L_39;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = V_0;
|
|
V_9 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_40) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_41 = V_9;
|
|
if (!L_41)
|
|
{
|
|
goto IL_014c;
|
|
}
|
|
}
|
|
{
|
|
bool L_42 = V_1;
|
|
G_B6_0 = __this;
|
|
if (L_42)
|
|
{
|
|
G_B7_0 = __this;
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = V_0;
|
|
NullCheck(L_43);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_44 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_43->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_45 = L_44->___clipRectID_29;
|
|
G_B8_0 = L_45;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0145;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_46 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
G_B8_0 = L_46;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
G_B8_1->___m_ClipRectID_8 = G_B8_0;
|
|
goto IL_0157;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_47 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
__this->___m_ClipRectID_8 = L_47;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = ___0_ve;
|
|
NullCheck(L_48);
|
|
int32_t L_49;
|
|
L_49 = VisualElement_get_subRenderTargetMode_mD2DC47F60E9266F26F7A67A1FC991B3B571C59AF(L_48, NULL);
|
|
V_10 = (bool)((!(((uint32_t)L_49) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_50 = V_10;
|
|
if (!L_50)
|
|
{
|
|
goto IL_01ec;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_51 = __this->___m_Owner_0;
|
|
NullCheck(L_51);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_52;
|
|
L_52 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_51, NULL);
|
|
V_11 = L_52;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_53 = V_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54;
|
|
L_54 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_53);
|
|
L_53->___owner_1 = L_54;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_53->___owner_1), (void*)L_54);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_55 = V_11;
|
|
NullCheck(L_55);
|
|
L_55->___type_5 = 7;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_56 = __this->___m_Entries_1;
|
|
il2cpp_codegen_initobj((&V_8), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_57 = V_11;
|
|
(&V_8)->___customCommand_7 = L_57;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___customCommand_7), (void*)L_57);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_58 = V_8;
|
|
NullCheck(L_56);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_56, L_58, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_59 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_60 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_61 = 1;
|
|
V_2 = (bool)L_61;
|
|
L_60->___blitAndPopRenderTexture_3 = (bool)L_61;
|
|
bool L_62 = V_2;
|
|
L_59->___needsClosing_0 = L_62;
|
|
int32_t L_63 = __this->___m_MaskDepth_6;
|
|
if ((((int32_t)L_63) > ((int32_t)0)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_64 = __this->___m_StencilRef_7;
|
|
G_B14_0 = ((((int32_t)L_64) > ((int32_t)0))? 1 : 0);
|
|
goto IL_01da;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
G_B14_0 = 1;
|
|
}
|
|
|
|
IL_01da:
|
|
{
|
|
V_12 = (bool)G_B14_0;
|
|
bool L_65 = V_12;
|
|
if (!L_65)
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral50F58AFFBE03184F7FA9FDE5764A80ACD76DD366, NULL);
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
}
|
|
|
|
IL_01ec:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___0_ve;
|
|
NullCheck(L_66);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_67;
|
|
L_67 = VisualElement_get_defaultMaterial_mCEEC94CA30E5A9465E9452CF7B4CDBB71E9B9B55(L_66, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_67, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_13 = L_68;
|
|
bool L_69 = V_13;
|
|
if (!L_69)
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_70 = __this->___m_Owner_0;
|
|
NullCheck(L_70);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_71;
|
|
L_71 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_70, NULL);
|
|
V_14 = L_71;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_72 = V_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73;
|
|
L_73 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_72);
|
|
L_72->___owner_1 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_72->___owner_1), (void*)L_73);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_74 = V_14;
|
|
NullCheck(L_74);
|
|
L_74->___type_5 = ((int32_t)10);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_75 = V_14;
|
|
NullCheck(L_75);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_76 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_75->___state_6);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___0_ve;
|
|
NullCheck(L_77);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_78;
|
|
L_78 = VisualElement_get_defaultMaterial_mCEEC94CA30E5A9465E9452CF7B4CDBB71E9B9B55(L_77, NULL);
|
|
L_76->___material_0 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_76->___material_0), (void*)L_78);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_79 = __this->___m_Entries_1;
|
|
il2cpp_codegen_initobj((&V_8), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_80 = V_14;
|
|
(&V_8)->___customCommand_7 = L_80;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___customCommand_7), (void*)L_80);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_81 = V_8;
|
|
NullCheck(L_79);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_79, L_81, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_82 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_83 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_84 = 1;
|
|
V_2 = (bool)L_84;
|
|
L_83->___PopDefaultMaterial_4 = (bool)L_84;
|
|
bool L_85 = V_2;
|
|
L_82->___needsClosing_0 = L_85;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::LandClipUnregisterMeshDrawCommand(UnityEngine.UIElements.UIR.RenderChainCommand)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_LandClipUnregisterMeshDrawCommand_mF9234C5CA2E869318FFA362A118DC4FF6DA492E6 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, 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;
|
|
}
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_0 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
bool L_1 = L_0->___needsClosing_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_1, NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_2 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___0_cmd;
|
|
L_2->___clipUnregisterDrawCommand_5 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___clipUnregisterDrawCommand_5), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::LandClipRegisterMesh(Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>,Unity.Collections.NativeSlice`1<System.UInt16>,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_LandClipRegisterMesh_mE332BC477324B0524ED01ABAE61E0BC8F4654736 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, int32_t ___2_indexOffset, 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;
|
|
}
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_0 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
bool L_1 = L_0->___needsClosing_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_1, NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_2 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_3 = ___0_vertices;
|
|
L_2->___clipperRegisterVertices_6 = L_3;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_4 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_5 = ___1_indices;
|
|
L_4->___clipperRegisterIndices_7 = L_5;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_6 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_7 = ___2_indexOffset;
|
|
L_6->___clipperRegisterIndexOffset_8 = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AddGradientsEntry(System.Int32,System.Int32,UnityEngine.UIElements.TextureId,UnityEngine.Material,UnityEngine.UIElements.MeshGenerationContext/MeshFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_AddGradientsEntry_mC52591EDE1E60E5DEFB502ED18799BA405679CAA (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___2_texture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_flags, 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*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
|
|
bool V_1 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_4 = NULL;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_0;
|
|
L_0 = UIRStylePainter_GetPooledMeshWriteData_m63A73799B10D104E623D5C488C07723CA935F28E(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___0_vertexCount;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_indexCount;
|
|
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_4 = V_0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_5 = V_2;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_6 = V_3;
|
|
NullCheck(L_4);
|
|
MeshWriteData_Reset_m6B6FF37F649EF5420127C732171A7647C8AE36DD(L_4, L_5, L_6, NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_7 = V_0;
|
|
V_4 = L_7;
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
il2cpp_codegen_initobj((&V_5), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_8 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
int32_t L_9 = ___0_vertexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_10;
|
|
L_10 = TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430(L_8, L_9, TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
(&V_5)->___vertices_0 = L_10;
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* L_11 = (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02*)(&__this->___m_IndicesPool_11);
|
|
int32_t L_12 = ___1_indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_13;
|
|
L_13 = TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414(L_11, L_12, TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
(&V_5)->___indices_1 = L_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = ___3_material;
|
|
(&V_5)->___material_2 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___material_2), (void*)L_14);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_15 = ___2_texture;
|
|
(&V_5)->___texture_6 = L_15;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = __this->___m_ClipRectID_8;
|
|
(&V_5)->___clipRectID_8 = L_16;
|
|
int32_t L_17 = __this->___m_StencilRef_7;
|
|
(&V_5)->___stencilRef_13 = L_17;
|
|
int32_t L_18 = __this->___m_MaskDepth_6;
|
|
(&V_5)->___maskDepth_14 = L_18;
|
|
(&V_5)->___addFlags_9 = 4;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_19 = V_5;
|
|
__this->___m_CurrentEntry_4 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___material_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___custom_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___font_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___customCommand_7), (void*)NULL);
|
|
#endif
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_20 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_21 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_20->___vertices_0);
|
|
int32_t L_22;
|
|
L_22 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_21, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_23 = ___0_vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_22) == ((int32_t)L_23))? 1 : 0), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_24 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_25 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_24->___indices_1);
|
|
int32_t L_26;
|
|
L_26 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_25, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_27 = ___1_indexCount;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_26) == ((int32_t)L_27))? 1 : 0), NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_28 = V_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_29 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_30 = L_29->___vertices_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_31 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_32 = L_31->___indices_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_33), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
MeshWriteData_Reset_m9913BC84BDFAAAB9E2E0A8CBD39721175F2A2233(L_28, L_30, L_32, L_33, NULL);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_34 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_35 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_34);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_34, L_35, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
int32_t L_36;
|
|
L_36 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_37 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_38 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_37->___vertices_0);
|
|
int32_t L_39;
|
|
L_39 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_38, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_36, L_39)), NULL);
|
|
int32_t L_40;
|
|
L_40 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_41 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_42 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_41->___indices_1);
|
|
int32_t L_43;
|
|
L_43 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_42, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_40, L_43)), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_44 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_44, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_45 = V_0;
|
|
V_4 = L_45;
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_46 = V_4;
|
|
return L_46;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawMesh(System.Int32,System.Int32,UnityEngine.Texture,UnityEngine.Material,UnityEngine.UIElements.MeshGenerationContext/MeshFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* UIRStylePainter_DrawMesh_mA480E5413BAD0DE6D6B9908F696D243A3A3F09FF (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_flags, 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*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_5 = NULL;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_0;
|
|
L_0 = UIRStylePainter_GetPooledMeshWriteData_m63A73799B10D104E623D5C488C07723CA935F28E(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___0_vertexCount;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_indexCount;
|
|
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_4 = V_0;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_5 = V_3;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_6 = V_4;
|
|
NullCheck(L_4);
|
|
MeshWriteData_Reset_m6B6FF37F649EF5420127C732171A7647C8AE36DD(L_4, L_5, L_6, NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_7 = V_0;
|
|
V_5 = L_7;
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
il2cpp_codegen_initobj((&V_6), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_8 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
int32_t L_9 = ___0_vertexCount;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_10;
|
|
L_10 = TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430(L_8, L_9, TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
(&V_6)->___vertices_0 = L_10;
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* L_11 = (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02*)(&__this->___m_IndicesPool_11);
|
|
int32_t L_12 = ___1_indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_13;
|
|
L_13 = TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414(L_11, L_12, TempDataAlloc_1_Alloc_m436621F00E80CCFA1A53995B784BF8D225062414_RuntimeMethod_var);
|
|
(&V_6)->___indices_1 = L_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = ___3_material;
|
|
(&V_6)->___material_2 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___material_2), (void*)L_14);
|
|
int32_t L_15 = ___4_flags;
|
|
(&V_6)->___uvIsDisplacement_10 = (bool)((((int32_t)((int32_t)((int32_t)L_15&1))) == ((int32_t)1))? 1 : 0);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = __this->___m_ClipRectID_8;
|
|
(&V_6)->___clipRectID_8 = L_16;
|
|
int32_t L_17 = __this->___m_StencilRef_7;
|
|
(&V_6)->___stencilRef_13 = L_17;
|
|
int32_t L_18 = __this->___m_MaskDepth_6;
|
|
(&V_6)->___maskDepth_14 = L_18;
|
|
(&V_6)->___addFlags_9 = 0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_19 = V_6;
|
|
__this->___m_CurrentEntry_4 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___material_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___custom_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___font_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_CurrentEntry_4))->___customCommand_7), (void*)NULL);
|
|
#endif
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_20 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_21 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_20->___vertices_0);
|
|
int32_t L_22;
|
|
L_22 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_21, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_23 = ___0_vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_22) == ((int32_t)L_23))? 1 : 0), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_24 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_25 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_24->___indices_1);
|
|
int32_t L_26;
|
|
L_26 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_25, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_27 = ___1_indexCount;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_26) == ((int32_t)L_27))? 1 : 0), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28 = ___2_texture;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_28, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_7 = L_29;
|
|
bool L_30 = V_7;
|
|
if (!L_30)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = ___4_flags;
|
|
if ((((int32_t)((int32_t)((int32_t)L_31&2))) == ((int32_t)2)))
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_32 = __this->___m_Atlas_2;
|
|
if (!L_32)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_33 = __this->___m_Atlas_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34;
|
|
L_34 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35 = ___2_texture;
|
|
NullCheck(L_33);
|
|
bool L_36;
|
|
L_36 = VirtualFuncInvoker4< bool, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(4 /* System.Boolean UnityEngine.UIElements.AtlasBase::TryGetAtlas(UnityEngine.UIElements.VisualElement,UnityEngine.Texture2D,UnityEngine.UIElements.TextureId&,UnityEngine.RectInt&) */, L_33, L_34, ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_35, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var)), (&V_8), (&V_9));
|
|
G_B10_0 = ((int32_t)(L_36));
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
V_10 = (bool)G_B10_0;
|
|
bool L_37 = V_10;
|
|
if (!L_37)
|
|
{
|
|
goto IL_01a0;
|
|
}
|
|
}
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_38 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_38->___addFlags_9 = 3;
|
|
int32_t L_39;
|
|
L_39 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA((&V_9), NULL);
|
|
int32_t L_40;
|
|
L_40 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878((&V_9), NULL);
|
|
int32_t L_41;
|
|
L_41 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_9), NULL);
|
|
int32_t L_42;
|
|
L_42 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_9), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_1), ((float)L_39), ((float)L_40), ((float)L_41), ((float)L_42), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_43 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_44 = V_8;
|
|
L_43->___texture_6 = L_44;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_45 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46;
|
|
L_46 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_47 = ___2_texture;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_48 = V_8;
|
|
NullCheck(L_45);
|
|
RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624(L_45, L_46, L_47, L_48, (bool)1, NULL);
|
|
goto IL_01de;
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_49;
|
|
L_49 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_50 = ___2_texture;
|
|
NullCheck(L_49);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_51;
|
|
L_51 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_49, L_50, NULL);
|
|
V_11 = L_51;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_52 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_52->___addFlags_9 = 2;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_53 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_54 = V_11;
|
|
L_53->___texture_6 = L_54;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_55 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56;
|
|
L_56 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_57 = ___2_texture;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_58 = V_11;
|
|
NullCheck(L_55);
|
|
RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624(L_55, L_56, L_57, L_58, (bool)0, NULL);
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_59 = V_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_60 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_61 = L_60->___vertices_0;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_62 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_63 = L_62->___indices_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_64 = V_1;
|
|
NullCheck(L_59);
|
|
MeshWriteData_Reset_m9913BC84BDFAAAB9E2E0A8CBD39721175F2A2233(L_59, L_61, L_63, L_64, NULL);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_65 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_66 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_65);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_65, L_66, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
int32_t L_67;
|
|
L_67 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_68 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_69 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_68->___vertices_0);
|
|
int32_t L_70;
|
|
L_70 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_69, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_67, L_70)), NULL);
|
|
int32_t L_71;
|
|
L_71 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_72 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_73 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_72->___indices_1);
|
|
int32_t L_74;
|
|
L_74 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_73, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_71, L_74)), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_75 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_75, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_76 = V_0;
|
|
V_5 = L_76;
|
|
goto IL_025c;
|
|
}
|
|
|
|
IL_025c:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_77 = V_5;
|
|
return L_77;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawText(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawText_mD10147BAE602480592BC283B361A974565AB9CED (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_0 = ___0_textParams;
|
|
bool L_1;
|
|
L_1 = TextUtilities_IsFontAssigned_m0C55FE336283BAE17544C4028FD4E00CF29A9375(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_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
RuntimeObject* L_3 = ___1_handle;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean UnityEngine.UIElements.ITextHandle::IsLegacy() */, ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var, L_3);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_6 = ___0_textParams;
|
|
RuntimeObject* L_7 = ___1_handle;
|
|
float L_8 = ___2_pixelsPerPoint;
|
|
UIRStylePainter_DrawTextNative_m1652041A50623B5B6051E0D97D890F744059A645(__this, L_6, L_7, L_8, NULL);
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_9 = ___0_textParams;
|
|
RuntimeObject* L_10 = ___1_handle;
|
|
float L_11 = ___2_pixelsPerPoint;
|
|
UIRStylePainter_DrawTextCore_m4519FB9743DF605B617C03058CBD93E0EAC1F88C(__this, L_9, L_10, L_11, NULL);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawTextNative(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawTextNative_m1652041A50623B5B6051E0D97D890F744059A645 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1;
|
|
L_1 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_0, NULL);
|
|
float L_2 = ___2_pixelsPerPoint;
|
|
float L_3;
|
|
L_3 = TextUtilities_ComputeTextScaling_m94A19D2387829B6A4970FDCA72D4BE08EAD8F136(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
RuntimeObject* L_4 = ___1_handle;
|
|
V_2 = ((*(TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2*)((TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2*)(TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2*)UnBox(L_4, TextNativeHandle_t395D81DA6D082099C05B04608D954C9616A254E2_il2cpp_TypeInfo_var))));
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_5 = ___0_textParams;
|
|
float L_6 = V_0;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 L_7;
|
|
L_7 = TextNativeHandle_GetVertices_m8AE5CB4E80201525F5E36B3648FE1B8670D0652A((&V_2), L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0149:
|
|
{// begin finally (depth: 1)
|
|
NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1((&V_1), NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_8;
|
|
L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length_1);
|
|
V_5 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_5;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_10 = ___0_textParams;
|
|
float L_11 = V_0;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_12;
|
|
L_12 = TextParams_GetTextNativeSettings_m9DB7A56B76F6076566ED602969C517C7A4CB6DC0(L_10, L_11, NULL);
|
|
V_3 = L_12;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_13 = V_3;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_14 = ___0_textParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_15 = L_14.___rect_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = TextNative_GetOffset_mBBAE5C3304645D4295B723ABC9245AD6751ECD36(L_13, L_15, NULL);
|
|
V_4 = L_16;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_17 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_17->___isTextEntry_11 = (bool)1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_18 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_19 = __this->___m_ClipRectID_8;
|
|
L_18->___clipRectID_8 = L_19;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_20 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_21 = __this->___m_StencilRef_7;
|
|
L_20->___stencilRef_13 = L_21;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_22 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_23 = __this->___m_MaskDepth_6;
|
|
L_22->___maskDepth_14 = L_23;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 L_24 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_4;
|
|
il2cpp_codegen_initobj((&V_6), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_26 = __this->___m_AllocRawVertsIndicesDelegate_14;
|
|
(&V_6)->___alloc_0 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___alloc_0), (void*)L_26);
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_27 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeText_m6242A075BE51F76E18878D531D2B3D101F047A00(L_24, L_25, L_27, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_28 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_29 = ___0_textParams;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_30 = L_29.___font_2;
|
|
NullCheck(L_30);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31;
|
|
L_31 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_30, NULL);
|
|
NullCheck(L_31);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_32;
|
|
L_32 = Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D(L_31, NULL);
|
|
L_28->___font_4 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_28->___font_4), (void*)L_32);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_33 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_34 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_33);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_33, L_34, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
int32_t L_35;
|
|
L_35 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_36 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_37 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_36->___vertices_0);
|
|
int32_t L_38;
|
|
L_38 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_37, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_35, L_38)), NULL);
|
|
int32_t L_39;
|
|
L_39 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_40 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_41 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_40->___indices_1);
|
|
int32_t L_42;
|
|
L_42 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_41, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_39, L_42)), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_43 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_43, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44;
|
|
L_44 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_44);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_45 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_44->___renderChainData_26);
|
|
L_45->___usesLegacyText_22 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46;
|
|
L_46 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_46);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_47 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_46->___renderChainData_26);
|
|
L_47->___disableNudging_21 = (bool)1;
|
|
goto IL_0158;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawTextCore(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawTextCore_m4519FB9743DF605B617C03058CBD93E0EAC1F88C (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75DD2D44571F44B6F1140AB52193761B47728B9B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_4 = NULL;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___1_handle;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_1 = ___0_textParams;
|
|
float L_2 = ___2_pixelsPerPoint;
|
|
NullCheck(L_0);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_3;
|
|
L_3 = InterfaceFuncInvoker2< TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09*, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F, float >::Invoke(4 /* UnityEngine.TextCore.Text.TextInfo UnityEngine.UIElements.ITextHandle::Update(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,System.Single) */, ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var, L_0, L_1, L_2);
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
goto IL_020a;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_5 = L_4->___meshInfo_15;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)))->___vertexCount_1;
|
|
V_2 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_9 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = __this->___m_ClipRectID_8;
|
|
L_9->___clipRectID_8 = L_10;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_11 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_12 = __this->___m_StencilRef_7;
|
|
L_11->___stencilRef_13 = L_12;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_13 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_14 = __this->___m_MaskDepth_6;
|
|
L_13->___maskDepth_14 = L_14;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_16 = L_15->___meshInfo_15;
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = ((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17)))->___material_7;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_18, NULL);
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_19, _stringLiteral75DD2D44571F44B6F1140AB52193761B47728B9B, NULL);
|
|
V_3 = L_20;
|
|
bool L_21 = V_3;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_23 = L_22->___meshInfo_15;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_25 = ((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24)))->___material_7;
|
|
NullCheck(L_25);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26;
|
|
L_26 = Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D(L_25, NULL);
|
|
V_4 = L_26;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_27;
|
|
L_27 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28 = V_4;
|
|
NullCheck(L_27);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_29;
|
|
L_29 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_27, L_28, NULL);
|
|
V_5 = L_29;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_30 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_31 = V_5;
|
|
L_30->___texture_6 = L_31;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_32 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33;
|
|
L_33 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_34 = V_4;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_35 = V_5;
|
|
NullCheck(L_32);
|
|
RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624(L_32, L_33, L_34, L_35, (bool)0, NULL);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_37 = L_36->___meshInfo_15;
|
|
int32_t L_38 = V_1;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_41 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_textParams)->___rect_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC(L_41, NULL);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_43 = __this->___m_AllocRawVertsIndicesDelegate_14;
|
|
(&V_6)->___alloc_0 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___alloc_0), (void*)L_43);
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_44 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeText_m711A84C42C5019DEDB437A8AF3FB9D17A7872CDE(L_40, L_42, L_44, 2, (bool)0, NULL);
|
|
goto IL_01ab;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_45 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_45->___isTextEntry_11 = (bool)1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_46 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_47 = V_0;
|
|
NullCheck(L_47);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_48 = L_47->___meshInfo_15;
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_50 = ((L_48)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_49)))->___material_7;
|
|
il2cpp_codegen_runtime_class_init_inline(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
int32_t L_51 = ((TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields*)il2cpp_codegen_static_fields_for(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var))->___ID_GradientScale_19;
|
|
NullCheck(L_50);
|
|
float L_52;
|
|
L_52 = Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932(L_50, L_51, NULL);
|
|
L_46->___fontTexSDFScale_5 = L_52;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_53 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_54 = V_0;
|
|
NullCheck(L_54);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_55 = L_54->___meshInfo_15;
|
|
int32_t L_56 = V_1;
|
|
NullCheck(L_55);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = ((L_55)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_56)))->___material_7;
|
|
NullCheck(L_57);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_58;
|
|
L_58 = Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D(L_57, NULL);
|
|
L_53->___font_4 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_53->___font_4), (void*)L_58);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59;
|
|
L_59 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_60;
|
|
L_60 = RenderEvents_NeedsColorID_mC21A9C7DE5F02BAEADE4AFA295175F62081707A0(L_59, NULL);
|
|
V_7 = L_60;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_61 = V_0;
|
|
NullCheck(L_61);
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* L_62 = L_61->___meshInfo_15;
|
|
int32_t L_63 = V_1;
|
|
NullCheck(L_62);
|
|
int32_t L_64 = L_63;
|
|
MeshInfo_tE55C4A8846CC2C399CCC3FE989476D987B86AB2F L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_66 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_textParams)->___rect_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_67;
|
|
L_67 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC(L_66, NULL);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_68 = __this->___m_AllocRawVertsIndicesDelegate_14;
|
|
(&V_6)->___alloc_0 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___alloc_0), (void*)L_68);
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_69 = V_6;
|
|
bool L_70 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeText_m711A84C42C5019DEDB437A8AF3FB9D17A7872CDE(L_65, L_67, L_69, 1, L_70, NULL);
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_71 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_72 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_71);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_71, L_72, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
int32_t L_73;
|
|
L_73 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_74 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_75 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_74->___vertices_0);
|
|
int32_t L_76;
|
|
L_76 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_75, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_73, L_76)), NULL);
|
|
int32_t L_77;
|
|
L_77 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_78 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_79 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_78->___indices_1);
|
|
int32_t L_80;
|
|
L_80 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_79, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_77, L_80)), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_81 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_81, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
int32_t L_82 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
int32_t L_83 = V_1;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_84 = V_0;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = L_84->___materialCount_9;
|
|
V_8 = (bool)((((int32_t)L_83) < ((int32_t)L_85))? 1 : 0);
|
|
bool L_86 = V_8;
|
|
if (L_86)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawRectangle(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawRectangle_mEB8222C8E224C7B8294BB2AC42E785CBEEB5F878 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect_0);
|
|
float L_1;
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_0, NULL);
|
|
if ((((float)L_1) < ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect_0);
|
|
float L_3;
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_2, NULL);
|
|
G_B3_0 = ((((float)L_3) < ((float)(1.0E-30f)))? 1 : 0);
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_5 = __this->___m_AllocThroughDrawMeshDelegate_15;
|
|
(&V_2)->___alloc_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___alloc_0), (void*)L_5);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_6 = ___0_rectParams;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_7 = L_6.___texture_3;
|
|
(&V_2)->___texture_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___texture_1), (void*)L_7);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_8 = ___0_rectParams;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8.___material_6;
|
|
(&V_2)->___material_3 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___material_3), (void*)L_9);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_10 = ___0_rectParams;
|
|
int32_t L_11 = L_10.___meshFlags_21;
|
|
(&V_2)->___flags_4 = L_11;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_12 = V_2;
|
|
V_0 = L_12;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_13 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_14 = L_13.___vectorImage_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_3 = L_15;
|
|
bool L_16 = V_3;
|
|
if (!L_16)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_17 = ___0_rectParams;
|
|
UIRStylePainter_DrawVectorImage_mF96A9350BD4A0F9C4CEB2CA60DE5C9A01CEAE128(__this, L_17, NULL);
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_18 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_19 = L_18.___sprite_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_20;
|
|
L_20 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_19, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_4 = L_20;
|
|
bool L_21 = V_4;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_22 = ___0_rectParams;
|
|
UIRStylePainter_DrawSprite_mBDE4EAC69B70288EC5B365A85C2F3F4C476E9855(__this, L_22, NULL);
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_23 = ___0_rectParams;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = L_23.___texture_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_25;
|
|
L_25 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_24, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_5 = L_25;
|
|
bool L_26 = V_5;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_27 = ___0_rectParams;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_28 = V_0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_29 = ___0_rectParams;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_30 = L_29.___colorPage_20;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeTexturedRect_m6394823991B5F8A499597B39138C33E09B67F485(L_27, (0.0f), L_28, L_30, NULL);
|
|
goto IL_00ec;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_31 = ___0_rectParams;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_32 = L_31.___texture_3;
|
|
UIRStylePainter_ApplyInset_mFC5D90320765493B1EFB364107BD7DE1C30CE202(__this, (&___0_rectParams), L_32, NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_33 = ___0_rectParams;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_34 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeSolidRect_m3666B25BBD1D0E5670C23A72CC18EA3580064963(L_33, (0.0f), L_34, NULL);
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawBorder(UnityEngine.UIElements.MeshGenerationContextUtils/BorderParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawBorder_m51426C06169C0FEBD9A8AF5FFF23D42DA87AF33D (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 ___0_borderParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_0 = ___0_borderParams;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_1 = __this->___m_AllocThroughDrawMeshDelegate_15;
|
|
(&V_0)->___alloc_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___alloc_0), (void*)L_1);
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_2 = ___0_borderParams;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = L_2.___material_14;
|
|
(&V_0)->___material_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___material_3), (void*)L_3);
|
|
(&V_0)->___texture_1 = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___texture_1), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL);
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeBorder_m41B0B67E41490CAA008DA560BBF9A5BBE9C9EA2D(L_0, (0.0f), L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawImmediate(System.Action,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawImmediate_mB251DA87B43F75DF4CE49034EE98FAE09AD2EA3A (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_callback, bool ___1_cullingEnabled, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B2_0 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B3_1 = NULL;
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = __this->___m_Owner_0;
|
|
NullCheck(L_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
|
|
L_1 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_0, NULL);
|
|
V_0 = L_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
|
|
bool L_3 = ___1_cullingEnabled;
|
|
G_B1_0 = L_2;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___type_5 = G_B3_0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5;
|
|
L_5 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
L_4->___owner_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___owner_1), (void*)L_5);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_7 = ___0_callback;
|
|
NullCheck(L_6);
|
|
L_6->___callback_10 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___callback_10), (void*)L_7);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_8 = __this->___m_Entries_1;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = V_0;
|
|
(&V_1)->___customCommand_7 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___customCommand_7), (void*)L_9);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_10 = V_1;
|
|
NullCheck(L_8);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_8, L_10, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::get_visualElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIRStylePainter_get_visualElement_m76F935681F7897F2750C31DA435AFBE478E9385A (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVisualElementBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVisualElementBackground_mDD504747ED58E0E8E9DC0A1FE462A5D7B311587F (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, 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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_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));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
float V_11 = 0.0f;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
int32_t G_B3_0 = 0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B8_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B7_0 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B9_1 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_0, NULL);
|
|
V_5 = L_1;
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_5), NULL);
|
|
if ((((float)L_2) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_3, NULL);
|
|
V_5 = L_4;
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_5), NULL);
|
|
G_B3_0 = ((((int32_t)((!(((float)L_5) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_4 = (bool)G_B3_0;
|
|
bool L_6 = V_4;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0466;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_8;
|
|
L_8 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_7, NULL);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C L_9 = (*(ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C*)L_8);
|
|
V_0 = L_9;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
|
|
L_10 = ComputedStyle_get_backgroundColor_m504A3843A96727FD70B1ACA523F27EAD1BAF8A21((&V_0), NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11;
|
|
L_11 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_12;
|
|
L_12 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_10, L_11, NULL);
|
|
V_6 = L_12;
|
|
bool L_13 = V_6;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_8), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14;
|
|
L_14 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_14);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_15;
|
|
L_15 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_14, NULL);
|
|
(&V_8)->___rect_0 = L_15;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = ComputedStyle_get_backgroundColor_m504A3843A96727FD70B1ACA523F27EAD1BAF8A21((&V_0), NULL);
|
|
(&V_8)->___color_2 = L_16;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18;
|
|
L_18 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_20 = L_19->___backgroundColorID_32;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_21;
|
|
L_21 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_17, L_20, NULL);
|
|
(&V_8)->___colorPage_20 = L_21;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22;
|
|
L_22 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_22, NULL);
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_23);
|
|
G_B7_0 = (&V_8);
|
|
if ((((int32_t)L_24) == ((int32_t)1)))
|
|
{
|
|
G_B8_0 = (&V_8);
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25;
|
|
L_25 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
G_B9_0 = L_25;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B9_0 = L_26;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
G_B9_1->___playmodeTintColor_8 = G_B9_0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_27 = V_8;
|
|
V_7 = L_27;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28;
|
|
L_28 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_29 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_7)->___topLeftRadius_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_30 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_7)->___bottomLeftRadius_12);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_31 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_7)->___topRightRadius_10);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_32 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_7)->___bottomRightRadius_11);
|
|
MeshGenerationContextUtils_GetVisualElementRadii_mFE9E8F24A2AD07A7A8F143AA599BF4F24FD07BE7(L_28, L_29, L_30, L_31, L_32, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33;
|
|
L_33 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
MeshGenerationContextUtils_AdjustBackgroundSizeForBorders_m5FCE16372FEA6EC53AD1C30A218F3E469F1E2FCF(L_33, (&V_7), NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_34 = V_7;
|
|
UIRStylePainter_DrawRectangle_mEB8222C8E224C7B8294BB2AC42E785CBEEB5F878(__this, L_34, NULL);
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
int32_t L_35;
|
|
L_35 = ComputedStyle_get_unitySliceLeft_mAF9F39984C608FE1F1FEBCE6779EE1BE77C5D72F((&V_0), NULL);
|
|
int32_t L_36;
|
|
L_36 = ComputedStyle_get_unitySliceTop_m976A8262A1C8933B052D2311372A2393A59F5A6D((&V_0), NULL);
|
|
int32_t L_37;
|
|
L_37 = ComputedStyle_get_unitySliceRight_m69474B745D3F01D9D77F262ADF24EF7E1D31AB66((&V_0), NULL);
|
|
int32_t L_38;
|
|
L_38 = ComputedStyle_get_unitySliceBottom_m8C7E80317111D45183392C3C28974D1462D45032((&V_0), NULL);
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_1), ((float)L_35), ((float)L_36), ((float)L_37), ((float)L_38), NULL);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39;
|
|
L_39 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_40 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_2)->___topLeftRadius_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_41 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_2)->___bottomLeftRadius_12);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_42 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_2)->___topRightRadius_10);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_43 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_2)->___bottomRightRadius_11);
|
|
MeshGenerationContextUtils_GetVisualElementRadii_mFE9E8F24A2AD07A7A8F143AA599BF4F24FD07BE7(L_39, L_40, L_41, L_42, L_43, NULL);
|
|
Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 L_44;
|
|
L_44 = ComputedStyle_get_backgroundImage_mDA7EAE73F023BAEC1831613F8AE8168E5065E68C((&V_0), NULL);
|
|
V_3 = L_44;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_45;
|
|
L_45 = Background_get_texture_mB5F42EF624BBBF324E912C2C0AD9439DAD9C2491((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_45, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_47;
|
|
L_47 = Background_get_sprite_m256B207C4821A236775103B4099FFCEF259ABDC4((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_48;
|
|
L_48 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_47, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_48)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_49;
|
|
L_49 = Background_get_vectorImage_mE0E820B1991F56BBCE8A9EE63B7A20BF843BD455((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_50;
|
|
L_50 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_49, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_51;
|
|
L_51 = Background_get_renderTexture_m1C191641D51A335D3EAA26C0552D6969BE08B092((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_52;
|
|
L_52 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_51, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B15_0 = ((int32_t)(L_52));
|
|
goto IL_01c4;
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
V_9 = (bool)G_B15_0;
|
|
bool L_53 = V_9;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0466;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_10), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
V_11 = (1.0f);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_54;
|
|
L_54 = Background_get_texture_mB5F42EF624BBBF324E912C2C0AD9439DAD9C2491((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_55;
|
|
L_55 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_54, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_12 = L_55;
|
|
bool L_56 = V_12;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57;
|
|
L_57 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_57);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_58;
|
|
L_58 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_57, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59;
|
|
memset((&L_59), 0, sizeof(L_59));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_59), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_60;
|
|
L_60 = Background_get_texture_mB5F42EF624BBBF324E912C2C0AD9439DAD9C2491((&V_3), NULL);
|
|
int32_t L_61;
|
|
L_61 = ComputedStyle_get_unityBackgroundScaleMode_m5727F46FB507084CB2B44DB7B079E07B7EAF9E2D((&V_0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_62;
|
|
L_62 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_62);
|
|
RuntimeObject* L_63;
|
|
L_63 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_62, NULL);
|
|
NullCheck(L_63);
|
|
int32_t L_64;
|
|
L_64 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_63);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_65;
|
|
L_65 = RectangleParams_MakeTextured_mBF847B4D457BCD201129A2D87FAF2A8E98F494E0(L_58, L_59, L_60, L_61, L_64, NULL);
|
|
V_10 = L_65;
|
|
goto IL_0386;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_66;
|
|
L_66 = Background_get_sprite_m256B207C4821A236775103B4099FFCEF259ABDC4((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_67;
|
|
L_67 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_66, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_13 = L_67;
|
|
bool L_68 = V_13;
|
|
if (!L_68)
|
|
{
|
|
goto IL_02c8;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69;
|
|
L_69 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_69);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70;
|
|
L_70 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_69, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_71;
|
|
memset((&L_71), 0, sizeof(L_71));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_71), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_72;
|
|
L_72 = Background_get_sprite_m256B207C4821A236775103B4099FFCEF259ABDC4((&V_3), NULL);
|
|
int32_t L_73;
|
|
L_73 = ComputedStyle_get_unityBackgroundScaleMode_m5727F46FB507084CB2B44DB7B079E07B7EAF9E2D((&V_0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_74;
|
|
L_74 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_74);
|
|
RuntimeObject* L_75;
|
|
L_75 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_74, NULL);
|
|
NullCheck(L_75);
|
|
int32_t L_76;
|
|
L_76 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_75);
|
|
il2cpp_codegen_runtime_class_init_inline(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var);
|
|
float L_77 = ((Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_StaticFields*)il2cpp_codegen_static_fields_for(Tessellation_tA2DF69D94AFEDAF41B90BB1F2C5E23C57BD65A31_il2cpp_TypeInfo_var))->___kEpsilon_0;
|
|
bool L_78;
|
|
L_78 = RectangleParams_HasRadius_mD5FCED05D5C5D320D0C3925667105DEFD0EDFC02((&V_2), L_77, NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_79;
|
|
L_79 = RectangleParams_MakeSprite_mEF2D8328126A4A301555AE595B0043966F0C5FE4(L_70, L_71, L_72, L_73, L_76, L_78, (&V_1), NULL);
|
|
V_10 = L_79;
|
|
float L_80 = V_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_81;
|
|
L_81 = UIRStylePainter_get_visualElement_m76F935681F7897F2750C31DA435AFBE478E9385A(__this, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_82;
|
|
L_82 = Background_get_sprite_m256B207C4821A236775103B4099FFCEF259ABDC4((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
float L_83;
|
|
L_83 = UIElementsUtility_PixelsPerUnitScaleForElement_m56D33CB00F8C563C07A4CEE11A8C92AF503DE231(L_81, L_82, NULL);
|
|
V_11 = ((float)il2cpp_codegen_multiply(L_80, L_83));
|
|
goto IL_0386;
|
|
}
|
|
|
|
IL_02c8:
|
|
{
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_84;
|
|
L_84 = Background_get_renderTexture_m1C191641D51A335D3EAA26C0552D6969BE08B092((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_85;
|
|
L_85 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_84, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_14 = L_85;
|
|
bool L_86 = V_14;
|
|
if (!L_86)
|
|
{
|
|
goto IL_0328;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_87;
|
|
L_87 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_87);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_88;
|
|
L_88 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_87, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_89;
|
|
memset((&L_89), 0, sizeof(L_89));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_89), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_90;
|
|
L_90 = Background_get_renderTexture_m1C191641D51A335D3EAA26C0552D6969BE08B092((&V_3), NULL);
|
|
int32_t L_91;
|
|
L_91 = ComputedStyle_get_unityBackgroundScaleMode_m5727F46FB507084CB2B44DB7B079E07B7EAF9E2D((&V_0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_92;
|
|
L_92 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_92);
|
|
RuntimeObject* L_93;
|
|
L_93 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_92, NULL);
|
|
NullCheck(L_93);
|
|
int32_t L_94;
|
|
L_94 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_93);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_95;
|
|
L_95 = RectangleParams_MakeTextured_mBF847B4D457BCD201129A2D87FAF2A8E98F494E0(L_88, L_89, L_90, L_91, L_94, NULL);
|
|
V_10 = L_95;
|
|
goto IL_0386;
|
|
}
|
|
|
|
IL_0328:
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_96;
|
|
L_96 = Background_get_vectorImage_mE0E820B1991F56BBCE8A9EE63B7A20BF843BD455((&V_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_97;
|
|
L_97 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_96, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_15 = L_97;
|
|
bool L_98 = V_15;
|
|
if (!L_98)
|
|
{
|
|
goto IL_0386;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_99;
|
|
L_99 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_99);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_100;
|
|
L_100 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_99, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_101;
|
|
memset((&L_101), 0, sizeof(L_101));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_101), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_102;
|
|
L_102 = Background_get_vectorImage_mE0E820B1991F56BBCE8A9EE63B7A20BF843BD455((&V_3), NULL);
|
|
int32_t L_103;
|
|
L_103 = ComputedStyle_get_unityBackgroundScaleMode_m5727F46FB507084CB2B44DB7B079E07B7EAF9E2D((&V_0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104;
|
|
L_104 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_104);
|
|
RuntimeObject* L_105;
|
|
L_105 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_104, NULL);
|
|
NullCheck(L_105);
|
|
int32_t L_106;
|
|
L_106 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_105);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_107;
|
|
L_107 = RectangleParams_MakeVectorTextured_m9E3D5C085D8874C30D90288332B1F198F4247F24(L_100, L_101, L_102, L_103, L_106, NULL);
|
|
V_10 = L_107;
|
|
}
|
|
|
|
IL_0386:
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_108 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_109 = L_108.___topLeftRadius_9;
|
|
(&V_10)->___topLeftRadius_9 = L_109;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_110 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_111 = L_110.___topRightRadius_10;
|
|
(&V_10)->___topRightRadius_10 = L_111;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_112 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_113 = L_112.___bottomRightRadius_11;
|
|
(&V_10)->___bottomRightRadius_11 = L_113;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_114 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_115 = L_114.___bottomLeftRadius_12;
|
|
(&V_10)->___bottomLeftRadius_12 = L_115;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_116 = V_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_117;
|
|
L_117 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_118;
|
|
L_118 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_116, L_117, NULL);
|
|
V_16 = L_118;
|
|
bool L_119 = V_16;
|
|
if (!L_119)
|
|
{
|
|
goto IL_0415;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_120 = V_1;
|
|
float L_121 = L_120.___x_1;
|
|
int32_t L_122;
|
|
L_122 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_121, NULL);
|
|
(&V_10)->___leftSlice_13 = L_122;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_123 = V_1;
|
|
float L_124 = L_123.___y_2;
|
|
int32_t L_125;
|
|
L_125 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_124, NULL);
|
|
(&V_10)->___topSlice_14 = L_125;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_126 = V_1;
|
|
float L_127 = L_126.___z_3;
|
|
int32_t L_128;
|
|
L_128 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_127, NULL);
|
|
(&V_10)->___rightSlice_15 = L_128;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_129 = V_1;
|
|
float L_130 = L_129.___w_4;
|
|
int32_t L_131;
|
|
L_131 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(L_130, NULL);
|
|
(&V_10)->___bottomSlice_16 = L_131;
|
|
}
|
|
|
|
IL_0415:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_132;
|
|
L_132 = ComputedStyle_get_unityBackgroundImageTintColor_mA6C8A9BCBC7585D3DD68B1E3EEC7FD3238DD016A((&V_0), NULL);
|
|
(&V_10)->___color_2 = L_132;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_133 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_134;
|
|
L_134 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_134);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_135 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_134->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_136 = L_135->___tintColorID_37;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_137;
|
|
L_137 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_133, L_136, NULL);
|
|
(&V_10)->___colorPage_20 = L_137;
|
|
float L_138 = V_11;
|
|
(&V_10)->___sliceScale_17 = L_138;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_139;
|
|
L_139 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
MeshGenerationContextUtils_AdjustBackgroundSizeForBorders_m5FCE16372FEA6EC53AD1C30A218F3E469F1E2FCF(L_139, (&V_10), NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_140 = V_10;
|
|
UIRStylePainter_DrawRectangle_mEB8222C8E224C7B8294BB2AC42E785CBEEB5F878(__this, L_140, NULL);
|
|
}
|
|
|
|
IL_0466:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVisualElementBorder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVisualElementBorder_m11F9885D7E1D7E1618ED1C167B7F2A3353EA7C62 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, 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*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject* V_2 = NULL;
|
|
bool V_3 = false;
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* G_B18_0 = NULL;
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* G_B17_0 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B19_0;
|
|
memset((&G_B19_0), 0, sizeof(G_B19_0));
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80* G_B19_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_0, NULL);
|
|
V_1 = L_1;
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_1), NULL);
|
|
if ((!(((float)L_2) >= ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_3, NULL);
|
|
V_1 = L_4;
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_1), NULL);
|
|
G_B3_0 = ((((int32_t)((!(((float)L_5) >= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_7, NULL);
|
|
V_2 = L_8;
|
|
RuntimeObject* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
|
|
L_10 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(5 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderLeftColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_9);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11;
|
|
L_11 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_12;
|
|
L_12 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = InterfaceFuncInvoker0< float >::Invoke(6 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderLeftWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_13);
|
|
if ((((float)L_14) > ((float)(0.0f))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
RuntimeObject* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderTopColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_15);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17;
|
|
L_17 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_18;
|
|
L_18 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_16, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_19 = V_2;
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = InterfaceFuncInvoker0< float >::Invoke(12 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_19);
|
|
if ((((float)L_20) > ((float)(0.0f))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
RuntimeObject* L_21 = V_2;
|
|
NullCheck(L_21);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22;
|
|
L_22 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderRightColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_21);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23;
|
|
L_23 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_24;
|
|
L_24 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_22, L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_25 = V_2;
|
|
NullCheck(L_25);
|
|
float L_26;
|
|
L_26 = InterfaceFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderRightWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_25);
|
|
if ((((float)L_26) > ((float)(0.0f))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
RuntimeObject* L_27 = V_2;
|
|
NullCheck(L_27);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_28;
|
|
L_28 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(1 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderBottomColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_27);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29;
|
|
L_29 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_30;
|
|
L_30 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_28, L_29, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_31 = V_2;
|
|
NullCheck(L_31);
|
|
float L_32;
|
|
L_32 = InterfaceFuncInvoker0< float >::Invoke(4 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_31);
|
|
G_B13_0 = ((((float)L_32) > ((float)(0.0f)))? 1 : 0);
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
G_B15_0 = G_B13_0;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
V_3 = (bool)G_B15_0;
|
|
bool L_33 = V_3;
|
|
if (!L_33)
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_5), sizeof(BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34;
|
|
L_34 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_34);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_35;
|
|
L_35 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_34, NULL);
|
|
(&V_5)->___rect_0 = L_35;
|
|
RuntimeObject* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_37;
|
|
L_37 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(5 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderLeftColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_36);
|
|
(&V_5)->___leftColor_2 = L_37;
|
|
RuntimeObject* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_39;
|
|
L_39 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderTopColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_38);
|
|
(&V_5)->___topColor_3 = L_39;
|
|
RuntimeObject* L_40 = V_2;
|
|
NullCheck(L_40);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_41;
|
|
L_41 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderRightColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_40);
|
|
(&V_5)->___rightColor_4 = L_41;
|
|
RuntimeObject* L_42 = V_2;
|
|
NullCheck(L_42);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_43;
|
|
L_43 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(1 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderBottomColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_42);
|
|
(&V_5)->___bottomColor_5 = L_43;
|
|
RuntimeObject* L_44 = V_2;
|
|
NullCheck(L_44);
|
|
float L_45;
|
|
L_45 = InterfaceFuncInvoker0< float >::Invoke(6 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderLeftWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_44);
|
|
(&V_5)->___leftWidth_6 = L_45;
|
|
RuntimeObject* L_46 = V_2;
|
|
NullCheck(L_46);
|
|
float L_47;
|
|
L_47 = InterfaceFuncInvoker0< float >::Invoke(12 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_46);
|
|
(&V_5)->___topWidth_7 = L_47;
|
|
RuntimeObject* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
float L_49;
|
|
L_49 = InterfaceFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderRightWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_48);
|
|
(&V_5)->___rightWidth_8 = L_49;
|
|
RuntimeObject* L_50 = V_2;
|
|
NullCheck(L_50);
|
|
float L_51;
|
|
L_51 = InterfaceFuncInvoker0< float >::Invoke(4 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_50);
|
|
(&V_5)->___bottomWidth_9 = L_51;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_52 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_53;
|
|
L_53 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_53);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_54 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_53->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_55 = L_54->___borderLeftColorID_33;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_56;
|
|
L_56 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_52, L_55, NULL);
|
|
(&V_5)->___leftColorPage_15 = L_56;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_57 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58;
|
|
L_58 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_58);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_59 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_58->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_60 = L_59->___borderTopColorID_34;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_61;
|
|
L_61 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_57, L_60, NULL);
|
|
(&V_5)->___topColorPage_16 = L_61;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_62 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63;
|
|
L_63 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_63);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_64 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_63->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_65 = L_64->___borderRightColorID_35;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_66;
|
|
L_66 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_62, L_65, NULL);
|
|
(&V_5)->___rightColorPage_17 = L_66;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_67 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_68;
|
|
L_68 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_68);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_69 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_68->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_70 = L_69->___borderBottomColorID_36;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 L_71;
|
|
L_71 = ColorPage_Init_mEA6F419F7742C3DBABBF584C9D3B2E4952D020AC(L_67, L_70, NULL);
|
|
(&V_5)->___bottomColorPage_18 = L_71;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72;
|
|
L_72 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_72);
|
|
RuntimeObject* L_73;
|
|
L_73 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_72, NULL);
|
|
NullCheck(L_73);
|
|
int32_t L_74;
|
|
L_74 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_73);
|
|
G_B17_0 = (&V_5);
|
|
if ((((int32_t)L_74) == ((int32_t)1)))
|
|
{
|
|
G_B18_0 = (&V_5);
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_75;
|
|
L_75 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
G_B19_0 = L_75;
|
|
G_B19_1 = G_B17_0;
|
|
goto IL_0204;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_76 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B19_0 = L_76;
|
|
G_B19_1 = G_B18_0;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
G_B19_1->___playmodeTintColor_1 = G_B19_0;
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_77 = V_5;
|
|
V_4 = L_77;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_78;
|
|
L_78 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_79 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_4)->___topLeftRadius_10);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_80 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_4)->___bottomLeftRadius_13);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_81 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_4)->___topRightRadius_11);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_82 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&(&V_4)->___bottomRightRadius_12);
|
|
MeshGenerationContextUtils_GetVisualElementRadii_mFE9E8F24A2AD07A7A8F143AA599BF4F24FD07BE7(L_78, L_79, L_80, L_81, L_82, NULL);
|
|
BorderParams_t66CC80A4CCAC5C52D6384BE4E66A3230C7099B80 L_83 = V_4;
|
|
UIRStylePainter_DrawBorder_m51426C06169C0FEBD9A8AF5FFF23D42DA87AF33D(__this, L_83, NULL);
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ApplyVisualElementClipping()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ApplyVisualElementClipping_mA6E8513568A8A5BB6A53571C9BF7DBBB38D240F0 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __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*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_1 = NULL;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
int32_t L_2 = L_1->___clipMethod_18;
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = __this->___m_Owner_0;
|
|
NullCheck(L_4);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5;
|
|
L_5 = RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130(L_4, NULL);
|
|
V_1 = L_5;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
L_6->___type_5 = 5;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
|
|
L_8 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
L_7->___owner_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___owner_1), (void*)L_8);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_9 = __this->___m_Entries_1;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = V_1;
|
|
(&V_2)->___customCommand_7 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___customCommand_7), (void*)L_10);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_11 = V_2;
|
|
NullCheck(L_9);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_9, L_11, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_12 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_13 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_14 = 1;
|
|
V_3 = (bool)L_14;
|
|
L_13->___popScissorClip_2 = (bool)L_14;
|
|
bool L_15 = V_3;
|
|
L_12->___needsClosing_0 = L_15;
|
|
goto IL_0108;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16;
|
|
L_16 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_16);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_17 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_16->___renderChainData_26);
|
|
int32_t L_18 = L_17->___clipMethod_18;
|
|
V_4 = (bool)((((int32_t)L_18) == ((int32_t)4))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = __this->___m_MaskDepth_6;
|
|
int32_t L_21 = __this->___m_StencilRef_7;
|
|
V_5 = (bool)((((int32_t)L_20) > ((int32_t)L_21))? 1 : 0);
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = __this->___m_StencilRef_7;
|
|
__this->___m_StencilRef_7 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
int32_t L_24 = __this->___m_MaskDepth_6;
|
|
int32_t L_25 = __this->___m_StencilRef_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_24) == ((int32_t)L_25))? 1 : 0), NULL);
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_26 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
int32_t L_27 = __this->___m_StencilRef_7;
|
|
L_26->___maskStencilRef_9 = L_27;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28;
|
|
L_28 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = UIRUtility_IsVectorImageBackground_mEE91CC7739188D6ABCDAFA8DA8FA501BD9C1E3E0(L_28, NULL);
|
|
V_6 = L_29;
|
|
bool L_30 = V_6;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
UIRStylePainter_GenerateStencilClipEntryForSVGBackground_m4FA1EA86E1E670712E67A72E1E0F3E98A9037DF4(__this, NULL);
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
UIRStylePainter_GenerateStencilClipEntryForRoundedRectBackground_m77D8E59F0280F6BF7B18FCF0A45D50C55BE47F83(__this, NULL);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
int32_t L_31 = __this->___m_MaskDepth_6;
|
|
__this->___m_MaskDepth_6 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32;
|
|
L_32 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_32);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_33 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_32->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_34 = L_33->___clipRectID_29;
|
|
__this->___m_ClipRectID_8 = L_34;
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt16[] UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::AdjustSpriteWinding(UnityEngine.Vector2[],System.UInt16[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* UIRStylePainter_AdjustSpriteWinding_m5F4601A2CFB7D8CF42FDD78DA9268CAE438C0332 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_vertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_indices, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* V_11 = NULL;
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_0 = ___1_indices;
|
|
NullCheck(L_0);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_1 = (UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83*)(UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83*)SZArrayNew(UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)));
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_2 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_3 = ___1_indices;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
uint16_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
NullCheck(L_2);
|
|
uint16_t L_7 = L_6;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
L_9 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_8, NULL);
|
|
V_2 = L_9;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_10 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_11 = ___1_indices;
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
uint16_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
NullCheck(L_10);
|
|
uint16_t L_15 = L_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_16, NULL);
|
|
V_3 = L_17;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_18 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_19 = ___1_indices;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = ((int32_t)il2cpp_codegen_add(L_20, 2));
|
|
uint16_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
NullCheck(L_18);
|
|
uint16_t L_23 = L_22;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
L_25 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_24, NULL);
|
|
V_4 = L_25;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
|
|
L_28 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_26, L_27, NULL);
|
|
V_8 = L_28;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_8), NULL);
|
|
V_5 = L_29;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30 = V_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
|
|
L_32 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_30, L_31, NULL);
|
|
V_8 = L_32;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
|
|
L_33 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_8), NULL);
|
|
V_6 = L_33;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34 = V_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35 = V_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = Vector3_Cross_mF93A280558BCE756D13B6CC5DCD7DE8A43148987_inline(L_34, L_35, NULL);
|
|
V_7 = L_36;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37 = V_7;
|
|
float L_38 = L_37.___z_4;
|
|
V_9 = (bool)((((int32_t)((!(((float)L_38) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_39 = V_9;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_40 = V_0;
|
|
int32_t L_41 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_42 = ___1_indices;
|
|
int32_t L_43 = V_1;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
uint16_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
NullCheck(L_40);
|
|
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (uint16_t)L_45);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_46 = V_0;
|
|
int32_t L_47 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_48 = ___1_indices;
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = L_49;
|
|
uint16_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
NullCheck(L_46);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_47, 1))), (uint16_t)L_51);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_52 = V_0;
|
|
int32_t L_53 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_54 = ___1_indices;
|
|
int32_t L_55 = V_1;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = ((int32_t)il2cpp_codegen_add(L_55, 2));
|
|
uint16_t L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NullCheck(L_52);
|
|
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_53, 2))), (uint16_t)L_57);
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_58 = V_0;
|
|
int32_t L_59 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_60 = ___1_indices;
|
|
int32_t L_61 = V_1;
|
|
NullCheck(L_60);
|
|
int32_t L_62 = L_61;
|
|
uint16_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
|
|
NullCheck(L_58);
|
|
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_59), (uint16_t)L_63);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_64 = V_0;
|
|
int32_t L_65 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_66 = ___1_indices;
|
|
int32_t L_67 = V_1;
|
|
NullCheck(L_66);
|
|
int32_t L_68 = ((int32_t)il2cpp_codegen_add(L_67, 1));
|
|
uint16_t L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
|
|
NullCheck(L_64);
|
|
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_65, 1))), (uint16_t)L_69);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_70 = V_0;
|
|
int32_t L_71 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_72 = ___1_indices;
|
|
int32_t L_73 = V_1;
|
|
NullCheck(L_72);
|
|
int32_t L_74 = ((int32_t)il2cpp_codegen_add(L_73, 2));
|
|
uint16_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
NullCheck(L_70);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_71, 2))), (uint16_t)L_75);
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_76 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_76, 3));
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
int32_t L_77 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_78 = ___1_indices;
|
|
NullCheck(L_78);
|
|
V_10 = (bool)((((int32_t)L_77) < ((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length))))? 1 : 0);
|
|
bool L_79 = V_10;
|
|
if (L_79)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_80 = V_0;
|
|
V_11 = L_80;
|
|
goto IL_00de;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_81 = V_11;
|
|
return L_81;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawSprite(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawSprite_mBDE4EAC69B70288EC5B365A85C2F3F4C476E9855 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, 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*)&VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* V_0 = NULL;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* V_3 = NULL;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* V_6 = NULL;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* V_7 = NULL;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_8 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_0 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_1 = L_0.___sprite_4;
|
|
V_0 = L_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3;
|
|
L_3 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_6;
|
|
L_6 = Sprite_get_triangles_m5D2A3D916814891FF5DF236D8A2D72C89A66EFD4(L_5, NULL);
|
|
NullCheck(L_6);
|
|
G_B3_0 = ((((int32_t)(((RuntimeArray*)L_6)->max_length)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
V_10 = (bool)G_B3_0;
|
|
bool L_7 = V_10;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01ca;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
il2cpp_codegen_initobj((&V_11), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_8 = __this->___m_AllocThroughDrawMeshDelegate_15;
|
|
(&V_11)->___alloc_0 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___alloc_0), (void*)L_8);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_10;
|
|
L_10 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_9, NULL);
|
|
(&V_11)->___texture_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___texture_1), (void*)L_10);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_11 = ___0_rectParams;
|
|
int32_t L_12 = L_11.___meshFlags_21;
|
|
(&V_11)->___flags_4 = L_12;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_13 = V_11;
|
|
V_1 = L_13;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_15;
|
|
L_15 = Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31(L_14, NULL);
|
|
V_2 = L_15;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_17;
|
|
L_17 = Sprite_get_triangles_m5D2A3D916814891FF5DF236D8A2D72C89A66EFD4(L_16, NULL);
|
|
V_3 = L_17;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_19;
|
|
L_19 = Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF(L_18, NULL);
|
|
V_4 = L_19;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_21;
|
|
L_21 = Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31(L_20, NULL);
|
|
NullCheck(L_21);
|
|
V_5 = ((int32_t)(((RuntimeArray*)L_21)->max_length));
|
|
int32_t L_22 = V_5;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_23 = (VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185*)(VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185*)SZArrayNew(VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185_il2cpp_TypeInfo_var, (uint32_t)L_22);
|
|
V_6 = L_23;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_24 = V_2;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_25 = V_3;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_26;
|
|
L_26 = UIRStylePainter_AdjustSpriteWinding_m5F4601A2CFB7D8CF42FDD78DA9268CAE438C0332(__this, L_24, L_25, NULL);
|
|
V_7 = L_26;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_27 = V_6;
|
|
NullCheck(L_27);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_28 = V_7;
|
|
NullCheck(L_28);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_29;
|
|
L_29 = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2((&V_1), ((int32_t)(((RuntimeArray*)L_27)->max_length)), ((int32_t)(((RuntimeArray*)L_28)->max_length)), NULL);
|
|
V_8 = L_29;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_30 = V_8;
|
|
NullCheck(L_30);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_31;
|
|
L_31 = MeshWriteData_get_uvRegion_m6E543500740DE690E1C3DB46DACA44DE9F785353(L_30, NULL);
|
|
V_9 = L_31;
|
|
V_12 = 0;
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_32 = V_2;
|
|
int32_t L_33 = V_12;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
V_13 = L_35;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_37 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___spriteGeomRect_18);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38;
|
|
L_38 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_37, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39;
|
|
L_39 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_36, L_38, NULL);
|
|
V_13 = L_39;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_41 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___spriteGeomRect_18);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_41, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_40, L_42, NULL);
|
|
V_13 = L_43;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_13;
|
|
float L_45 = L_44.___y_1;
|
|
(&V_13)->___y_1 = ((float)il2cpp_codegen_subtract((1.0f), L_45));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_47 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48;
|
|
L_48 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267(L_47, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49;
|
|
L_49 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_46, L_48, NULL);
|
|
V_13 = L_49;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_51 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38(L_51, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53;
|
|
L_53 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_50, L_52, NULL);
|
|
V_13 = L_53;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_54 = V_4;
|
|
int32_t L_55 = V_12;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = L_55;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
V_14 = L_57;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58 = V_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59;
|
|
L_59 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_58, L_59, NULL);
|
|
V_14 = L_60;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61 = V_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62;
|
|
L_62 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
L_63 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_61, L_62, NULL);
|
|
V_14 = L_63;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_64 = V_6;
|
|
int32_t L_65 = V_12;
|
|
il2cpp_codegen_initobj((&V_15), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66 = V_13;
|
|
float L_67 = L_66.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = V_13;
|
|
float L_69 = L_68.___y_1;
|
|
float L_70 = ((Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields*)il2cpp_codegen_static_fields_for(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_il2cpp_TypeInfo_var))->___nearZ_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_71;
|
|
memset((&L_71), 0, sizeof(L_71));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_71), L_67, L_69, L_70, /*hidden argument*/NULL);
|
|
(&V_15)->___position_1 = L_71;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_72 = ___0_rectParams;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_73 = L_72.___color_2;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_74;
|
|
L_74 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_73, NULL);
|
|
(&V_15)->___tint_2 = L_74;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75 = V_14;
|
|
(&V_15)->___uv_3 = L_75;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_76 = V_15;
|
|
NullCheck(L_64);
|
|
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7)L_76);
|
|
int32_t L_77 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
int32_t L_78 = V_12;
|
|
int32_t L_79 = V_5;
|
|
V_16 = (bool)((((int32_t)L_78) < ((int32_t)L_79))? 1 : 0);
|
|
bool L_80 = V_16;
|
|
if (L_80)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_81 = V_8;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_82 = V_6;
|
|
NullCheck(L_81);
|
|
MeshWriteData_SetAllVertices_mB15F3031E85E8D13F4014E7AFF5EFF305D8D1582(L_81, L_82, NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_83 = V_8;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_84 = V_7;
|
|
NullCheck(L_83);
|
|
MeshWriteData_SetAllIndices_m243F1994B53722F1B42639704E5194AC07309CC4(L_83, L_84, NULL);
|
|
}
|
|
|
|
IL_01ca:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ApplyInset(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams&,UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ApplyInset_mFC5D90320765493B1EFB364107BD7DE1C30CE202 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* ___0_rectParams, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_tex, 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;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 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;
|
|
bool V_5 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_0 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = L_0->___rect_0;
|
|
V_0 = L_1;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_2 = ___0_rectParams;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = L_2->___rectInset_19;
|
|
V_1 = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_0), NULL);
|
|
float L_5 = L_4.___x_0;
|
|
bool L_6;
|
|
L_6 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_5, (0.0f), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267((&V_0), NULL);
|
|
float L_8 = L_7.___y_1;
|
|
bool L_9;
|
|
L_9 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_8, (0.0f), NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = V_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11;
|
|
L_11 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_12;
|
|
L_12 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_10, L_11, NULL);
|
|
G_B4_0 = ((int32_t)(L_12));
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
G_B4_0 = 1;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
V_4 = (bool)G_B4_0;
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_14 = V_0;
|
|
V_2 = L_14;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_15 = (&V_0);
|
|
float L_16;
|
|
L_16 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_15, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_1;
|
|
float L_18 = L_17.___x_1;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_15, ((float)il2cpp_codegen_add(L_16, L_18)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_19 = (&V_0);
|
|
float L_20;
|
|
L_20 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_19, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = V_1;
|
|
float L_22 = L_21.___y_2;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_19, ((float)il2cpp_codegen_add(L_20, L_22)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = (&V_0);
|
|
float L_24;
|
|
L_24 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_23, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25 = V_1;
|
|
float L_26 = L_25.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = V_1;
|
|
float L_28 = L_27.___z_3;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_23, ((float)il2cpp_codegen_subtract(L_24, ((float)il2cpp_codegen_add(L_26, L_28)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_29 = (&V_0);
|
|
float L_30;
|
|
L_30 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_29, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_31 = V_1;
|
|
float L_32 = L_31.___y_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_33 = V_1;
|
|
float L_34 = L_33.___w_4;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_29, ((float)il2cpp_codegen_subtract(L_30, ((float)il2cpp_codegen_add(L_32, L_34)))), NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_35 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_36 = V_0;
|
|
L_35->___rect_0 = L_36;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_37 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_38 = L_37->___uv_1;
|
|
V_3 = L_38;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_39 = ___1_tex;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_40;
|
|
L_40 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_39, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
float L_41;
|
|
L_41 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
|
|
if ((!(((float)L_41) > ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
float L_42;
|
|
L_42 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
|
|
G_B10_0 = ((((float)L_42) > ((float)(1.0E-30f)))? 1 : 0);
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
V_5 = (bool)G_B10_0;
|
|
bool L_43 = V_5;
|
|
if (!L_43)
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
{
|
|
float L_44;
|
|
L_44 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_2), NULL);
|
|
float L_45;
|
|
L_45 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_2), NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_6), ((float)((1.0f)/L_44)), ((float)((1.0f)/L_45)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_46 = (&V_3);
|
|
float L_47;
|
|
L_47 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_46, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_48 = V_1;
|
|
float L_49 = L_48.___x_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_6;
|
|
float L_51 = L_50.___x_0;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_46, ((float)il2cpp_codegen_add(L_47, ((float)il2cpp_codegen_multiply(L_49, L_51)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_52 = (&V_3);
|
|
float L_53;
|
|
L_53 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_52, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_54 = V_1;
|
|
float L_55 = L_54.___w_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56 = V_6;
|
|
float L_57 = L_56.___y_1;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_52, ((float)il2cpp_codegen_add(L_53, ((float)il2cpp_codegen_multiply(L_55, L_57)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_58 = (&V_3);
|
|
float L_59;
|
|
L_59 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_58, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_60 = V_1;
|
|
float L_61 = L_60.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_62 = V_1;
|
|
float L_63 = L_62.___z_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_6;
|
|
float L_65 = L_64.___x_0;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_58, ((float)il2cpp_codegen_subtract(L_59, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_61, L_63)), L_65)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_66 = (&V_3);
|
|
float L_67;
|
|
L_67 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_66, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_68 = V_1;
|
|
float L_69 = L_68.___y_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_70 = V_1;
|
|
float L_71 = L_70.___w_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = V_6;
|
|
float L_73 = L_72.___y_1;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_66, ((float)il2cpp_codegen_subtract(L_67, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_69, L_71)), L_73)))), NULL);
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* L_74 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_3;
|
|
L_74->___uv_1 = L_75;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::DrawVectorImage(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_DrawVectorImage_mF96A9350BD4A0F9C4CEB2CA60DE5C9A01CEAE128 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, 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*)&List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8D425C32FEC0FBCA87844D0A849074104202E95A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
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);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_7 = NULL;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_0 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_1 = L_0.___vectorImage_5;
|
|
V_0 = L_1;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_3, NULL);
|
|
V_1 = 0;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = L_4->___atlas_4;
|
|
bool L_6;
|
|
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_7 = __this->___m_VectorImageManager_3;
|
|
G_B3_0 = ((!(((RuntimeObject*)(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED*)L_7) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
V_6 = (bool)G_B3_0;
|
|
bool L_8 = V_6;
|
|
if (!L_8)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_9 = __this->___m_VectorImageManager_3;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_10 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11;
|
|
L_11 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_9);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_12;
|
|
L_12 = VectorImageManager_AddUser_m3F4161820F0F85C7A51782F28D7BDD6DEF6281F3(L_9, L_10, L_11, NULL);
|
|
V_7 = L_12;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_13 = V_7;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = L_13->___destIndex_2;
|
|
V_1 = L_14;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_15 = V_7;
|
|
NullCheck(L_15);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_16 = L_15->___atlas_5;
|
|
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;
|
|
bool L_18;
|
|
L_18 = TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline(L_16, L_17, NULL);
|
|
V_8 = L_18;
|
|
bool L_19 = V_8;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_20 = V_7;
|
|
NullCheck(L_20);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_21 = L_20->___atlas_5;
|
|
(&V_2)->___svgTexture_2 = L_21;
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_22;
|
|
L_22 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_24 = L_23->___atlas_4;
|
|
NullCheck(L_22);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_25;
|
|
L_25 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_22, L_24, NULL);
|
|
(&V_2)->___svgTexture_2 = L_25;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_26 = __this->___m_Owner_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27;
|
|
L_27 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_29 = L_28->___atlas_4;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_30 = V_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_31 = L_30.___svgTexture_2;
|
|
NullCheck(L_26);
|
|
RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624(L_26, L_27, L_29, L_31, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_32 = __this->___m_AllocThroughDrawGradientsDelegate_16;
|
|
(&V_2)->___alloc_0 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___alloc_0), (void*)L_32);
|
|
goto IL_00dd;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_33 = __this->___m_AllocThroughDrawMeshDelegate_15;
|
|
(&V_2)->___alloc_0 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___alloc_0), (void*)L_33);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_34 = __this->___m_Entries_1;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline(L_34, List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
V_3 = L_35;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_36 = ___0_rectParams;
|
|
int32_t L_37 = V_1;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_38 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeVectorGraphics_m3ADD029A1FE00164A25973E96EA764B3AACD2B45(L_36, L_37, L_38, (&V_4), (&V_5), NULL);
|
|
int32_t L_39 = V_3;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_40 = __this->___m_Entries_1;
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline(L_40, List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((int32_t)L_39) > ((int32_t)((int32_t)il2cpp_codegen_add(L_41, 1))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_42 = V_3;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_43 = __this->___m_Entries_1;
|
|
NullCheck(L_43);
|
|
int32_t L_44;
|
|
L_44 = List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline(L_43, List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
V_9 = (bool)((((int32_t)((((int32_t)L_42) == ((int32_t)L_44))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_45 = V_9;
|
|
if (!L_45)
|
|
{
|
|
goto IL_01a2;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_46 = __this->___m_Entries_1;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_inline(L_46, List_1_get_Count_m2FF71F8AF37FB378FE0EB6570228A61F7A529998_RuntimeMethod_var);
|
|
__this->___m_SVGBackgroundEntryIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_47, 1));
|
|
int32_t L_48 = V_4;
|
|
if (!L_48)
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_5;
|
|
G_B13_0 = ((!(((uint32_t)L_49) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0146;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
V_10 = (bool)G_B13_0;
|
|
bool L_50 = V_10;
|
|
if (!L_50)
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_51 = __this->___m_Entries_1;
|
|
int32_t L_52 = __this->___m_SVGBackgroundEntryIndex_9;
|
|
NullCheck(L_51);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_53;
|
|
L_53 = List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1(L_51, L_52, List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1_RuntimeMethod_var);
|
|
V_11 = L_53;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_54 = V_11;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_55 = L_54.___vertices_0;
|
|
int32_t L_56 = V_4;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_57;
|
|
L_57 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_55, 0, L_56, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
(&V_11)->___vertices_0 = L_57;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_58 = V_11;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_59 = L_58.___indices_1;
|
|
int32_t L_60 = V_5;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_61;
|
|
L_61 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_59, 0, L_60, NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
(&V_11)->___indices_1 = L_61;
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_62 = __this->___m_Entries_1;
|
|
int32_t L_63 = __this->___m_SVGBackgroundEntryIndex_9;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_64 = V_11;
|
|
NullCheck(L_62);
|
|
List_1_set_Item_m8D425C32FEC0FBCA87844D0A849074104202E95A(L_62, L_63, L_64, List_1_set_Item_m8D425C32FEC0FBCA87844D0A849074104202E95A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
}
|
|
|
|
IL_01a2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Reset_mCAFAAC3F4D78C6CE94FAF786A028A171C2116A1B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m682AEEF718B53C0111D4EDC8A8B50A4EF3363717_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_SessionDone_m121946E6DFDA79A7E475CF4B1B47E34035B71B36_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_SessionDone_m9305AB601658E736B92227E8D11E485550396821_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = UIRStylePainter_get_disposed_m22753C70A77F93C8D1CDCD0FBEFF9C626F8CE96A_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
UIRStylePainter_ValidateMeshWriteData_mFB7D74C514A58AFF54F95EA9310AC65DCB84AF90(__this, NULL);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_2 = __this->___m_Entries_1;
|
|
NullCheck(L_2);
|
|
List_1_Clear_m682AEEF718B53C0111D4EDC8A8B50A4EF3363717_inline(L_2, List_1_Clear_m682AEEF718B53C0111D4EDC8A8B50A4EF3363717_RuntimeMethod_var);
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_3 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
TempDataAlloc_1_SessionDone_m121946E6DFDA79A7E475CF4B1B47E34035B71B36(L_3, TempDataAlloc_1_SessionDone_m121946E6DFDA79A7E475CF4B1B47E34035B71B36_RuntimeMethod_var);
|
|
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02* L_4 = (TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02*)(&__this->___m_IndicesPool_11);
|
|
TempDataAlloc_1_SessionDone_m9305AB601658E736B92227E8D11E485550396821(L_4, TempDataAlloc_1_SessionDone_m9305AB601658E736B92227E8D11E485550396821_RuntimeMethod_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_5 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
il2cpp_codegen_initobj(L_5, sizeof(ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14));
|
|
__this->___m_NextMeshWriteDataPoolItem_13 = 0;
|
|
UIRStylePainter_set_currentElement_m5E4058261E9B6828ECADBD013F1B348AF679973B_inline(__this, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, NULL);
|
|
int32_t L_6 = 0;
|
|
V_1 = L_6;
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, L_6, NULL);
|
|
int32_t L_7 = V_1;
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, L_7, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::ValidateMeshWriteData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_ValidateMeshWriteData_mFB7D74C514A58AFF54F95EA9310AC65DCB84AF90 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __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*)&List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C8E2EBDD4CFBDFCD1D6E32196ACF656E1D50A64);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF02A3E66DE72A501EB4F90E55DD3002024BBC83F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_1 = NULL;
|
|
bool V_2 = false;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0138;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* L_0 = __this->___m_MeshWriteDataPool_12;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_2;
|
|
L_2 = List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C(L_0, L_1, List_1_get_Item_mEE28E100B3AEFEA230C90D2632081FA3CE125D9C_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_3, NULL);
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___currentVertex_4;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_7, NULL);
|
|
G_B4_0 = ((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0);
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
V_2 = (bool)G_B4_0;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral3C8E2EBDD4CFBDFCD1D6E32196ACF656E1D50A64);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral3C8E2EBDD4CFBDFCD1D6E32196ACF656E1D50A64);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_13, NULL);
|
|
V_4 = L_14;
|
|
String_t* L_15;
|
|
L_15 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_12;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t* L_19 = (int32_t*)(&L_18->___currentVertex_4);
|
|
String_t* L_20;
|
|
L_20 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_19, NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_20);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_20);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_17;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
String_t* L_22;
|
|
L_22 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_21, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_22, NULL);
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_24 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_23->___m_Vertices_0);
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_25;
|
|
L_25 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE(L_24, 0, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_3 = L_25;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_26 = V_1;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_27 = V_3;
|
|
NullCheck(L_26);
|
|
MeshWriteData_SetNextVertex_m120BCCC7DD2ACF1AA408166C9187500803FCF841(L_26, L_27, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___currentVertex_4;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = MeshWriteData_get_vertexCount_mC7F08B0C2375FE64C467AB543850F262EB0E5F23(L_30, NULL);
|
|
V_5 = (bool)((((int32_t)L_29) < ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_5;
|
|
if (L_32)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_33, NULL);
|
|
if ((((int32_t)L_34) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
int32_t L_36 = L_35->___currentIndex_3;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
int32_t L_38;
|
|
L_38 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_37, NULL);
|
|
G_B12_0 = ((((int32_t)L_36) < ((int32_t)L_38))? 1 : 0);
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
G_B12_0 = 0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
V_6 = (bool)G_B12_0;
|
|
bool L_39 = V_6;
|
|
if (!L_39)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, _stringLiteralF02A3E66DE72A501EB4F90E55DD3002024BBC83F);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralF02A3E66DE72A501EB4F90E55DD3002024BBC83F);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_42 = L_41;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
int32_t L_44;
|
|
L_44 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_43, NULL);
|
|
V_4 = L_44;
|
|
String_t* L_45;
|
|
L_45 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
|
|
NullCheck(L_42);
|
|
ArrayElementTypeCheck (L_42, L_45);
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_45);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46 = L_42;
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, _stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral05DDD76455A96FF1C33B876CBE269F326EFC62FF);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_47 = L_46;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
int32_t* L_49 = (int32_t*)(&L_48->___currentIndex_3);
|
|
String_t* L_50;
|
|
L_50 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_49, NULL);
|
|
NullCheck(L_47);
|
|
ArrayElementTypeCheck (L_47, L_50);
|
|
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_50);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_47;
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
String_t* L_52;
|
|
L_52 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_51, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_52, NULL);
|
|
goto IL_011e;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_53 = V_1;
|
|
NullCheck(L_53);
|
|
MeshWriteData_SetNextIndex_m9683CE7626B8D48E7C570516C7D668D47DAC21A3(L_53, (uint16_t)0, NULL);
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_54 = V_1;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = L_54->___currentIndex_3;
|
|
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_56 = V_1;
|
|
NullCheck(L_56);
|
|
int32_t L_57;
|
|
L_57 = MeshWriteData_get_indexCount_m72A293A2983CF6CA09F2C066B71E227D8C9447F3(L_56, NULL);
|
|
V_7 = (bool)((((int32_t)L_55) < ((int32_t)L_57))? 1 : 0);
|
|
bool L_58 = V_7;
|
|
if (L_58)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
int32_t L_59 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_59, 1));
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
int32_t L_60 = V_0;
|
|
int32_t L_61 = __this->___m_NextMeshWriteDataPoolItem_13;
|
|
V_8 = (bool)((((int32_t)L_60) < ((int32_t)L_61))? 1 : 0);
|
|
bool L_62 = V_8;
|
|
if (L_62)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GenerateStencilClipEntryForRoundedRectBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_GenerateStencilClipEntryForRoundedRectBackground_m77D8E59F0280F6BF7B18FCF0A45D50C55BE47F83 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, 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*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
bool V_15 = false;
|
|
int32_t G_B3_0 = 0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B7_0 = NULL;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B6_0 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B8_0;
|
|
memset((&G_B8_0), 0, sizeof(G_B8_0));
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B* G_B8_1 = NULL;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0;
|
|
L_0 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_0, NULL);
|
|
V_11 = L_1;
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_11), NULL);
|
|
if ((((float)L_2) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_3, NULL);
|
|
V_11 = L_4;
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_11), NULL);
|
|
G_B3_0 = ((((int32_t)((!(((float)L_5) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_10 = (bool)G_B3_0;
|
|
bool L_6 = V_10;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0342;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_7, NULL);
|
|
V_0 = L_8;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9;
|
|
L_9 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
MeshGenerationContextUtils_GetVisualElementRadii_mFE9E8F24A2AD07A7A8F143AA599BF4F24FD07BE7(L_9, (&V_1), (&V_3), (&V_2), (&V_4), NULL);
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
float L_11;
|
|
L_11 = InterfaceFuncInvoker0< float >::Invoke(12 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_10);
|
|
V_5 = L_11;
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
float L_13;
|
|
L_13 = InterfaceFuncInvoker0< float >::Invoke(6 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderLeftWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_12);
|
|
V_6 = L_13;
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
float L_15;
|
|
L_15 = InterfaceFuncInvoker0< float >::Invoke(4 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_14);
|
|
V_7 = L_15;
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
float L_17;
|
|
L_17 = InterfaceFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderRightWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_16);
|
|
V_8 = L_17;
|
|
il2cpp_codegen_initobj((&V_12), sizeof(RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18;
|
|
L_18 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_18);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
L_19 = VisualElement_get_rect_m07659FED0F69F3DDE74DBC5A2F694FA22139E087(L_18, NULL);
|
|
(&V_12)->___rect_0 = L_19;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
|
|
L_20 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
(&V_12)->___color_2 = L_20;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_1;
|
|
float L_23 = V_6;
|
|
float L_24 = V_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_25), L_23, L_24, /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_22, L_25, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
|
|
L_27 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_21, L_26, NULL);
|
|
(&V_12)->___topLeftRadius_9 = L_27;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_2;
|
|
float L_30 = V_8;
|
|
float L_31 = V_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_32), L_30, L_31, /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
|
|
L_33 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_29, L_32, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34;
|
|
L_34 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_28, L_33, NULL);
|
|
(&V_12)->___topRightRadius_10 = L_34;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35;
|
|
L_35 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_3;
|
|
float L_37 = V_6;
|
|
float L_38 = V_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39;
|
|
memset((&L_39), 0, sizeof(L_39));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_39), L_37, L_38, /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_36, L_39, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
|
|
L_41 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_35, L_40, NULL);
|
|
(&V_12)->___bottomLeftRadius_12 = L_41;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43 = V_4;
|
|
float L_44 = V_8;
|
|
float L_45 = V_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46;
|
|
memset((&L_46), 0, sizeof(L_46));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_46), L_44, L_45, /*hidden argument*/NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47;
|
|
L_47 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_43, L_46, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48;
|
|
L_48 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_42, L_47, NULL);
|
|
(&V_12)->___bottomRightRadius_11 = L_48;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49;
|
|
L_49 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_49);
|
|
RuntimeObject* L_50;
|
|
L_50 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_49, NULL);
|
|
NullCheck(L_50);
|
|
int32_t L_51;
|
|
L_51 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_50);
|
|
G_B6_0 = (&V_12);
|
|
if ((((int32_t)L_51) == ((int32_t)1)))
|
|
{
|
|
G_B7_0 = (&V_12);
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_52;
|
|
L_52 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
G_B8_0 = L_52;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0150;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_53 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
G_B8_0 = L_53;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
G_B8_1->___playmodeTintColor_8 = G_B8_0;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_54 = V_12;
|
|
V_9 = L_54;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_55 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_56 = L_55;
|
|
float L_57;
|
|
L_57 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_56, NULL);
|
|
float L_58 = V_6;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_56, ((float)il2cpp_codegen_add(L_57, L_58)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_59 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_60 = L_59;
|
|
float L_61;
|
|
L_61 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_60, NULL);
|
|
float L_62 = V_5;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_60, ((float)il2cpp_codegen_add(L_61, L_62)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_63 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_64 = L_63;
|
|
float L_65;
|
|
L_65 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_64, NULL);
|
|
float L_66 = V_6;
|
|
float L_67 = V_8;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_64, ((float)il2cpp_codegen_subtract(L_65, ((float)il2cpp_codegen_add(L_66, L_67)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_68 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_69 = L_68;
|
|
float L_70;
|
|
L_70 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_69, NULL);
|
|
float L_71 = V_5;
|
|
float L_72 = V_7;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_69, ((float)il2cpp_codegen_subtract(L_70, ((float)il2cpp_codegen_add(L_71, L_72)))), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73;
|
|
L_73 = UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline(__this, NULL);
|
|
NullCheck(L_73);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_74;
|
|
L_74 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_73, NULL);
|
|
int32_t L_75;
|
|
L_75 = ComputedStyle_get_unityOverflowClipBox_m7AB0AE71E270B55E37AB90856EC2797F99780AF1(L_74, NULL);
|
|
V_13 = (bool)((((int32_t)L_75) == ((int32_t)1))? 1 : 0);
|
|
bool L_76 = V_13;
|
|
if (!L_76)
|
|
{
|
|
goto IL_0248;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_77 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_78 = L_77;
|
|
float L_79;
|
|
L_79 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB(L_78, NULL);
|
|
RuntimeObject* L_80 = V_0;
|
|
NullCheck(L_80);
|
|
float L_81;
|
|
L_81 = InterfaceFuncInvoker0< float >::Invoke(29 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingLeft() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_80);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406(L_78, ((float)il2cpp_codegen_add(L_79, L_81)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_82 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_83 = L_82;
|
|
float L_84;
|
|
L_84 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_83, NULL);
|
|
RuntimeObject* L_85 = V_0;
|
|
NullCheck(L_85);
|
|
float L_86;
|
|
L_86 = InterfaceFuncInvoker0< float >::Invoke(31 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingTop() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_85);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_83, ((float)il2cpp_codegen_add(L_84, L_86)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_87 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_88 = L_87;
|
|
float L_89;
|
|
L_89 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9(L_88, NULL);
|
|
RuntimeObject* L_90 = V_0;
|
|
NullCheck(L_90);
|
|
float L_91;
|
|
L_91 = InterfaceFuncInvoker0< float >::Invoke(29 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingLeft() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_90);
|
|
RuntimeObject* L_92 = V_0;
|
|
NullCheck(L_92);
|
|
float L_93;
|
|
L_93 = InterfaceFuncInvoker0< float >::Invoke(30 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingRight() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_92);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A(L_88, ((float)il2cpp_codegen_subtract(L_89, ((float)il2cpp_codegen_add(L_91, L_93)))), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_94 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_9)->___rect_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_95 = L_94;
|
|
float L_96;
|
|
L_96 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8(L_95, NULL);
|
|
RuntimeObject* L_97 = V_0;
|
|
NullCheck(L_97);
|
|
float L_98;
|
|
L_98 = InterfaceFuncInvoker0< float >::Invoke(31 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingTop() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_97);
|
|
RuntimeObject* L_99 = V_0;
|
|
NullCheck(L_99);
|
|
float L_100;
|
|
L_100 = InterfaceFuncInvoker0< float >::Invoke(28 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_paddingBottom() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_99);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03(L_95, ((float)il2cpp_codegen_subtract(L_96, ((float)il2cpp_codegen_add(L_98, L_100)))), NULL);
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_101 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_102 = __this->___m_ClipRectID_8;
|
|
L_101->___clipRectID_8 = L_102;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_103 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_104 = __this->___m_StencilRef_7;
|
|
L_103->___stencilRef_13 = L_104;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_105 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_106 = __this->___m_MaskDepth_6;
|
|
L_105->___maskDepth_14 = L_106;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_107 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_107->___isClipRegisterEntry_12 = (bool)1;
|
|
RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B L_108 = V_9;
|
|
il2cpp_codegen_initobj((&V_14), sizeof(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0));
|
|
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_109 = __this->___m_AllocRawVertsIndicesDelegate_14;
|
|
(&V_14)->___alloc_0 = L_109;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_14)->___alloc_0), (void*)L_109);
|
|
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0 L_110 = V_14;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_MakeSolidRect_m3666B25BBD1D0E5670C23A72CC18EA3580064963(L_108, (1.0f), L_110, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_111 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_112 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_111->___vertices_0);
|
|
int32_t L_113;
|
|
L_113 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_112, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
if ((((int32_t)L_113) <= ((int32_t)0)))
|
|
{
|
|
goto IL_02d3;
|
|
}
|
|
}
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_114 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_115 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_114->___indices_1);
|
|
int32_t L_116;
|
|
L_116 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_115, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
G_B13_0 = ((((int32_t)L_116) > ((int32_t)0))? 1 : 0);
|
|
goto IL_02d4;
|
|
}
|
|
|
|
IL_02d3:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_02d4:
|
|
{
|
|
V_15 = (bool)G_B13_0;
|
|
bool L_117 = V_15;
|
|
if (!L_117)
|
|
{
|
|
goto IL_0336;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_118 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_119 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_118);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_118, L_119, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
int32_t L_120;
|
|
L_120 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_121 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_122 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_121->___vertices_0);
|
|
int32_t L_123;
|
|
L_123 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_122, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_120, L_123)), NULL);
|
|
int32_t L_124;
|
|
L_124 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_125 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_126 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_125->___indices_1);
|
|
int32_t L_127;
|
|
L_127 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_126, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_124, L_127)), NULL);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_128 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
L_128->___needsClosing_0 = (bool)1;
|
|
}
|
|
|
|
IL_0336:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_129 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_129, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
}
|
|
|
|
IL_0342:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::GenerateStencilClipEntryForSVGBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_GenerateStencilClipEntryForSVGBackground_m4FA1EA86E1E670712E67A72E1E0F3E98A9037DF4 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __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*)&List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
{
|
|
int32_t L_0 = __this->___m_SVGBackgroundEntryIndex_9;
|
|
V_3 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_1 = V_3;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_2 = __this->___m_Entries_1;
|
|
int32_t L_3 = __this->___m_SVGBackgroundEntryIndex_9;
|
|
NullCheck(L_2);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_4;
|
|
L_4 = List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1(L_2, L_3, List_1_get_Item_m38FA92E3BB617988CD14E0680076408C90D67BE1_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_5 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices_0);
|
|
int32_t L_6;
|
|
L_6 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_5, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_6) > ((int32_t)0))? 1 : 0), NULL);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_7 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices_1);
|
|
int32_t L_8;
|
|
L_8 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_7, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_8) > ((int32_t)0))? 1 : 0), NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_9 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_10 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_11 = L_10.___vertices_0;
|
|
L_9->___vertices_0 = L_11;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_12 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_13 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_14 = L_13.___indices_1;
|
|
L_12->___indices_1 = L_14;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_15 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_16 = V_0;
|
|
bool L_17 = L_16.___uvIsDisplacement_10;
|
|
L_15->___uvIsDisplacement_10 = L_17;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_18 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_19 = __this->___m_ClipRectID_8;
|
|
L_18->___clipRectID_8 = L_19;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_20 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_21 = __this->___m_StencilRef_7;
|
|
L_20->___stencilRef_13 = L_21;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_22 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
int32_t L_23 = __this->___m_MaskDepth_6;
|
|
L_22->___maskDepth_14 = L_23;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_24 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
L_24->___isClipRegisterEntry_12 = (bool)1;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14* L_25 = (ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14*)(&__this->___m_ClosingInfo_5);
|
|
L_25->___needsClosing_0 = (bool)1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_26 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_27 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_26->___vertices_0);
|
|
int32_t L_28;
|
|
L_28 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_27, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_1 = L_28;
|
|
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D* L_29 = (TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D*)(&__this->___m_VertsPool_10);
|
|
int32_t L_30 = V_1;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_31;
|
|
L_31 = TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430(L_29, L_30, TempDataAlloc_1_Alloc_m917D48B2BEEF1E7735B9AEACECB8E4DB71343430_RuntimeMethod_var);
|
|
V_2 = L_31;
|
|
V_4 = 0;
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_32 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_33 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_32->___vertices_0);
|
|
int32_t L_34 = V_4;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_35;
|
|
L_35 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE(L_33, L_34, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
V_5 = L_35;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_36 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&(&V_5)->___position_1);
|
|
L_36->___z_4 = (1.0f);
|
|
int32_t L_37 = V_4;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_38 = V_5;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&V_2), L_37, L_38, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_39 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
int32_t L_40 = V_4;
|
|
int32_t L_41 = V_1;
|
|
V_6 = (bool)((((int32_t)L_40) < ((int32_t)L_41))? 1 : 0);
|
|
bool L_42 = V_6;
|
|
if (L_42)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_43 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_44 = V_2;
|
|
L_43->___vertices_0 = L_44;
|
|
int32_t L_45;
|
|
L_45 = UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_46 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_47 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_46->___vertices_0);
|
|
int32_t L_48;
|
|
L_48 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_47, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline(__this, ((int32_t)il2cpp_codegen_add(L_45, L_48)), NULL);
|
|
int32_t L_49;
|
|
L_49 = UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline(__this, NULL);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_50 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_51 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_50->___indices_1);
|
|
int32_t L_52;
|
|
L_52 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_51, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline(__this, ((int32_t)il2cpp_codegen_add(L_49, L_52)), NULL);
|
|
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* L_53 = __this->___m_Entries_1;
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F L_54 = __this->___m_CurrentEntry_4;
|
|
NullCheck(L_53);
|
|
List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_inline(L_53, L_54, List_1_Add_mB9181919D49F8E7F71C882BCB77A35CF276680D1_RuntimeMethod_var);
|
|
Entry_tB8765CA56422E2C92887314844384843688DCB9F* L_55 = (Entry_tB8765CA56422E2C92887314844384843688DCB9F*)(&__this->___m_CurrentEntry_4);
|
|
il2cpp_codegen_initobj(L_55, sizeof(Entry_tB8765CA56422E2C92887314844384843688DCB9F));
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
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.UIR.Implementation.UIRStylePainter/Entry
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_pinvoke(const Entry_tB8765CA56422E2C92887314844384843688DCB9F& unmarshaled, Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___material_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'Entry': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_pinvoke_back(const Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke& marshaled, Entry_tB8765CA56422E2C92887314844384843688DCB9F& unmarshaled)
|
|
{
|
|
Exception_t* ___material_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'Entry': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_pinvoke_cleanup(Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_com(const Entry_tB8765CA56422E2C92887314844384843688DCB9F& unmarshaled, Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___material_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'Entry': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_com_back(const Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_com& marshaled, Entry_tB8765CA56422E2C92887314844384843688DCB9F& unmarshaled)
|
|
{
|
|
Exception_t* ___material_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'Entry': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
|
|
IL2CPP_EXTERN_C void Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshal_com_cleanup(Entry_tB8765CA56422E2C92887314844384843688DCB9F_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.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_pinvoke(const ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14& unmarshaled, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___clipUnregisterDrawCommand_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clipUnregisterDrawCommand' of type 'ClosingInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___clipUnregisterDrawCommand_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_pinvoke_back(const ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke& marshaled, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14& unmarshaled)
|
|
{
|
|
Exception_t* ___clipUnregisterDrawCommand_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clipUnregisterDrawCommand' of type 'ClosingInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___clipUnregisterDrawCommand_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_pinvoke_cleanup(ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_com(const ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14& unmarshaled, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___clipUnregisterDrawCommand_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clipUnregisterDrawCommand' of type 'ClosingInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___clipUnregisterDrawCommand_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_com_back(const ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_com& marshaled, ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14& unmarshaled)
|
|
{
|
|
Exception_t* ___clipUnregisterDrawCommand_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'clipUnregisterDrawCommand' of type 'ClosingInfo': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___clipUnregisterDrawCommand_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
|
|
IL2CPP_EXTERN_C void ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshal_com_cleanup(ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_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
|
|
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::get_meshGenerationContext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRTextUpdatePainter_get_meshGenerationContext_m636CD669AAEAEC7305DB369A83578DF7FD9E8EBA (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = __this->___U3CmeshGenerationContextU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter__ctor_m25E3B869CCE054E9D8DB0D8D2753461A1FF6619B (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*)il2cpp_codegen_object_new(MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
MeshGenerationContext__ctor_m164C9A86871A2AF600C86C21FEBA66D6901552AA(L_0, __this, NULL);
|
|
__this->___U3CmeshGenerationContextU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmeshGenerationContextU3Ek__BackingField_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::Begin(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.UIRenderDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_Begin_mB5888900FE16DBA4BA5C8E75DFFB8FA0CAA11B18 (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_device, 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*)&List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
bool L_2 = L_1->___usesLegacyText_22;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
NullCheck(L_3);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_5 = L_4->___textEntries_42;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_inline(L_5, List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
G_B3_0 = ((((int32_t)L_6) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_ve;
|
|
__this->___m_CurrentElement_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentElement_0), (void*)L_7);
|
|
__this->___m_TextEntryIndex_1 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
|
|
NullCheck(L_8);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_10 = L_9->___data_23;
|
|
NullCheck(L_10);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_11 = L_10->___allocVerts_1;
|
|
V_0 = L_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_14 = L_13->___data_23;
|
|
NullCheck(L_14);
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_15 = L_14->___allocPage_4;
|
|
NullCheck(L_15);
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_16 = L_15->___vertices_1;
|
|
NullCheck(L_16);
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_17 = L_16->___cpuData_2;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_18 = V_0;
|
|
uint32_t L_19 = L_18.___start_0;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_20 = V_0;
|
|
uint32_t L_21 = L_20.___size_1;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_22;
|
|
L_22 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C(L_17, L_19, L_21, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
|
|
V_1 = L_22;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_23 = ___1_device;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___0_ve;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_26 = L_25->___data_23;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___0_ve;
|
|
NullCheck(L_27);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_27->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_29 = L_28->___data_23;
|
|
NullCheck(L_29);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_30 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_29->___allocVerts_1);
|
|
uint32_t L_31 = L_30->___size_1;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_32 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_MeshDataVerts_4);
|
|
NullCheck(L_23);
|
|
UIRenderDevice_Update_m66ACAADBD144EF4A82044B18F27010E36445D983(L_23, L_26, L_31, L_32, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___0_ve;
|
|
NullCheck(L_33);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_34 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_33->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_35 = L_34->___textEntries_42;
|
|
NullCheck(L_35);
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_36;
|
|
L_36 = List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A(L_35, 0, List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A_RuntimeMethod_var);
|
|
V_2 = L_36;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_37 = ___0_ve;
|
|
NullCheck(L_37);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_38 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_37->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_39 = L_38->___textEntries_42;
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_inline(L_39, List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
if ((((int32_t)L_40) > ((int32_t)1)))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_41 = V_2;
|
|
int32_t L_42 = L_41.___vertexCount_2;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_43 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_MeshDataVerts_4);
|
|
int32_t L_44;
|
|
L_44 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_43, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
G_B6_0 = ((((int32_t)((((int32_t)L_42) == ((int32_t)L_44))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
G_B6_0 = 1;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
V_4 = (bool)G_B6_0;
|
|
bool L_45 = V_4;
|
|
if (!L_45)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_46 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_MeshDataVerts_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_47 = V_1;
|
|
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582(L_46, L_47, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_48 = V_2;
|
|
int32_t L_49 = L_48.___firstVertex_1;
|
|
V_3 = L_49;
|
|
int32_t L_50 = V_3;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_51;
|
|
L_51 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_50, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_52 = L_51.___xformClipPages_4;
|
|
__this->___m_XFormClipPages_5 = L_52;
|
|
int32_t L_53 = V_3;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_54;
|
|
L_54 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_53, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_55 = L_54.___ids_5;
|
|
__this->___m_IDs_6 = L_55;
|
|
int32_t L_56 = V_3;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_57;
|
|
L_57 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_56, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_58 = L_57.___flags_6;
|
|
__this->___m_Flags_7 = L_58;
|
|
int32_t L_59 = V_3;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_60;
|
|
L_60 = NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE((&V_1), L_59, NativeSlice_1_get_Item_m08F5F8AF3DA06C1AB32A86563E2FCF3D934470AE_RuntimeMethod_var);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_61 = L_60.___opacityColorPages_7;
|
|
__this->___m_OpacityColorPages_8 = L_61;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::End()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_End_m21CA8049194C21F39A869ECAD92C1D37EBF70BDF (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __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*)&List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___m_TextEntryIndex_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = __this->___m_CurrentElement_0;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_3 = L_2->___textEntries_42;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_inline(L_3, List_1_get_Count_m4765DE722EEC1E2708D5B7B8C7481D2F92C77AA8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_0) == ((int32_t)L_4))? 1 : 0), NULL);
|
|
__this->___m_CurrentElement_0 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentElement_0), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_Dispose_m667CC1165D75283935A96131620CDBA66117BA18 (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m1B103C4931EFC035BF435240AD0CBAEA1AE916E8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m46C1F3A5DF2013F65AA709A58C45D36CC411D276_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m4934871D2D1D60A1B0FD5E74F31E74697620BF52_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mE20C86CDF117D83540556807F8C35F5DF78CF16B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81* L_0 = (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81*)(&__this->___m_DudVerts_2);
|
|
bool L_1;
|
|
L_1 = NativeArray_1_get_IsCreated_m4934871D2D1D60A1B0FD5E74F31E74697620BF52_inline(L_0, NativeArray_1_get_IsCreated_m4934871D2D1D60A1B0FD5E74F31E74697620BF52_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81* L_3 = (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81*)(&__this->___m_DudVerts_2);
|
|
NativeArray_1_Dispose_m46C1F3A5DF2013F65AA709A58C45D36CC411D276(L_3, NativeArray_1_Dispose_m46C1F3A5DF2013F65AA709A58C45D36CC411D276_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934* L_4 = (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934*)(&__this->___m_DudIndices_3);
|
|
bool L_5;
|
|
L_5 = NativeArray_1_get_IsCreated_mE20C86CDF117D83540556807F8C35F5DF78CF16B_inline(L_4, NativeArray_1_get_IsCreated_mE20C86CDF117D83540556807F8C35F5DF78CF16B_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934* L_7 = (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934*)(&__this->___m_DudIndices_3);
|
|
NativeArray_1_Dispose_m1B103C4931EFC035BF435240AD0CBAEA1AE916E8(L_7, NativeArray_1_Dispose_m1B103C4931EFC035BF435240AD0CBAEA1AE916E8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::DrawRectangle(UnityEngine.UIElements.MeshGenerationContextUtils/RectangleParams)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_DrawRectangle_m60AC17B4D928B6BFF3BFFE0A03D13F028505689D (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, RectangleParams_t0B5A63548DC33EE252AF81E242B719118C235A4B ___0_rectParams, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::DrawImmediate(System.Action,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_DrawImmediate_mCE18801480A0F6D8827B675D5B9913D0FE1F8C8C (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_callback, bool ___1_cullingEnabled, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::DrawText(UnityEngine.UIElements.MeshGenerationContextUtils/TextParams,UnityEngine.UIElements.ITextHandle,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_DrawText_m6F9A82BAC66D2699224E5F61DDB490C7BE82686D (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F ___0_textParams, RuntimeObject* ___1_handle, float ___2_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
{
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_0 = ___0_textParams;
|
|
bool L_1;
|
|
L_1 = TextUtilities_IsFontAssigned_m0C55FE336283BAE17544C4028FD4E00CF29A9375(L_0, NULL);
|
|
V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = __this->___m_CurrentElement_0;
|
|
NullCheck(L_3);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
|
|
L_4 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_3, NULL);
|
|
float L_5 = ___2_pixelsPerPoint;
|
|
float L_6;
|
|
L_6 = TextNative_ComputeTextScaling_mB18E1C1AD82EAD2A557414E4634F2F89149FFA2B(L_4, L_5, NULL);
|
|
V_0 = L_6;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_7 = ___0_textParams;
|
|
float L_8 = V_0;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_9;
|
|
L_9 = TextParams_GetTextNativeSettings_m9DB7A56B76F6076566ED602969C517C7A4CB6DC0(L_7, L_8, NULL);
|
|
V_1 = L_9;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_10 = V_1;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 L_11;
|
|
L_11 = TextNative_GetVertices_m877716FCDD7F1D2C5849487C88691A5BA2441088(L_10, NULL);
|
|
V_3 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00dc:
|
|
{// begin finally (depth: 1)
|
|
NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1((&V_3), NativeArray_1_Dispose_m00F78DC1166400B28889399F5407F3069C17E4E1_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = __this->___m_CurrentElement_0;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* L_14 = L_13->___textEntries_42;
|
|
int32_t L_15 = __this->___m_TextEntryIndex_1;
|
|
V_6 = L_15;
|
|
int32_t L_16 = V_6;
|
|
__this->___m_TextEntryIndex_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
int32_t L_17 = V_6;
|
|
NullCheck(L_14);
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_18;
|
|
L_18 = List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A(L_14, L_17, List_1_get_Item_m1186CFE162E4EE7A820E0B3D81892F876E511A5A_RuntimeMethod_var);
|
|
V_4 = L_18;
|
|
TextNativeSettings_tE9D302AD381537B4FD42C3D02583F719CFF40062 L_19 = V_1;
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_20 = ___0_textParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_21 = L_20.___rect_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = TextNative_GetOffset_mBBAE5C3304645D4295B723ABC9245AD6751ECD36(L_19, L_21, NULL);
|
|
V_5 = L_22;
|
|
NativeArray_1_t8B2EB0176812FFDC7FF26382470CBFDCA595A656 L_23 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = V_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = __this->___m_CurrentElement_0;
|
|
NullCheck(L_25);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_26 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_25->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_27 = L_26->___verticesSpace_25;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_28 = __this->___m_XFormClipPages_5;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_29 = __this->___m_IDs_6;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_30 = __this->___m_Flags_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_31 = __this->___m_OpacityColorPages_8;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_32 = __this->___m_MeshDataVerts_4;
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_33 = V_4;
|
|
int32_t L_34 = L_33.___firstVertex_1;
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_35 = V_4;
|
|
int32_t L_36 = L_35.___vertexCount_2;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_37;
|
|
L_37 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_32, L_34, L_36, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var);
|
|
MeshBuilder_UpdateText_m9203AB5020D640A6F8AFF1FBE24DCBF4F899F437(L_23, L_24, L_27, L_28, L_29, L_30, L_31, L_37, NULL);
|
|
RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11 L_38 = V_4;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_39 = L_38.___command_0;
|
|
NullCheck(L_39);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_40 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_39->___state_6);
|
|
TextParams_t943244753F8E3A49632BBEC7272DAEAA8E10546F L_41 = ___0_textParams;
|
|
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_42 = L_41.___font_2;
|
|
NullCheck(L_42);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43;
|
|
L_43 = Font_get_material_m61ABDEC14C6D659DDC5A4F080023699116C17364(L_42, NULL);
|
|
NullCheck(L_43);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_44;
|
|
L_44 = Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D(L_43, NULL);
|
|
L_40->___font_1 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_40->___font_1), (void*)L_44);
|
|
goto IL_00eb;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
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.UIR.Implementation.RenderEvents::ProcessOnClippingChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnClippingChanged_m8C859C039D6F9A264F08F7B814CEC759F091CDFB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
int32_t L_2 = L_1->___dirtiedValues_7;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&8))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
V_1 = L_3;
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_5 = ___3_stats;
|
|
uint32_t* L_6 = (uint32_t*)(&L_5->___recursiveClipUpdates_2);
|
|
uint32_t* L_7 = L_6;
|
|
int32_t L_8 = *((uint32_t*)L_7);
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_9 = ___3_stats;
|
|
uint32_t* L_10 = (uint32_t*)(&L_9->___nonRecursiveClipUpdates_4);
|
|
uint32_t* L_11 = L_10;
|
|
int32_t L_12 = *((uint32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_13 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = ___1_ve;
|
|
NullCheck(L_14);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_15;
|
|
L_15 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_14, NULL);
|
|
V_2 = L_15;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16;
|
|
L_16 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_2), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___1_ve;
|
|
uint32_t L_18 = ___2_dirtyID;
|
|
bool L_19 = V_0;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_20 = ___0_renderChain;
|
|
NullCheck(L_20);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_21;
|
|
L_21 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_20, NULL);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_22 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnClippingChanged_m22C077A0E355E67F65E946C31A7F1D75FC825689(L_13, L_16, L_17, L_18, L_19, (bool)1, (bool)0, (bool)0, (bool)0, L_21, L_22, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnOpacityChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnOpacityChanged_m7500646F4DAD8A9AAE15D8E224F949835016D7E8 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B2_0 = NULL;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B1_0 = NULL;
|
|
float G_B3_0 = 0.0f;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B3_1 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
int32_t L_2 = L_1->___dirtiedValues_7;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_3 = ___3_stats;
|
|
uint32_t* L_4 = (uint32_t*)(&L_3->___recursiveOpacityUpdates_7);
|
|
uint32_t* L_5 = L_4;
|
|
int32_t L_6 = *((uint32_t*)L_5);
|
|
*((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_7 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
NullCheck(L_8);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_9;
|
|
L_9 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_8, NULL);
|
|
V_1 = L_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10;
|
|
L_10 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_1), NULL);
|
|
G_B1_0 = L_7;
|
|
if (L_10)
|
|
{
|
|
G_B2_0 = L_7;
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (1.0f);
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___1_ve;
|
|
NullCheck(L_11);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_12;
|
|
L_12 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_11, NULL);
|
|
V_1 = L_12;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13;
|
|
L_13 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_1), NULL);
|
|
NullCheck(L_13);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_14 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_13->___renderChainData_26);
|
|
float L_15 = L_14->___compositeOpacity_38;
|
|
G_B3_0 = L_15;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___1_ve;
|
|
uint32_t L_17 = ___2_dirtyID;
|
|
bool L_18 = V_0;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_19 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnOpacityChanged_mAE5A6BFEF3CADFD757969803A3895302056C38CC(G_B3_1, G_B3_0, L_16, L_17, L_18, L_19, (bool)0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnColorChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnColorChanged_m33E2F731105EEBA134912ED1C2E77C20168CE8A4 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_0 = ___3_stats;
|
|
uint32_t* L_1 = (uint32_t*)(&L_0->___colorUpdates_9);
|
|
uint32_t* L_2 = L_1;
|
|
int32_t L_3 = *((uint32_t*)L_2);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
uint32_t L_6 = ___2_dirtyID;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_7 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_OnColorChanged_m398874046A6250E369B7B610560279885A1BADE5(L_4, L_5, L_6, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnTransformOrSizeChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnTransformOrSizeChanged_m6FC54824C99919CE35EBD9D7E1D70685D6245853 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_0 = ___3_stats;
|
|
uint32_t* L_1 = (uint32_t*)(&L_0->___recursiveTransformUpdates_5);
|
|
uint32_t* L_2 = L_1;
|
|
int32_t L_3 = *((uint32_t*)L_2);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_6;
|
|
L_6 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_5, NULL);
|
|
V_0 = L_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7;
|
|
L_7 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
uint32_t L_9 = ___2_dirtyID;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___0_renderChain;
|
|
NullCheck(L_10);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_11;
|
|
L_11 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_10, NULL);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_12 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnTransformOrSizeChanged_mEE1B1237D0BE4201B5F846645E9FF5574AE388B3(L_4, L_7, L_8, L_9, L_11, (bool)0, (bool)0, L_12, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnVisualsChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnVisualsChanged_mFB4C272C0513E0DF688DD03907B165D1FFF22329 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
int32_t L_2 = L_1->___dirtiedValues_7;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
V_3 = L_3;
|
|
bool L_4 = V_3;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_5 = ___3_stats;
|
|
uint32_t* L_6 = (uint32_t*)(&L_5->___recursiveVisualUpdates_11);
|
|
uint32_t* L_7 = L_6;
|
|
int32_t L_8 = *((uint32_t*)L_7);
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_9 = ___3_stats;
|
|
uint32_t* L_10 = (uint32_t*)(&L_9->___nonRecursiveVisualUpdates_13);
|
|
uint32_t* L_11 = L_10;
|
|
int32_t L_12 = *((uint32_t*)L_11);
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___1_ve;
|
|
NullCheck(L_13);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_14;
|
|
L_14 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_13, NULL);
|
|
V_4 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15;
|
|
L_15 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_4), NULL);
|
|
V_1 = L_15;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_1;
|
|
if (!L_16)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
|
|
bool L_19 = L_18->___isHierarchyHidden_14;
|
|
if (L_19)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = RenderEvents_IsElementHierarchyHidden_mD2762927AF77BFB049B0B84900394487A9C200F6(L_20, NULL);
|
|
G_B7_0 = ((int32_t)(L_21));
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
G_B7_0 = 1;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
G_B9_0 = G_B7_0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
V_2 = (bool)G_B9_0;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_22 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___1_ve;
|
|
uint32_t L_24 = ___2_dirtyID;
|
|
bool L_25 = V_2;
|
|
bool L_26 = V_0;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_27 = ___3_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnVisualsChanged_m24CC197485CFBA668EA726E0A6326D8A9BCB2F7C(L_22, L_23, L_24, L_25, L_26, L_27, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessRegenText(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessRegenText_m2F18F2241EC4A6ED2363BB7228BBCE66827CA57B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___2_painter, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___3_device, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___4_stats, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_0 = ___4_stats;
|
|
uint32_t* L_1 = (uint32_t*)(&L_0->___textUpdates_23);
|
|
uint32_t* L_2 = L_1;
|
|
int32_t L_3 = *((uint32_t*)L_2);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_4 = ___2_painter;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_6 = ___3_device;
|
|
NullCheck(L_4);
|
|
UIRTextUpdatePainter_Begin_mB5888900FE16DBA4BA5C8E75DFFB8FA0CAA11B18(L_4, L_5, L_6, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___1_ve;
|
|
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_8 = ___2_painter;
|
|
NullCheck(L_8);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_9;
|
|
L_9 = UIRTextUpdatePainter_get_meshGenerationContext_m636CD669AAEAEC7305DB369A83578DF7FD9E8EBA_inline(L_8, NULL);
|
|
NullCheck(L_7);
|
|
VisualElement_InvokeGenerateVisualContent_m7882F56F4FFEA0E26B9BE1109BF930B5EE43F2DF(L_7, L_9, NULL);
|
|
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_10 = ___2_painter;
|
|
NullCheck(L_10);
|
|
UIRTextUpdatePainter_End_m21CA8049194C21F39A869ECAD92C1D37EBF70BDF(L_10, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetTransformIDTransformInfo(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 RenderEvents_GetTransformIDTransformInfo_m9C4D72E3F247946BC61C7452A9D62A5772137F60 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = L_1->___transformID_28;
|
|
bool L_3;
|
|
L_3 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_4, NULL);
|
|
G_B3_0 = ((!(((uint32_t)((int32_t)((int32_t)L_5&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
|
|
NullCheck(L_6);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = L_7->___groupTransformAncestor_2;
|
|
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_8) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___0_ve;
|
|
NullCheck(L_10);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_11 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_10->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = L_11->___groupTransformAncestor_2;
|
|
NullCheck(L_12);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_13;
|
|
L_13 = VisualElement_get_worldTransformInverse_m3F6A138010EDD0ADB850092717003E8E38226980(L_12, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = ___0_ve;
|
|
NullCheck(L_14);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_15;
|
|
L_15 = VisualElement_get_worldTransformRef_m25AB63C70B9C7965FEC38C1711316A47608D5276(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_MultiplyMatrix34_mBDEE644E6CEF9A47F7901CFE215B2682FCCAFDC9(L_13, L_15, (&V_0), NULL);
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___0_ve;
|
|
NullCheck(L_16);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
|
|
L_17 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_16, NULL);
|
|
V_0 = L_17;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
(&V_0)->___m22_10 = (1.0f);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = V_0;
|
|
V_2 = L_18;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19 = V_2;
|
|
return L_19;
|
|
}
|
|
}
|
|
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetClipRectIDClipInfo(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 RenderEvents_GetClipRectIDClipInfo_m7EC20324781A510A1FCFF06DEBD382F9FA2DA7C0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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*)&VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = L_1->___clipRectID_29;
|
|
bool L_3;
|
|
L_3 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_3, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
|
|
NullCheck(L_4);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_4->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5->___groupTransformAncestor_2;
|
|
V_7 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_7 = V_7;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
|
|
NullCheck(L_8);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
|
|
L_9 = VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A(L_8, NULL);
|
|
V_0 = L_9;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___0_ve;
|
|
NullCheck(L_10);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11;
|
|
L_11 = VisualElement_get_worldClipMinusGroup_m94BD6FB2B44142367C06FF15187F7BEE67B3177D(L_10, NULL);
|
|
V_0 = L_11;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = L_13->___groupTransformAncestor_2;
|
|
NullCheck(L_14);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_15;
|
|
L_15 = VisualElement_get_worldTransformInverse_m3F6A138010EDD0ADB850092717003E8E38226980(L_14, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
VisualElement_TransformAlignedRect_m83F60A83A2F69136E513B24BFA697856AE4E3C6C_inline(L_15, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC((&V_0), NULL);
|
|
V_1 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167((&V_0), NULL);
|
|
V_2 = L_17;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_18, L_19, NULL);
|
|
V_3 = L_20;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_3;
|
|
float L_22 = L_21.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_3;
|
|
float L_24 = L_23.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), ((float)((1.0f)/((float)il2cpp_codegen_add(L_22, (9.99999975E-05f))))), ((float)((1.0f)/((float)il2cpp_codegen_add(L_24, (9.99999975E-05f))))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline((2.0f), L_25, NULL);
|
|
V_5 = L_26;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
|
|
L_29 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_27, L_28, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline(L_29, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
L_32 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_30, L_31, NULL);
|
|
V_6 = L_32;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_5;
|
|
float L_34 = L_33.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = V_5;
|
|
float L_36 = L_35.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_6;
|
|
float L_38 = L_37.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_6;
|
|
float L_40 = L_39.___y_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41;
|
|
memset((&L_41), 0, sizeof(L_41));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_41), L_34, L_36, L_38, L_40, /*hidden argument*/NULL);
|
|
V_8 = L_41;
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_42 = V_8;
|
|
return L_42;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildAdded(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, int32_t ___3_index, bool ___4_resetState, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
uint32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
int32_t V_16 = 0;
|
|
bool V_17 = false;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B15_0 = NULL;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B14_0 = NULL;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B16_0 = NULL;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B16_1 = NULL;
|
|
int32_t G_B29_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___2_ve;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((RuntimeObject*)(RuntimeObject*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___2_ve;
|
|
NullCheck(L_2);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_3 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_2->___renderChainData_26);
|
|
bool L_4 = L_3->___isInChain_13;
|
|
V_2 = L_4;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
goto IL_03eb;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_6 = ___4_resetState;
|
|
V_4 = L_6;
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___2_ve;
|
|
NullCheck(L_8);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
|
|
il2cpp_codegen_initobj(L_9, sizeof(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___2_ve;
|
|
NullCheck(L_10);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_11 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_10->___renderChainData_26);
|
|
L_11->___isInChain_13 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___2_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
|
|
L_14 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
L_13->___verticesSpace_25 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___2_ve;
|
|
NullCheck(L_15);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_17 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
|
|
L_16->___transformID_28 = L_17;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___2_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_20 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
L_19->___clipRectID_29 = L_20;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___2_ve;
|
|
NullCheck(L_21);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_22 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_21->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_23 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
|
|
L_22->___opacityID_30 = L_23;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___2_ve;
|
|
NullCheck(L_24);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_26 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_25->___backgroundColorID_32 = L_26;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___2_ve;
|
|
NullCheck(L_27);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_27->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_29 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_28->___borderLeftColorID_33 = L_29;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___2_ve;
|
|
NullCheck(L_30);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_32 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_31->___borderTopColorID_34 = L_32;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___2_ve;
|
|
NullCheck(L_33);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_34 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_33->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_35 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_34->___borderRightColorID_35 = L_35;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___2_ve;
|
|
NullCheck(L_36);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_36->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_38 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_37->___borderBottomColorID_36 = L_38;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39 = ___2_ve;
|
|
NullCheck(L_39);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_40 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_39->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_41 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_40->___tintColorID_37 = L_41;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___2_ve;
|
|
NullCheck(L_42);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_43 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_42->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_44 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
|
|
L_43->___textCoreSettingsID_31 = L_44;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___2_ve;
|
|
NullCheck(L_45);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_46 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_45->___renderChainData_26);
|
|
L_46->___compositeOpacity_38 = ((std::numeric_limits<float>::max)());
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_48;
|
|
L_48 = RenderEvents_UpdateLocalFlipsWinding_m29723ACA559EC686A9C3E330D23390020246BDBE(L_47, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = ___1_parent;
|
|
V_5 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_49) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_50 = V_5;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___1_parent;
|
|
NullCheck(L_51);
|
|
int32_t L_52;
|
|
L_52 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_51, NULL);
|
|
V_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_52&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_53 = V_6;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___2_ve;
|
|
NullCheck(L_54);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_55 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_54->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = ___1_parent;
|
|
L_55->___groupTransformAncestor_2 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_55->___groupTransformAncestor_2), (void*)L_56);
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___2_ve;
|
|
NullCheck(L_57);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_58 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_57->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = ___1_parent;
|
|
NullCheck(L_59);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_60 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_59->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = L_60->___groupTransformAncestor_2;
|
|
L_58->___groupTransformAncestor_2 = L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_58->___groupTransformAncestor_2), (void*)L_61);
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_62 = ___2_ve;
|
|
NullCheck(L_62);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_63 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_62->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_parent;
|
|
NullCheck(L_64);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_65 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_64->___renderChainData_26);
|
|
int32_t L_66 = L_65->___hierarchyDepth_6;
|
|
L_63->___hierarchyDepth_6 = ((int32_t)il2cpp_codegen_add(L_66, 1));
|
|
goto IL_0182;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_67 = ___2_ve;
|
|
NullCheck(L_67);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_68 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_67->___renderChainData_26);
|
|
L_68->___groupTransformAncestor_2 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_68->___groupTransformAncestor_2), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69 = ___2_ve;
|
|
NullCheck(L_69);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_70 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_69->___renderChainData_26);
|
|
L_70->___hierarchyDepth_6 = 0;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_71 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___2_ve;
|
|
NullCheck(L_72);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_73 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_72->___renderChainData_26);
|
|
int32_t L_74 = L_73->___hierarchyDepth_6;
|
|
NullCheck(L_71);
|
|
RenderChain_EnsureFitsDepth_m6D531C0DDB7B2C9AC91BE3E63EE852E9630EC81B(L_71, L_74, NULL);
|
|
int32_t L_75 = ___3_index;
|
|
V_7 = (bool)((((int32_t)L_75) > ((int32_t)0))? 1 : 0);
|
|
bool L_76 = V_7;
|
|
if (!L_76)
|
|
{
|
|
goto IL_01ce;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___1_parent;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_77) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_78 = ___2_ve;
|
|
NullCheck(L_78);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_79 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_78->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80 = ___1_parent;
|
|
NullCheck(L_80);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_81;
|
|
L_81 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_80, NULL);
|
|
V_8 = L_81;
|
|
int32_t L_82 = ___3_index;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_83;
|
|
L_83 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_8), ((int32_t)il2cpp_codegen_subtract(L_82, 1)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_84;
|
|
L_84 = RenderEvents_GetLastDeepestChild_mEFC4AF3EBBCBD1715CF6A851EF83B114DCA29BB6(L_83, NULL);
|
|
L_79->___prev_0 = L_84;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_79->___prev_0), (void*)L_84);
|
|
goto IL_01da;
|
|
}
|
|
|
|
IL_01ce:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_85 = ___2_ve;
|
|
NullCheck(L_85);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_86 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_85->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_87 = ___1_parent;
|
|
L_86->___prev_0 = L_87;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_86->___prev_0), (void*)L_87);
|
|
}
|
|
|
|
IL_01da:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = ___2_ve;
|
|
NullCheck(L_88);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_89 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_88->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_90 = ___2_ve;
|
|
NullCheck(L_90);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_91 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_90->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_92 = L_91->___prev_0;
|
|
G_B14_0 = L_89;
|
|
if (L_92)
|
|
{
|
|
G_B15_0 = L_89;
|
|
goto IL_01f0;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
|
|
G_B16_1 = G_B14_0;
|
|
goto IL_0205;
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_93 = ___2_ve;
|
|
NullCheck(L_93);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_94 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_93->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_95 = L_94->___prev_0;
|
|
NullCheck(L_95);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_96 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_95->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_97 = L_96->___next_1;
|
|
G_B16_0 = L_97;
|
|
G_B16_1 = G_B15_0;
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
G_B16_1->___next_1 = G_B16_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B16_1->___next_1), (void*)G_B16_0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_98 = ___2_ve;
|
|
NullCheck(L_98);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_99 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_98->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_100 = L_99->___prev_0;
|
|
V_9 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_100) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_101 = V_9;
|
|
if (!L_101)
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = ___2_ve;
|
|
NullCheck(L_102);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_103 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_102->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104 = L_103->___prev_0;
|
|
NullCheck(L_104);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_105 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_104->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_106 = ___2_ve;
|
|
L_105->___next_1 = L_106;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_105->___next_1), (void*)L_106);
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_107 = ___2_ve;
|
|
NullCheck(L_107);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_108 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_107->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_109 = L_108->___next_1;
|
|
V_10 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_109) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_110 = V_10;
|
|
if (!L_110)
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_111 = ___2_ve;
|
|
NullCheck(L_111);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_112 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_111->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_113 = L_112->___next_1;
|
|
NullCheck(L_113);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_114 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_113->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_115 = ___2_ve;
|
|
L_114->___prev_0 = L_115;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_114->___prev_0), (void*)L_115);
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_116 = ___2_ve;
|
|
NullCheck(L_116);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_117 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_116->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_118 = L_117->___transformID_28;
|
|
bool L_119;
|
|
L_119 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_118, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_119) == ((int32_t)0))? 1 : 0), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_120 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_121;
|
|
L_121 = RenderEvents_NeedsTransformID_mB0473F5ED3C182DA00261DC5444EE3511A3FCDC5(L_120, NULL);
|
|
V_11 = L_121;
|
|
bool L_122 = V_11;
|
|
if (!L_122)
|
|
{
|
|
goto IL_029b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_123 = ___2_ve;
|
|
NullCheck(L_123);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_124 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_123->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_125 = ___0_renderChain;
|
|
NullCheck(L_125);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_126 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_125->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_127;
|
|
L_127 = UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053(L_126, NULL);
|
|
L_124->___transformID_28 = L_127;
|
|
goto IL_02ab;
|
|
}
|
|
|
|
IL_029b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_128 = ___2_ve;
|
|
NullCheck(L_128);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_129 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_128->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_130 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_129->___transformID_28 = L_130;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_131 = ___2_ve;
|
|
NullCheck(L_131);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_132 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_131->___renderChainData_26);
|
|
L_132->___boneTransformAncestor_3 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_132->___boneTransformAncestor_3), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_133 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_134;
|
|
L_134 = RenderEvents_NeedsColorID_mC21A9C7DE5F02BAEADE4AFA295175F62081707A0(L_133, NULL);
|
|
V_12 = L_134;
|
|
bool L_135 = V_12;
|
|
if (!L_135)
|
|
{
|
|
goto IL_02d5;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_136 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_137 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_138;
|
|
L_138 = RenderEvents_InitColorIDs_m2BBEF2D99944BC99C7809C8E24BFB8E6FBE6DE35(L_136, L_137, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_139 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_140 = ___2_ve;
|
|
RenderEvents_SetColorValues_m9E8EB41BFB03735A4D41DF57AB2BA8450F9A82A1(L_139, L_140, NULL);
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_141 = ___2_ve;
|
|
NullCheck(L_141);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_142 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_141->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_143 = L_142->___transformID_28;
|
|
bool L_144;
|
|
L_144 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_143, NULL);
|
|
V_13 = (bool)((((int32_t)L_144) == ((int32_t)0))? 1 : 0);
|
|
bool L_145 = V_13;
|
|
if (!L_145)
|
|
{
|
|
goto IL_0381;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_146 = ___1_parent;
|
|
if (!L_146)
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_147 = ___2_ve;
|
|
NullCheck(L_147);
|
|
int32_t L_148;
|
|
L_148 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_147, NULL);
|
|
G_B29_0 = ((((int32_t)((int32_t)((int32_t)L_148&1))) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0303;
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
G_B29_0 = 0;
|
|
}
|
|
|
|
IL_0303:
|
|
{
|
|
V_14 = (bool)G_B29_0;
|
|
bool L_149 = V_14;
|
|
if (!L_149)
|
|
{
|
|
goto IL_036e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_150 = ___1_parent;
|
|
NullCheck(L_150);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_151 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_150->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_152 = L_151->___transformID_28;
|
|
bool L_153;
|
|
L_153 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_152, NULL);
|
|
V_15 = L_153;
|
|
bool L_154 = V_15;
|
|
if (!L_154)
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_155 = ___2_ve;
|
|
NullCheck(L_155);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_156 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_155->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_157 = ___1_parent;
|
|
L_156->___boneTransformAncestor_3 = L_157;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_156->___boneTransformAncestor_3), (void*)L_157);
|
|
goto IL_0344;
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_158 = ___2_ve;
|
|
NullCheck(L_158);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_159 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_158->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_160 = ___1_parent;
|
|
NullCheck(L_160);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_161 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_160->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_162 = L_161->___boneTransformAncestor_3;
|
|
L_159->___boneTransformAncestor_3 = L_162;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_159->___boneTransformAncestor_3), (void*)L_162);
|
|
}
|
|
|
|
IL_0344:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_163 = ___2_ve;
|
|
NullCheck(L_163);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_164 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_163->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_165 = ___1_parent;
|
|
NullCheck(L_165);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_166 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_165->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_167 = L_166->___transformID_28;
|
|
L_164->___transformID_28 = L_167;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_168 = ___2_ve;
|
|
NullCheck(L_168);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_169 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_168->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_170 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_169->___transformID_28);
|
|
L_170->___ownedState_4 = 0;
|
|
goto IL_037e;
|
|
}
|
|
|
|
IL_036e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_171 = ___2_ve;
|
|
NullCheck(L_171);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_172 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_171->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_173 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
|
|
L_172->___transformID_28 = L_173;
|
|
}
|
|
|
|
IL_037e:
|
|
{
|
|
goto IL_039e;
|
|
}
|
|
|
|
IL_0381:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_174 = ___0_renderChain;
|
|
NullCheck(L_174);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_175 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_174->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_176 = ___2_ve;
|
|
NullCheck(L_176);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_177 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_176->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_178 = L_177->___transformID_28;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_179 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_180;
|
|
L_180 = RenderEvents_GetTransformIDTransformInfo_m9C4D72E3F247946BC61C7452A9D62A5772137F60(L_179, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(L_175, L_178, L_180, NULL);
|
|
}
|
|
|
|
IL_039e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_181 = ___2_ve;
|
|
NullCheck(L_181);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_182;
|
|
L_182 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_181, NULL);
|
|
V_8 = L_182;
|
|
int32_t L_183;
|
|
L_183 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_8), NULL);
|
|
V_0 = L_183;
|
|
V_1 = 0;
|
|
V_16 = 0;
|
|
goto IL_03da;
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
uint32_t L_184 = V_1;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_185 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_186 = ___2_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_187 = ___2_ve;
|
|
NullCheck(L_187);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_188;
|
|
L_188 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_187, NULL);
|
|
V_8 = L_188;
|
|
int32_t L_189 = V_16;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_190;
|
|
L_190 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_8), L_189, NULL);
|
|
int32_t L_191 = V_16;
|
|
bool L_192 = ___4_resetState;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
uint32_t L_193;
|
|
L_193 = RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9(L_185, L_186, L_190, L_191, L_192, NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)L_193));
|
|
int32_t L_194 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_194, 1));
|
|
}
|
|
|
|
IL_03da:
|
|
{
|
|
int32_t L_195 = V_16;
|
|
int32_t L_196 = V_0;
|
|
V_17 = (bool)((((int32_t)L_195) < ((int32_t)L_196))? 1 : 0);
|
|
bool L_197 = V_17;
|
|
if (L_197)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_198 = V_1;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(1, (int32_t)L_198));
|
|
goto IL_03eb;
|
|
}
|
|
|
|
IL_03eb:
|
|
{
|
|
uint32_t L_199 = V_3;
|
|
return L_199;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildRemoving(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
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;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_18 = NULL;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
uint32_t V_21 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
|
|
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
|
|
V_2 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_2), NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
|
|
V_1 = 0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
uint32_t L_3 = V_1;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_6;
|
|
L_6 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_5, NULL);
|
|
V_2 = 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_2), L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
uint32_t L_10;
|
|
L_10 = RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9(L_4, L_9, NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_10));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_3 = (bool)((((int32_t)((((int32_t)L_11) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_3;
|
|
if (L_12)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___1_ve;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_13, NULL);
|
|
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_14&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_15 = V_4;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_16 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___1_ve;
|
|
NullCheck(L_16);
|
|
RenderChain_StopTrackingGroupTransformElement_mC1CC74CC99860D0B48FC3A705BC4EE4997F97638(L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___1_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
bool L_20 = L_19->___isInChain_13;
|
|
V_5 = L_20;
|
|
bool L_21 = V_5;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0408;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_22 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___1_ve;
|
|
NullCheck(L_22);
|
|
RenderChain_ChildWillBeRemoved_m06C2B71733F0773FE428F92C9B58DA1134CE0AD9(L_22, L_23, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_24 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ResetCommands_m4F863CCD40A1ACA9C5EDA17C2409EB7F90DB7FC6(L_24, L_25, NULL);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_26 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___1_ve;
|
|
NullCheck(L_26);
|
|
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(L_26, L_27, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___1_ve;
|
|
NullCheck(L_28);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
|
|
L_29->___isInChain_13 = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___1_ve;
|
|
NullCheck(L_30);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
|
|
L_31->___clipMethod_18 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = ___1_ve;
|
|
NullCheck(L_32);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_33 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_32->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = L_33->___next_1;
|
|
V_6 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_34) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_35 = V_6;
|
|
if (!L_35)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___1_ve;
|
|
NullCheck(L_36);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_36->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = L_37->___next_1;
|
|
NullCheck(L_38);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_39 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_38->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___1_ve;
|
|
NullCheck(L_40);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_41 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_40->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = L_41->___prev_0;
|
|
L_39->___prev_0 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_39->___prev_0), (void*)L_42);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_43 = ___1_ve;
|
|
NullCheck(L_43);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_44 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_43->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = L_44->___prev_0;
|
|
V_7 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_45) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_46 = V_7;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = ___1_ve;
|
|
NullCheck(L_47);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_48 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_47->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = L_48->___prev_0;
|
|
NullCheck(L_49);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_50 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_49->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___1_ve;
|
|
NullCheck(L_51);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_52 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_51->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_53 = L_52->___next_1;
|
|
L_50->___next_1 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_50->___next_1), (void*)L_53);
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_54 = ___1_ve;
|
|
NullCheck(L_54);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_55 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_54->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_56 = L_55->___textCoreSettingsID_31;
|
|
bool L_57;
|
|
L_57 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_56, NULL);
|
|
V_8 = L_57;
|
|
bool L_58 = V_8;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_59 = ___0_renderChain;
|
|
NullCheck(L_59);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_60 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_59->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = ___1_ve;
|
|
NullCheck(L_61);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_62 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_61->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63 = L_62->___textCoreSettingsID_31;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2(L_60, L_63, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_ve;
|
|
NullCheck(L_64);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_65 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_64->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_66 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
|
|
L_65->___textCoreSettingsID_31 = L_66;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_67 = ___1_ve;
|
|
NullCheck(L_67);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_68 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_67->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_69 = L_68->___opacityID_30;
|
|
bool L_70;
|
|
L_70 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_69, NULL);
|
|
V_9 = L_70;
|
|
bool L_71 = V_9;
|
|
if (!L_71)
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_72 = ___0_renderChain;
|
|
NullCheck(L_72);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_73 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_72->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_74 = ___1_ve;
|
|
NullCheck(L_74);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_75 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_74->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_76 = L_75->___opacityID_30;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4(L_73, L_76, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___1_ve;
|
|
NullCheck(L_77);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_78 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_77->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_79 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
|
|
L_78->___opacityID_30 = L_79;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80 = ___1_ve;
|
|
NullCheck(L_80);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_81 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_80->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_82 = L_81->___backgroundColorID_32;
|
|
bool L_83;
|
|
L_83 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_82, NULL);
|
|
V_10 = L_83;
|
|
bool L_84 = V_10;
|
|
if (!L_84)
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_85 = ___0_renderChain;
|
|
NullCheck(L_85);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_86 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_85->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_87 = ___1_ve;
|
|
NullCheck(L_87);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_88 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_87->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_89 = L_88->___backgroundColorID_32;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_86, L_89, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_90 = ___1_ve;
|
|
NullCheck(L_90);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_91 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_90->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_92 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_91->___backgroundColorID_32 = L_92;
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_93 = ___1_ve;
|
|
NullCheck(L_93);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_94 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_93->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_95 = L_94->___borderLeftColorID_33;
|
|
bool L_96;
|
|
L_96 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_95, NULL);
|
|
V_11 = L_96;
|
|
bool L_97 = V_11;
|
|
if (!L_97)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_98 = ___0_renderChain;
|
|
NullCheck(L_98);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_99 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_98->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_100 = ___1_ve;
|
|
NullCheck(L_100);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_101 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_100->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_102 = L_101->___borderLeftColorID_33;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_99, L_102, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_103 = ___1_ve;
|
|
NullCheck(L_103);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_104 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_103->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_105 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_104->___borderLeftColorID_33 = L_105;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_106 = ___1_ve;
|
|
NullCheck(L_106);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_107 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_106->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_108 = L_107->___borderTopColorID_34;
|
|
bool L_109;
|
|
L_109 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_108, NULL);
|
|
V_12 = L_109;
|
|
bool L_110 = V_12;
|
|
if (!L_110)
|
|
{
|
|
goto IL_023e;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_111 = ___0_renderChain;
|
|
NullCheck(L_111);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_112 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_111->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_113 = ___1_ve;
|
|
NullCheck(L_113);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_114 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_113->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_115 = L_114->___borderTopColorID_34;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_112, L_115, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_116 = ___1_ve;
|
|
NullCheck(L_116);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_117 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_116->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_118 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_117->___borderTopColorID_34 = L_118;
|
|
}
|
|
|
|
IL_023e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_119 = ___1_ve;
|
|
NullCheck(L_119);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_120 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_119->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_121 = L_120->___borderRightColorID_35;
|
|
bool L_122;
|
|
L_122 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_121, NULL);
|
|
V_13 = L_122;
|
|
bool L_123 = V_13;
|
|
if (!L_123)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_124 = ___0_renderChain;
|
|
NullCheck(L_124);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_125 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_124->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_126 = ___1_ve;
|
|
NullCheck(L_126);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_127 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_126->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_128 = L_127->___borderRightColorID_35;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_125, L_128, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_129 = ___1_ve;
|
|
NullCheck(L_129);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_130 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_129->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_131 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_130->___borderRightColorID_35 = L_131;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_132 = ___1_ve;
|
|
NullCheck(L_132);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_133 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_132->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_134 = L_133->___borderBottomColorID_36;
|
|
bool L_135;
|
|
L_135 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_134, NULL);
|
|
V_14 = L_135;
|
|
bool L_136 = V_14;
|
|
if (!L_136)
|
|
{
|
|
goto IL_02bc;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_137 = ___0_renderChain;
|
|
NullCheck(L_137);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_138 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_137->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_139 = ___1_ve;
|
|
NullCheck(L_139);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_140 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_139->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_141 = L_140->___borderBottomColorID_36;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_138, L_141, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_142 = ___1_ve;
|
|
NullCheck(L_142);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_143 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_142->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_144 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_143->___borderBottomColorID_36 = L_144;
|
|
}
|
|
|
|
IL_02bc:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_145 = ___1_ve;
|
|
NullCheck(L_145);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_146 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_145->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_147 = L_146->___tintColorID_37;
|
|
bool L_148;
|
|
L_148 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_147, NULL);
|
|
V_15 = L_148;
|
|
bool L_149 = V_15;
|
|
if (!L_149)
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_150 = ___0_renderChain;
|
|
NullCheck(L_150);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_151 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_150->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_152 = ___1_ve;
|
|
NullCheck(L_152);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_153 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_152->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_154 = L_153->___tintColorID_37;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(L_151, L_154, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_155 = ___1_ve;
|
|
NullCheck(L_155);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_156 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_155->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_157 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
|
|
L_156->___tintColorID_37 = L_157;
|
|
}
|
|
|
|
IL_02fb:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_158 = ___1_ve;
|
|
NullCheck(L_158);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_159 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_158->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_160 = L_159->___clipRectID_29;
|
|
bool L_161;
|
|
L_161 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_160, NULL);
|
|
V_16 = L_161;
|
|
bool L_162 = V_16;
|
|
if (!L_162)
|
|
{
|
|
goto IL_033a;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_163 = ___0_renderChain;
|
|
NullCheck(L_163);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_164 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_163->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_165 = ___1_ve;
|
|
NullCheck(L_165);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_166 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_165->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_167 = L_166->___clipRectID_29;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D(L_164, L_167, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_168 = ___1_ve;
|
|
NullCheck(L_168);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_169 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_168->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_170 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
L_169->___clipRectID_29 = L_170;
|
|
}
|
|
|
|
IL_033a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_171 = ___1_ve;
|
|
NullCheck(L_171);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_172 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_171->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_173 = L_172->___transformID_28;
|
|
bool L_174;
|
|
L_174 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_173, NULL);
|
|
V_17 = L_174;
|
|
bool L_175 = V_17;
|
|
if (!L_175)
|
|
{
|
|
goto IL_0379;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_176 = ___0_renderChain;
|
|
NullCheck(L_176);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_177 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_176->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_178 = ___1_ve;
|
|
NullCheck(L_178);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_179 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_178->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_180 = L_179->___transformID_28;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15(L_177, L_180, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_181 = ___1_ve;
|
|
NullCheck(L_181);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_182 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_181->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_183 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
|
|
L_182->___transformID_28 = L_183;
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_184 = ___1_ve;
|
|
NullCheck(L_184);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_185 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_184->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_186 = ___1_ve;
|
|
NullCheck(L_186);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_187 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_186->___renderChainData_26);
|
|
V_18 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
L_187->___groupTransformAncestor_2 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_187->___groupTransformAncestor_2), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_188 = V_18;
|
|
L_185->___boneTransformAncestor_3 = L_188;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_185->___boneTransformAncestor_3), (void*)L_188);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_189 = ___1_ve;
|
|
NullCheck(L_189);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_190 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_189->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_191 = L_190->___closingData_24;
|
|
V_19 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_191) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_192 = V_19;
|
|
if (!L_192)
|
|
{
|
|
goto IL_03ce;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_193 = ___0_renderChain;
|
|
NullCheck(L_193);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_194;
|
|
L_194 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_193, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_195 = ___1_ve;
|
|
NullCheck(L_195);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_196 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_195->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_197 = L_196->___closingData_24;
|
|
NullCheck(L_194);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_194, L_197, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_198 = ___1_ve;
|
|
NullCheck(L_198);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_199 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_198->___renderChainData_26);
|
|
L_199->___closingData_24 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_199->___closingData_24), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_03ce:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_200 = ___1_ve;
|
|
NullCheck(L_200);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_201 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_200->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_202 = L_201->___data_23;
|
|
V_20 = (bool)((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_202) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_203 = V_20;
|
|
if (!L_203)
|
|
{
|
|
goto IL_0407;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_204 = ___0_renderChain;
|
|
NullCheck(L_204);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_205;
|
|
L_205 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_204, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_206 = ___1_ve;
|
|
NullCheck(L_206);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_207 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_206->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_208 = L_207->___data_23;
|
|
NullCheck(L_205);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_205, L_208, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_209 = ___1_ve;
|
|
NullCheck(L_209);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_210 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_209->___renderChainData_26);
|
|
L_210->___data_23 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_210->___data_23), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_0407:
|
|
{
|
|
}
|
|
|
|
IL_0408:
|
|
{
|
|
uint32_t L_211 = V_1;
|
|
V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, 1));
|
|
goto IL_040f;
|
|
}
|
|
|
|
IL_040f:
|
|
{
|
|
uint32_t L_212 = V_21;
|
|
return L_212;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnClippingChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnClippingChanged_m22C077A0E355E67F65E946C31A7F1D75FC825689 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, bool ___4_hierarchical, bool ___5_isRootOfChange, bool ___6_isPendingHierarchicalRepaint, bool ___7_inheritedClipRectIDChanged, bool ___8_inheritedMaskingChanged, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___9_device, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___10_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_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 V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
bool V_24 = false;
|
|
bool V_25 = false;
|
|
bool V_26 = false;
|
|
int32_t V_27 = 0;
|
|
int32_t V_28 = 0;
|
|
bool V_29 = false;
|
|
bool V_30 = false;
|
|
bool V_31 = false;
|
|
bool V_32 = false;
|
|
bool V_33 = false;
|
|
bool V_34 = false;
|
|
bool V_35 = false;
|
|
bool V_36 = false;
|
|
bool V_37 = false;
|
|
int32_t V_38 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_39;
|
|
memset((&V_39), 0, sizeof(V_39));
|
|
int32_t V_40 = 0;
|
|
bool V_41 = false;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 G_B25_0;
|
|
memset((&G_B25_0), 0, sizeof(G_B25_0));
|
|
int32_t G_B30_0 = 0;
|
|
int32_t G_B35_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
int32_t G_B46_0 = 0;
|
|
int32_t G_B48_0 = 0;
|
|
int32_t G_B62_0 = 0;
|
|
int32_t G_B68_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
{
|
|
uint32_t L_0 = ___3_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___2_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
uint32_t L_3 = L_2->___dirtyID_8;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = ___7_inheritedClipRectIDChanged;
|
|
if (L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = ___8_inheritedMaskingChanged;
|
|
G_B4_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_12 = (bool)G_B4_0;
|
|
bool L_7 = V_12;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03a0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___2_ve;
|
|
NullCheck(L_8);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
|
|
uint32_t L_10 = ___3_dirtyID;
|
|
L_9->___dirtyID_8 = L_10;
|
|
bool L_11 = ___5_isRootOfChange;
|
|
V_13 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_13;
|
|
if (!L_12)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_13 = ___10_stats;
|
|
uint32_t* L_14 = (uint32_t*)(&L_13->___recursiveClipUpdatesExpanded_3);
|
|
uint32_t* L_15 = L_14;
|
|
int32_t L_16 = *((uint32_t*)L_15);
|
|
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
bool L_17 = ___6_isPendingHierarchicalRepaint;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___2_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
int32_t L_20 = L_19->___dirtiedValues_7;
|
|
___6_isPendingHierarchicalRepaint = (bool)((int32_t)((int32_t)L_17|((!(((uint32_t)((int32_t)((int32_t)L_20&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0)));
|
|
bool L_21 = ___4_hierarchical;
|
|
bool L_22 = ___5_isRootOfChange;
|
|
bool L_23 = ___7_inheritedClipRectIDChanged;
|
|
V_1 = (bool)((int32_t)(((int32_t)((int32_t)L_21|(int32_t)L_22))|(int32_t)L_23));
|
|
bool L_24 = ___4_hierarchical;
|
|
bool L_25 = ___5_isRootOfChange;
|
|
V_2 = (bool)((int32_t)((int32_t)L_24|(int32_t)L_25));
|
|
bool L_26 = ___4_hierarchical;
|
|
bool L_27 = ___5_isRootOfChange;
|
|
bool L_28 = ___8_inheritedMaskingChanged;
|
|
V_3 = (bool)((int32_t)(((int32_t)((int32_t)L_26|(int32_t)L_27))|(int32_t)L_28));
|
|
V_4 = (bool)0;
|
|
V_5 = (bool)0;
|
|
V_6 = (bool)0;
|
|
bool L_29 = ___4_hierarchical;
|
|
V_7 = L_29;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___2_ve;
|
|
NullCheck(L_30);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
|
|
int32_t L_32 = L_31->___clipMethod_18;
|
|
V_8 = L_32;
|
|
bool L_33 = V_2;
|
|
if (L_33)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = V_8;
|
|
G_B11_0 = L_34;
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_35 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
int32_t L_37;
|
|
L_37 = RenderEvents_DetermineSelfClipMethod_mE014E29273CF50662E1594D708C262C053C76888(L_35, L_36, NULL);
|
|
G_B11_0 = L_37;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
V_9 = G_B11_0;
|
|
V_10 = (bool)0;
|
|
bool L_38 = V_1;
|
|
V_14 = L_38;
|
|
bool L_39 = V_14;
|
|
if (!L_39)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___2_ve;
|
|
NullCheck(L_40);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_41 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_40->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_42 = L_41->___clipRectID_29;
|
|
V_15 = L_42;
|
|
int32_t L_43 = V_9;
|
|
V_16 = (bool)((((int32_t)L_43) == ((int32_t)3))? 1 : 0);
|
|
bool L_44 = V_16;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_45 = ___2_ve;
|
|
NullCheck(L_45);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_46 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_45->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_47 = L_46->___clipRectID_29;
|
|
bool L_48;
|
|
L_48 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_47, NULL);
|
|
V_17 = (bool)((((int32_t)L_48) == ((int32_t)0))? 1 : 0);
|
|
bool L_49 = V_17;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_50 = ___0_renderChain;
|
|
NullCheck(L_50);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_51 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_50->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_52;
|
|
L_52 = UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65(L_51, NULL);
|
|
V_15 = L_52;
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_53;
|
|
L_53 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&V_15), NULL);
|
|
V_18 = (bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0);
|
|
bool L_54 = V_18;
|
|
if (!L_54)
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
V_9 = 2;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_55 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
V_15 = L_55;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = ___2_ve;
|
|
NullCheck(L_56);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_57 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_56->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_58 = L_57->___clipRectID_29;
|
|
bool L_59;
|
|
L_59 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_58, NULL);
|
|
V_19 = L_59;
|
|
bool L_60 = V_19;
|
|
if (!L_60)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_61 = ___0_renderChain;
|
|
NullCheck(L_61);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_62 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_61->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___2_ve;
|
|
NullCheck(L_63);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_64 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_63->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_65 = L_64->___clipRectID_29;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D(L_62, L_65, NULL);
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___2_ve;
|
|
NullCheck(L_66);
|
|
int32_t L_67;
|
|
L_67 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_66, NULL);
|
|
V_20 = (bool)((((int32_t)((int32_t)((int32_t)L_67&1))) == ((int32_t)0))? 1 : 0);
|
|
bool L_68 = V_20;
|
|
if (!L_68)
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_9;
|
|
if ((((int32_t)L_69) == ((int32_t)2)))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_70 = ___1_parent;
|
|
if (L_70)
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_71 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
|
|
G_B25_0 = L_71;
|
|
goto IL_016d;
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___1_parent;
|
|
NullCheck(L_72);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_73 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_72->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_74 = L_73->___clipRectID_29;
|
|
G_B25_0 = L_74;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
V_15 = G_B25_0;
|
|
(&V_15)->___ownedState_4 = 0;
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_75 = ___2_ve;
|
|
NullCheck(L_75);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_76 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_75->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_77 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_76->___clipRectID_29);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_78 = V_15;
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_79;
|
|
L_79 = BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0(L_77, L_78, NULL);
|
|
V_10 = (bool)((((int32_t)L_79) == ((int32_t)0))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80 = ___2_ve;
|
|
NullCheck(L_80);
|
|
int32_t L_81;
|
|
L_81 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_80, NULL);
|
|
if (!((int32_t)((int32_t)L_81&1)))
|
|
{
|
|
goto IL_01a1;
|
|
}
|
|
}
|
|
{
|
|
bool L_82 = V_10;
|
|
G_B30_0 = ((((int32_t)L_82) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01a2;
|
|
}
|
|
|
|
IL_01a1:
|
|
{
|
|
G_B30_0 = 1;
|
|
}
|
|
|
|
IL_01a2:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B30_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_83 = ___2_ve;
|
|
NullCheck(L_83);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_84 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_83->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_85 = V_15;
|
|
L_84->___clipRectID_29 = L_85;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
V_11 = (bool)0;
|
|
int32_t L_86 = V_8;
|
|
int32_t L_87 = V_9;
|
|
V_21 = (bool)((((int32_t)((((int32_t)L_86) == ((int32_t)L_87))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_88 = V_21;
|
|
if (!L_88)
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_89 = ___2_ve;
|
|
NullCheck(L_89);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_90 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_89->___renderChainData_26);
|
|
int32_t L_91 = V_9;
|
|
L_90->___clipMethod_18 = L_91;
|
|
int32_t L_92 = V_8;
|
|
if ((((int32_t)L_92) == ((int32_t)4)))
|
|
{
|
|
goto IL_01e2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93 = V_9;
|
|
G_B35_0 = ((((int32_t)L_93) == ((int32_t)4))? 1 : 0);
|
|
goto IL_01e3;
|
|
}
|
|
|
|
IL_01e2:
|
|
{
|
|
G_B35_0 = 1;
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
V_22 = (bool)G_B35_0;
|
|
bool L_94 = V_22;
|
|
if (!L_94)
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
}
|
|
{
|
|
V_11 = (bool)1;
|
|
V_3 = (bool)1;
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
int32_t L_95 = V_8;
|
|
if ((((int32_t)L_95) == ((int32_t)2)))
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_96 = V_9;
|
|
G_B40_0 = ((((int32_t)L_96) == ((int32_t)2))? 1 : 0);
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_01fc:
|
|
{
|
|
G_B40_0 = 1;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
V_23 = (bool)G_B40_0;
|
|
bool L_97 = V_23;
|
|
if (!L_97)
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)1;
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
int32_t L_98 = V_9;
|
|
if ((((int32_t)L_98) == ((int32_t)3)))
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_99 = V_8;
|
|
if ((!(((uint32_t)L_99) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_100 = ___2_ve;
|
|
NullCheck(L_100);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_101 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_100->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_102 = L_101->___clipRectID_29;
|
|
bool L_103;
|
|
L_103 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_102, NULL);
|
|
G_B46_0 = ((int32_t)(L_103));
|
|
goto IL_0223;
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
G_B46_0 = 0;
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
G_B48_0 = G_B46_0;
|
|
goto IL_0226;
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
G_B48_0 = 1;
|
|
}
|
|
|
|
IL_0226:
|
|
{
|
|
V_24 = (bool)G_B48_0;
|
|
bool L_104 = V_24;
|
|
if (!L_104)
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (bool)1;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
}
|
|
|
|
IL_0230:
|
|
{
|
|
bool L_105 = V_10;
|
|
V_25 = L_105;
|
|
bool L_106 = V_25;
|
|
if (!L_106)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
V_7 = (bool)1;
|
|
V_5 = (bool)1;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
bool L_107 = V_3;
|
|
V_26 = L_107;
|
|
bool L_108 = V_26;
|
|
if (!L_108)
|
|
{
|
|
goto IL_0301;
|
|
}
|
|
}
|
|
{
|
|
V_27 = 0;
|
|
V_28 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_109 = ___1_parent;
|
|
V_29 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_109) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_110 = V_29;
|
|
if (!L_110)
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_111 = ___1_parent;
|
|
NullCheck(L_111);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_112 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_111->___renderChainData_26);
|
|
int32_t L_113 = L_112->___childrenMaskDepth_20;
|
|
V_27 = L_113;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_114 = ___1_parent;
|
|
NullCheck(L_114);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_115 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_114->___renderChainData_26);
|
|
int32_t L_116 = L_115->___childrenStencilRef_19;
|
|
V_28 = L_116;
|
|
int32_t L_117 = V_9;
|
|
V_30 = (bool)((((int32_t)L_117) == ((int32_t)4))? 1 : 0);
|
|
bool L_118 = V_30;
|
|
if (!L_118)
|
|
{
|
|
goto IL_029b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_119 = V_27;
|
|
int32_t L_120 = V_28;
|
|
V_31 = (bool)((((int32_t)L_119) > ((int32_t)L_120))? 1 : 0);
|
|
bool L_121 = V_31;
|
|
if (!L_121)
|
|
{
|
|
goto IL_0294;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_122 = V_28;
|
|
V_28 = ((int32_t)il2cpp_codegen_add(L_122, 1));
|
|
}
|
|
|
|
IL_0294:
|
|
{
|
|
int32_t L_123 = V_27;
|
|
V_27 = ((int32_t)il2cpp_codegen_add(L_123, 1));
|
|
}
|
|
|
|
IL_029b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_124 = ___2_ve;
|
|
NullCheck(L_124);
|
|
int32_t L_125;
|
|
L_125 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_124, NULL);
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_125&8))) == ((uint32_t)8))))
|
|
{
|
|
goto IL_02ad;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_126 = V_27;
|
|
G_B62_0 = ((((int32_t)L_126) < ((int32_t)7))? 1 : 0);
|
|
goto IL_02ae;
|
|
}
|
|
|
|
IL_02ad:
|
|
{
|
|
G_B62_0 = 0;
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
V_32 = (bool)G_B62_0;
|
|
bool L_127 = V_32;
|
|
if (!L_127)
|
|
{
|
|
goto IL_02b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = V_27;
|
|
V_28 = L_128;
|
|
}
|
|
|
|
IL_02b8:
|
|
{
|
|
}
|
|
|
|
IL_02b9:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_129 = ___2_ve;
|
|
NullCheck(L_129);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_130 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_129->___renderChainData_26);
|
|
int32_t L_131 = L_130->___childrenMaskDepth_20;
|
|
int32_t L_132 = V_27;
|
|
if ((!(((uint32_t)L_131) == ((uint32_t)L_132))))
|
|
{
|
|
goto IL_02dc;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_133 = ___2_ve;
|
|
NullCheck(L_133);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_134 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_133->___renderChainData_26);
|
|
int32_t L_135 = L_134->___childrenStencilRef_19;
|
|
int32_t L_136 = V_28;
|
|
G_B68_0 = ((((int32_t)((((int32_t)L_135) == ((int32_t)L_136))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_02dd;
|
|
}
|
|
|
|
IL_02dc:
|
|
{
|
|
G_B68_0 = 1;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
V_33 = (bool)G_B68_0;
|
|
bool L_137 = V_33;
|
|
if (!L_137)
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
V_11 = (bool)1;
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_138 = ___2_ve;
|
|
NullCheck(L_138);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_139 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_138->___renderChainData_26);
|
|
int32_t L_140 = V_27;
|
|
L_139->___childrenMaskDepth_20 = L_140;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_141 = ___2_ve;
|
|
NullCheck(L_141);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_142 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_141->___renderChainData_26);
|
|
int32_t L_143 = V_28;
|
|
L_142->___childrenStencilRef_19 = L_143;
|
|
}
|
|
|
|
IL_0301:
|
|
{
|
|
bool L_144 = V_11;
|
|
V_34 = L_144;
|
|
bool L_145 = V_34;
|
|
if (!L_145)
|
|
{
|
|
goto IL_0311;
|
|
}
|
|
}
|
|
{
|
|
V_7 = (bool)1;
|
|
V_5 = (bool)1;
|
|
}
|
|
|
|
IL_0311:
|
|
{
|
|
bool L_146 = V_4;
|
|
bool L_147 = V_5;
|
|
if (!((int32_t)((int32_t)L_146|(int32_t)L_147)))
|
|
{
|
|
goto IL_031f;
|
|
}
|
|
}
|
|
{
|
|
bool L_148 = ___6_isPendingHierarchicalRepaint;
|
|
G_B76_0 = ((((int32_t)L_148) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0320;
|
|
}
|
|
|
|
IL_031f:
|
|
{
|
|
G_B76_0 = 0;
|
|
}
|
|
|
|
IL_0320:
|
|
{
|
|
V_35 = (bool)G_B76_0;
|
|
bool L_149 = V_35;
|
|
if (!L_149)
|
|
{
|
|
goto IL_0335;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_150 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_151 = ___2_ve;
|
|
bool L_152 = V_5;
|
|
NullCheck(L_150);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_150, L_151, L_152, NULL);
|
|
___6_isPendingHierarchicalRepaint = (bool)1;
|
|
}
|
|
|
|
IL_0335:
|
|
{
|
|
bool L_153 = V_6;
|
|
V_36 = L_153;
|
|
bool L_154 = V_36;
|
|
if (!L_154)
|
|
{
|
|
goto IL_0347;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_155 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_156 = ___2_ve;
|
|
NullCheck(L_155);
|
|
RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF(L_155, L_156, (bool)0, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0347:
|
|
{
|
|
bool L_157 = V_7;
|
|
V_37 = L_157;
|
|
bool L_158 = V_37;
|
|
if (!L_158)
|
|
{
|
|
goto IL_03a0;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_159 = ___2_ve;
|
|
NullCheck(L_159);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_160;
|
|
L_160 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_159, NULL);
|
|
V_39 = L_160;
|
|
int32_t L_161;
|
|
L_161 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_39), NULL);
|
|
V_38 = L_161;
|
|
V_40 = 0;
|
|
goto IL_0393;
|
|
}
|
|
|
|
IL_0366:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_162 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_163 = ___2_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_164 = ___2_ve;
|
|
NullCheck(L_164);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_165;
|
|
L_165 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_164, NULL);
|
|
V_39 = L_165;
|
|
int32_t L_166 = V_40;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_167;
|
|
L_167 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_39), L_166, NULL);
|
|
uint32_t L_168 = ___3_dirtyID;
|
|
bool L_169 = ___4_hierarchical;
|
|
bool L_170 = ___6_isPendingHierarchicalRepaint;
|
|
bool L_171 = V_10;
|
|
bool L_172 = V_11;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_173 = ___9_device;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_174 = ___10_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnClippingChanged_m22C077A0E355E67F65E946C31A7F1D75FC825689(L_162, L_163, L_167, L_168, L_169, (bool)0, L_170, L_171, L_172, L_173, L_174, NULL);
|
|
int32_t L_175 = V_40;
|
|
V_40 = ((int32_t)il2cpp_codegen_add(L_175, 1));
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
int32_t L_176 = V_40;
|
|
int32_t L_177 = V_38;
|
|
V_41 = (bool)((((int32_t)L_176) < ((int32_t)L_177))? 1 : 0);
|
|
bool L_178 = V_41;
|
|
if (L_178)
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_03a0:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnOpacityChanged(UnityEngine.UIElements.UIR.RenderChain,System.Single,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnOpacityChanged_mAE5A6BFEF3CADFD757969803A3895302056C38CC (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, float ___1_parentCompositeOpacity, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, bool ___4_hierarchical, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___5_stats, bool ___6_isDoingFullVertexRegeneration, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
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;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
int32_t V_18 = 0;
|
|
int32_t V_19 = 0;
|
|
bool V_20 = false;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
{
|
|
uint32_t L_0 = ___3_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___2_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
uint32_t L_3 = L_2->___dirtyID_8;
|
|
V_6 = (bool)((((int32_t)L_0) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_6;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___2_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
uint32_t L_7 = ___3_dirtyID;
|
|
L_6->___dirtyID_8 = L_7;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_8 = ___5_stats;
|
|
uint32_t* L_9 = (uint32_t*)(&L_8->___recursiveOpacityUpdatesExpanded_8);
|
|
uint32_t* L_10 = L_9;
|
|
int32_t L_11 = *((uint32_t*)L_10);
|
|
*((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___2_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
float L_14 = L_13->___compositeOpacity_38;
|
|
V_0 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___2_ve;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16;
|
|
L_16 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_15, NULL);
|
|
NullCheck(L_16);
|
|
float L_17;
|
|
L_17 = InterfaceFuncInvoker0< float >::Invoke(27 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_opacity() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_16);
|
|
float L_18 = ___1_parentCompositeOpacity;
|
|
V_1 = ((float)il2cpp_codegen_multiply(L_17, L_18));
|
|
float L_19 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
float L_20 = ((RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_StaticFields*)il2cpp_codegen_static_fields_for(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var))->___VisibilityTreshold_0;
|
|
float L_21 = V_1;
|
|
float L_22 = ((RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_StaticFields*)il2cpp_codegen_static_fields_for(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var))->___VisibilityTreshold_0;
|
|
V_2 = (bool)((int32_t)(((((float)L_19) < ((float)L_20))? 1 : 0)^((((float)L_21) < ((float)L_22))? 1 : 0)));
|
|
float L_23 = V_0;
|
|
float L_24 = V_1;
|
|
float L_25;
|
|
L_25 = fabsf(((float)il2cpp_codegen_subtract(L_23, L_24)));
|
|
bool L_26 = V_2;
|
|
V_3 = (bool)((int32_t)(((((float)L_25) > ((float)(9.99999975E-05f)))? 1 : 0)|(int32_t)L_26));
|
|
bool L_27 = V_3;
|
|
V_7 = L_27;
|
|
bool L_28 = V_7;
|
|
if (!L_28)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___2_ve;
|
|
NullCheck(L_29);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_29->___renderChainData_26);
|
|
float L_31 = V_1;
|
|
L_30->___compositeOpacity_38 = L_31;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
V_4 = (bool)0;
|
|
float L_32 = V_1;
|
|
float L_33 = ___1_parentCompositeOpacity;
|
|
V_5 = (bool)((((float)L_32) < ((float)((float)il2cpp_codegen_subtract(L_33, (9.99999975E-05f)))))? 1 : 0);
|
|
bool L_34 = V_5;
|
|
V_8 = L_34;
|
|
bool L_35 = V_8;
|
|
if (!L_35)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___2_ve;
|
|
NullCheck(L_36);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_36->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_38 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_37->___opacityID_30);
|
|
uint8_t L_39 = L_38->___ownedState_4;
|
|
V_9 = (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
|
|
bool L_40 = V_9;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = ___2_ve;
|
|
NullCheck(L_41);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_42 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_41->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_43 = ___0_renderChain;
|
|
NullCheck(L_43);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_44 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_43->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_45;
|
|
L_45 = UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2(L_44, NULL);
|
|
L_42->___opacityID_30 = L_45;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
bool L_46 = V_4;
|
|
bool L_47 = V_3;
|
|
if (!((int32_t)((int32_t)L_46|(int32_t)L_47)))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = ___2_ve;
|
|
NullCheck(L_48);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_49 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_48->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_50 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_49->___opacityID_30);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_51;
|
|
L_51 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_50, NULL);
|
|
G_B10_0 = ((int32_t)(L_51));
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
V_10 = (bool)G_B10_0;
|
|
bool L_52 = V_10;
|
|
if (!L_52)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_53 = ___0_renderChain;
|
|
NullCheck(L_53);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_54 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_53->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_55 = ___2_ve;
|
|
NullCheck(L_55);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_56 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_55->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_57 = L_56->___opacityID_30;
|
|
float L_58 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(L_54, L_57, L_58, NULL);
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = ___2_ve;
|
|
NullCheck(L_59);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_60 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_59->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_61 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_60->___opacityID_30);
|
|
uint8_t L_62 = L_61->___ownedState_4;
|
|
V_11 = (bool)((((int32_t)L_62) == ((int32_t)0))? 1 : 0);
|
|
bool L_63 = V_11;
|
|
if (!L_63)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___2_ve;
|
|
NullCheck(L_64);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_65;
|
|
L_65 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_64, NULL);
|
|
V_13 = L_65;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66;
|
|
L_66 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_13), NULL);
|
|
if (!L_66)
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_67 = ___2_ve;
|
|
NullCheck(L_67);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_68 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_67->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_69 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_68->___opacityID_30);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_70 = ___2_ve;
|
|
NullCheck(L_70);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_71;
|
|
L_71 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_70, NULL);
|
|
V_13 = L_71;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72;
|
|
L_72 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_13), NULL);
|
|
NullCheck(L_72);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_73 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_72->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_74 = L_73->___opacityID_30;
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_75;
|
|
L_75 = BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0(L_69, L_74, NULL);
|
|
G_B17_0 = ((((int32_t)L_75) == ((int32_t)0))? 1 : 0);
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
G_B17_0 = 0;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
V_12 = (bool)G_B17_0;
|
|
bool L_76 = V_12;
|
|
if (!L_76)
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___2_ve;
|
|
NullCheck(L_77);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_78 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_77->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79 = ___2_ve;
|
|
NullCheck(L_79);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_80;
|
|
L_80 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_79, NULL);
|
|
V_13 = L_80;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_81;
|
|
L_81 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_13), NULL);
|
|
NullCheck(L_81);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_82 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_81->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_83 = L_82->___opacityID_30;
|
|
L_78->___opacityID_30 = L_83;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_84 = ___2_ve;
|
|
NullCheck(L_84);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_85 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_84->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_86 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_85->___opacityID_30);
|
|
L_86->___ownedState_4 = 0;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
bool L_87 = V_3;
|
|
if (!L_87)
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = ___2_ve;
|
|
NullCheck(L_88);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_89 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_88->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_90 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_89->___opacityID_30);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_91;
|
|
L_91 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_90, NULL);
|
|
G_B23_0 = ((int32_t)(L_91));
|
|
goto IL_01c5;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
G_B23_0 = 0;
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
V_14 = (bool)G_B23_0;
|
|
bool L_92 = V_14;
|
|
if (!L_92)
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_93 = ___0_renderChain;
|
|
NullCheck(L_93);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_94 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_93->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_95 = ___2_ve;
|
|
NullCheck(L_95);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_96 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_95->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_97 = L_96->___opacityID_30;
|
|
float L_98 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(L_94, L_97, L_98, NULL);
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
bool L_99 = ___6_isDoingFullVertexRegeneration;
|
|
V_15 = L_99;
|
|
bool L_100 = V_15;
|
|
if (!L_100)
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0219;
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
bool L_101 = V_4;
|
|
if (!L_101)
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = ___2_ve;
|
|
NullCheck(L_102);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_103 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_102->___renderChainData_26);
|
|
int32_t L_104 = L_103->___dirtiedValues_7;
|
|
G_B31_0 = ((((int32_t)((int32_t)((int32_t)L_104&((int32_t)16)))) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0208;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
G_B31_0 = 0;
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
V_16 = (bool)G_B31_0;
|
|
bool L_105 = V_16;
|
|
if (!L_105)
|
|
{
|
|
goto IL_0219;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_106 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_107 = ___2_ve;
|
|
NullCheck(L_106);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_106, L_107, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0219:
|
|
{
|
|
bool L_108 = V_3;
|
|
bool L_109 = V_4;
|
|
bool L_110 = ___4_hierarchical;
|
|
V_17 = (bool)((int32_t)(((int32_t)((int32_t)L_108|(int32_t)L_109))|(int32_t)L_110));
|
|
bool L_111 = V_17;
|
|
if (!L_111)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_112 = ___2_ve;
|
|
NullCheck(L_112);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_113;
|
|
L_113 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_112, NULL);
|
|
V_13 = L_113;
|
|
int32_t L_114;
|
|
L_114 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_13), NULL);
|
|
V_18 = L_114;
|
|
V_19 = 0;
|
|
goto IL_0265;
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_115 = ___0_renderChain;
|
|
float L_116 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_117 = ___2_ve;
|
|
NullCheck(L_117);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_118;
|
|
L_118 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_117, NULL);
|
|
V_13 = L_118;
|
|
int32_t L_119 = V_19;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_120;
|
|
L_120 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_13), L_119, NULL);
|
|
uint32_t L_121 = ___3_dirtyID;
|
|
bool L_122 = ___4_hierarchical;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_123 = ___5_stats;
|
|
bool L_124 = ___6_isDoingFullVertexRegeneration;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnOpacityChanged_mAE5A6BFEF3CADFD757969803A3895302056C38CC(L_115, L_116, L_120, L_121, L_122, L_123, L_124, NULL);
|
|
int32_t L_125 = V_19;
|
|
V_19 = ((int32_t)il2cpp_codegen_add(L_125, 1));
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
int32_t L_126 = V_19;
|
|
int32_t L_127 = V_18;
|
|
V_20 = (bool)((((int32_t)L_126) < ((int32_t)L_127))? 1 : 0);
|
|
bool L_128 = V_20;
|
|
if (L_128)
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::OnColorChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_OnColorChanged_m398874046A6250E369B7B610560279885A1BADE5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITextElement_tE112EC0B0BF021B4C4C14EB21132826BD87B09E4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F 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;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
uint32_t L_0 = ___2_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___1_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
uint32_t L_3 = L_2->___dirtyID_8;
|
|
V_2 = (bool)((((int32_t)L_0) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
uint32_t L_7 = ___2_dirtyID;
|
|
L_6->___dirtyID_8 = L_7;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_8 = ___3_stats;
|
|
uint32_t* L_9 = (uint32_t*)(&L_8->___colorUpdatesExpanded_10);
|
|
uint32_t* L_10 = L_9;
|
|
int32_t L_11 = *((uint32_t*)L_10);
|
|
*((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___1_ve;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13;
|
|
L_13 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_12, NULL);
|
|
NullCheck(L_13);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
|
|
L_14 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(0 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_backgroundColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_13);
|
|
V_0 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___1_ve;
|
|
NullCheck(L_15);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0;
|
|
L_16->___backgroundColor_39 = L_17;
|
|
V_1 = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___1_ve;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_18, NULL);
|
|
V_3 = (bool)((((int32_t)((int32_t)((int32_t)L_19&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
|
|
bool L_20 = V_3;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_21 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = RenderEvents_InitColorIDs_m2BBEF2D99944BC99C7809C8E24BFB8E6FBE6DE35(L_21, L_22, NULL);
|
|
V_4 = L_23;
|
|
bool L_24 = V_4;
|
|
if (!L_24)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_25 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_SetColorValues_m9E8EB41BFB03735A4D41DF57AB2BA8450F9A82A1(L_25, L_26, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___1_ve;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_27, ITextElement_tE112EC0B0BF021B4C4C14EB21132826BD87B09E4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_28 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_30;
|
|
L_30 = RenderEvents_UpdateTextCoreSettings_m15CB95340AECCD148466BF06DBFBB689D19DCB46(L_28, L_29, NULL);
|
|
G_B8_0 = ((((int32_t)L_30) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
V_5 = (bool)G_B8_0;
|
|
bool L_31 = V_5;
|
|
if (!L_31)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
bool L_32 = V_1;
|
|
V_6 = L_32;
|
|
bool L_33 = V_6;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_34 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = ___1_ve;
|
|
NullCheck(L_34);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_34, L_35, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnTransformOrSizeChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.UIRenderDevice,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnTransformOrSizeChanged_mEE1B1237D0BE4201B5F846645E9FF5574AE388B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, uint32_t ___3_dirtyID, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___4_device, bool ___5_isAncestorOfChangeSkinned, bool ___6_transformChanged, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___7_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_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 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;
|
|
int32_t V_14 = 0;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
int32_t V_16 = 0;
|
|
bool V_17 = false;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
{
|
|
uint32_t L_0 = ___3_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___2_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
uint32_t L_3 = L_2->___dirtyID_8;
|
|
V_1 = (bool)((((int32_t)L_0) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_5 = ___7_stats;
|
|
uint32_t* L_6 = (uint32_t*)(&L_5->___recursiveTransformUpdatesExpanded_6);
|
|
uint32_t* L_7 = L_6;
|
|
int32_t L_8 = *((uint32_t*)L_7);
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
bool L_9 = ___6_transformChanged;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___2_ve;
|
|
NullCheck(L_10);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_11 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_10->___renderChainData_26);
|
|
int32_t L_12 = L_11->___dirtiedValues_7;
|
|
___6_transformChanged = (bool)((int32_t)((int32_t)L_9|((!(((uint32_t)((int32_t)((int32_t)L_12&1))) <= ((uint32_t)0)))? 1 : 0)));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___2_ve;
|
|
NullCheck(L_13);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_14 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_13->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_15 = L_14->___clipRectID_29;
|
|
bool L_16;
|
|
L_16 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_15, NULL);
|
|
V_2 = L_16;
|
|
bool L_17 = V_2;
|
|
if (!L_17)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_18 = ___0_renderChain;
|
|
NullCheck(L_18);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_19 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_18->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___2_ve;
|
|
NullCheck(L_20);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_21 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_20->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_22 = L_21->___clipRectID_29;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24;
|
|
L_24 = RenderEvents_GetClipRectIDClipInfo_m7EC20324781A510A1FCFF06DEBD382F9FA2DA7C0(L_23, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3(L_19, L_22, L_24, NULL);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
bool L_25 = ___6_transformChanged;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_27;
|
|
L_27 = RenderEvents_UpdateLocalFlipsWinding_m29723ACA559EC686A9C3E330D23390020246BDBE(L_26, NULL);
|
|
G_B7_0 = ((int32_t)(L_27));
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_3 = (bool)G_B7_0;
|
|
bool L_28 = V_3;
|
|
if (!L_28)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_29 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___2_ve;
|
|
NullCheck(L_29);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_29, L_30, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
bool L_31 = ___6_transformChanged;
|
|
V_4 = L_31;
|
|
bool L_32 = V_4;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_UpdateZeroScaling_m024294FECD19563AB2E9BA64F4FAB9DE9CA60B2B(L_33, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
V_0 = (bool)1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = ___2_ve;
|
|
NullCheck(L_34);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_35 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_34->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_36 = L_35->___transformID_28;
|
|
bool L_37;
|
|
L_37 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_36, NULL);
|
|
V_5 = L_37;
|
|
bool L_38 = V_5;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_39 = ___0_renderChain;
|
|
NullCheck(L_39);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_40 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_39->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_41 = ___2_ve;
|
|
NullCheck(L_41);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_42 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_41->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_43 = L_42->___transformID_28;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = ___2_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_45;
|
|
L_45 = RenderEvents_GetTransformIDTransformInfo_m9C4D72E3F247946BC61C7452A9D62A5772137F60(L_44, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(L_40, L_43, L_45, NULL);
|
|
___5_isAncestorOfChangeSkinned = (bool)1;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_46 = ___7_stats;
|
|
uint32_t* L_47 = (uint32_t*)(&L_46->___boneTransformed_16);
|
|
uint32_t* L_48 = L_47;
|
|
int32_t L_49 = *((uint32_t*)L_48);
|
|
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
bool L_50 = ___6_transformChanged;
|
|
V_6 = (bool)((((int32_t)L_50) == ((int32_t)0))? 1 : 0);
|
|
bool L_51 = V_6;
|
|
if (!L_51)
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = ___2_ve;
|
|
NullCheck(L_52);
|
|
int32_t L_53;
|
|
L_53 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_52, NULL);
|
|
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_53&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_54 = V_7;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_55 = ___7_stats;
|
|
uint32_t* L_56 = (uint32_t*)(&L_55->___groupTransformElementsChanged_21);
|
|
uint32_t* L_57 = L_56;
|
|
int32_t L_58 = *((uint32_t*)L_57);
|
|
*((int32_t*)L_57) = (int32_t)((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
bool L_59 = ___5_isAncestorOfChangeSkinned;
|
|
V_8 = L_59;
|
|
bool L_60 = V_8;
|
|
if (!L_60)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = ___2_ve;
|
|
NullCheck(L_61);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_62 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_61->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63 = L_62->___transformID_28;
|
|
bool L_64;
|
|
L_64 = RenderChainVEData_InheritsID_mBDD22C0EE688F7A369C8B6E83BEFCA9FD29CCD46(L_63, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_64, NULL);
|
|
V_0 = (bool)0;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_65 = ___7_stats;
|
|
uint32_t* L_66 = (uint32_t*)(&L_65->___skipTransformed_17);
|
|
uint32_t* L_67 = L_66;
|
|
int32_t L_68 = *((uint32_t*)L_67);
|
|
*((int32_t*)L_67) = (int32_t)((int32_t)il2cpp_codegen_add(L_68, 1));
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69 = ___2_ve;
|
|
NullCheck(L_69);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_70 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_69->___renderChainData_26);
|
|
int32_t L_71 = L_70->___dirtiedValues_7;
|
|
if (((int32_t)((int32_t)L_71&((int32_t)48))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_72 = ___2_ve;
|
|
NullCheck(L_72);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_73 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_72->___renderChainData_26);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_74 = L_73->___data_23;
|
|
G_B22_0 = ((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_74) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0167;
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
G_B22_0 = 0;
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
V_9 = (bool)G_B22_0;
|
|
bool L_75 = V_9;
|
|
if (!L_75)
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_76 = ___2_ve;
|
|
NullCheck(L_76);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_77 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_76->___renderChainData_26);
|
|
bool L_78 = L_77->___disableNudging_21;
|
|
if (L_78)
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79 = ___2_ve;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_80 = ___4_device;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
bool L_81;
|
|
L_81 = CommandGenerator_NudgeVerticesToNewSpace_m32EBA06EA253F7BA4125832372D8DB937533433F(L_79, L_80, NULL);
|
|
G_B26_0 = ((int32_t)(L_81));
|
|
goto IL_0186;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
G_B26_0 = 0;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
V_10 = (bool)G_B26_0;
|
|
bool L_82 = V_10;
|
|
if (!L_82)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_83 = ___7_stats;
|
|
uint32_t* L_84 = (uint32_t*)(&L_83->___nudgeTransformed_15);
|
|
uint32_t* L_85 = L_84;
|
|
int32_t L_86 = *((uint32_t*)L_85);
|
|
*((int32_t*)L_85) = (int32_t)((int32_t)il2cpp_codegen_add(L_86, 1));
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_87 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = ___2_ve;
|
|
NullCheck(L_87);
|
|
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(L_87, L_88, (bool)0, NULL);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_89 = ___7_stats;
|
|
uint32_t* L_90 = (uint32_t*)(&L_89->___visualUpdateTransformed_18);
|
|
uint32_t* L_91 = L_90;
|
|
int32_t L_92 = *((uint32_t*)L_91);
|
|
*((int32_t*)L_91) = (int32_t)((int32_t)il2cpp_codegen_add(L_92, 1));
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
bool L_93 = V_0;
|
|
V_11 = L_93;
|
|
bool L_94 = V_11;
|
|
if (!L_94)
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_95 = ___2_ve;
|
|
NullCheck(L_95);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_96 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_95->___renderChainData_26);
|
|
uint32_t L_97 = ___3_dirtyID;
|
|
L_96->___dirtyID_8 = L_97;
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_98 = ___0_renderChain;
|
|
NullCheck(L_98);
|
|
bool L_99;
|
|
L_99 = RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline(L_98, NULL);
|
|
V_12 = L_99;
|
|
bool L_100 = V_12;
|
|
if (!L_100)
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_101 = ___2_ve;
|
|
NullCheck(L_101);
|
|
VisualElement_EnsureWorldTransformAndClipUpToDate_mA58DAF07419D9E1245DE634CA38ACAE618CE3273(L_101, NULL);
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = ___2_ve;
|
|
NullCheck(L_102);
|
|
int32_t L_103;
|
|
L_103 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_102, NULL);
|
|
V_13 = (bool)((((int32_t)((int32_t)((int32_t)L_103&1))) == ((int32_t)0))? 1 : 0);
|
|
bool L_104 = V_13;
|
|
if (!L_104)
|
|
{
|
|
goto IL_0237;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_105 = ___2_ve;
|
|
NullCheck(L_105);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_106;
|
|
L_106 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_105, NULL);
|
|
V_15 = L_106;
|
|
int32_t L_107;
|
|
L_107 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_15), NULL);
|
|
V_14 = L_107;
|
|
V_16 = 0;
|
|
goto IL_0228;
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_108 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_109 = ___2_ve;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_110 = ___2_ve;
|
|
NullCheck(L_110);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_111;
|
|
L_111 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_110, NULL);
|
|
V_15 = L_111;
|
|
int32_t L_112 = V_16;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_113;
|
|
L_113 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_15), L_112, NULL);
|
|
uint32_t L_114 = ___3_dirtyID;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_115 = ___4_device;
|
|
bool L_116 = ___5_isAncestorOfChangeSkinned;
|
|
bool L_117 = ___6_transformChanged;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_118 = ___7_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnTransformOrSizeChanged_mEE1B1237D0BE4201B5F846645E9FF5574AE388B3(L_108, L_109, L_113, L_114, L_115, L_116, L_117, L_118, NULL);
|
|
int32_t L_119 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_119, 1));
|
|
}
|
|
|
|
IL_0228:
|
|
{
|
|
int32_t L_120 = V_16;
|
|
int32_t L_121 = V_14;
|
|
V_17 = (bool)((((int32_t)L_120) < ((int32_t)L_121))? 1 : 0);
|
|
bool L_122 = V_17;
|
|
if (L_122)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
|
|
IL_0237:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_123 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_124 = ___2_ve;
|
|
NullCheck(L_123);
|
|
RenderChain_OnGroupTransformElementChangedTransform_mC3DFEC282D266AFBBE029D8F1542C8E83CBD1816(L_123, L_124, NULL);
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnVisualsChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.ChainBuilderStats&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_DepthFirstOnVisualsChanged_m24CC197485CFBA668EA726E0A6326D8A9BCB2F7C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, bool ___3_parentHierarchyHidden, bool ___4_hierarchical, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___5_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITextElement_tE112EC0B0BF021B4C4C14EB21132826BD87B09E4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B6_0 = NULL;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B5_0 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* G_B7_1 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
uint32_t L_0 = ___2_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___1_ve;
|
|
NullCheck(L_1);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
|
|
uint32_t L_3 = L_2->___dirtyID_8;
|
|
V_2 = (bool)((((int32_t)L_0) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
uint32_t L_7 = ___2_dirtyID;
|
|
L_6->___dirtyID_8 = L_7;
|
|
bool L_8 = ___4_hierarchical;
|
|
V_3 = L_8;
|
|
bool L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_10 = ___5_stats;
|
|
uint32_t* L_11 = (uint32_t*)(&L_10->___recursiveVisualUpdatesExpanded_12);
|
|
uint32_t* L_12 = L_11;
|
|
int32_t L_13 = *((uint32_t*)L_12);
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = ___1_ve;
|
|
NullCheck(L_14);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_15 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_14->___renderChainData_26);
|
|
bool L_16 = L_15->___isHierarchyHidden_14;
|
|
V_0 = L_16;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___1_ve;
|
|
NullCheck(L_17);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
|
|
bool L_19 = ___3_parentHierarchyHidden;
|
|
G_B5_0 = L_18;
|
|
if (L_19)
|
|
{
|
|
G_B6_0 = L_18;
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = RenderEvents_IsElementHierarchyHidden_mD2762927AF77BFB049B0B84900394487A9C200F6(L_20, NULL);
|
|
G_B7_0 = ((int32_t)(L_21));
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
G_B7_0 = 1;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
G_B7_1->___isHierarchyHidden_14 = (bool)G_B7_0;
|
|
bool L_22 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___1_ve;
|
|
NullCheck(L_23);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_24 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_23->___renderChainData_26);
|
|
bool L_25 = L_24->___isHierarchyHidden_14;
|
|
V_4 = (bool)((((int32_t)((((int32_t)L_22) == ((int32_t)L_25))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_26 = V_4;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
___4_hierarchical = (bool)1;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_UpdateWorldFlipsWinding_m4B1C4F229E6ACA468AE658EBBAFB5F3537439E4A(L_27, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___1_ve;
|
|
NullCheck(L_28);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_30 = L_29->___transformID_28;
|
|
bool L_31;
|
|
L_31 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = ___1_ve;
|
|
NullCheck(L_32);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_33;
|
|
L_33 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_32, NULL);
|
|
V_5 = L_33;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34;
|
|
L_34 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_5), NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = ___1_ve;
|
|
NullCheck(L_35);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_35->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_37 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_36->___transformID_28);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = ___1_ve;
|
|
NullCheck(L_38);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_39;
|
|
L_39 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_38, NULL);
|
|
V_5 = L_39;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40;
|
|
L_40 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_5), NULL);
|
|
NullCheck(L_40);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_41 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_40->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_42 = L_41->___transformID_28;
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_43;
|
|
L_43 = BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0(L_37, L_42, NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = ___1_ve;
|
|
NullCheck(L_44);
|
|
int32_t L_45;
|
|
L_45 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_44, NULL);
|
|
G_B14_0 = ((!(((uint32_t)((int32_t)((int32_t)L_45&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
G_B14_0 = 1;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B14_0, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = ___1_ve;
|
|
V_6 = (bool)((!(((RuntimeObject*)(RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_46, ITextElement_tE112EC0B0BF021B4C4C14EB21132826BD87B09E4_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_47 = V_6;
|
|
if (!L_47)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_48 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_50;
|
|
L_50 = RenderEvents_UpdateTextCoreSettings_m15CB95340AECCD148466BF06DBFBB689D19DCB46(L_48, L_49, NULL);
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_51 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = ___1_ve;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_53 = ___5_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_54;
|
|
L_54 = CommandGenerator_PaintElement_mF25FF78C8747AE37F21514DF24C39941877E1787(L_51, L_52, L_53, NULL);
|
|
V_1 = L_54;
|
|
bool L_55 = ___4_hierarchical;
|
|
V_7 = L_55;
|
|
bool L_56 = V_7;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___1_ve;
|
|
NullCheck(L_57);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_58;
|
|
L_58 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_57, NULL);
|
|
V_5 = L_58;
|
|
int32_t L_59;
|
|
L_59 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_5), NULL);
|
|
V_8 = L_59;
|
|
V_9 = 0;
|
|
goto IL_0149;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_60 = ___0_renderChain;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = ___1_ve;
|
|
NullCheck(L_61);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_62;
|
|
L_62 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_61, NULL);
|
|
V_5 = L_62;
|
|
int32_t L_63 = V_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64;
|
|
L_64 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_5), L_63, NULL);
|
|
uint32_t L_65 = ___2_dirtyID;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___1_ve;
|
|
NullCheck(L_66);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_67 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_66->___renderChainData_26);
|
|
bool L_68 = L_67->___isHierarchyHidden_14;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_69 = ___5_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
RenderEvents_DepthFirstOnVisualsChanged_m24CC197485CFBA668EA726E0A6326D8A9BCB2F7C(L_60, L_64, L_65, L_68, (bool)1, L_69, NULL);
|
|
int32_t L_70 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
int32_t L_71 = V_9;
|
|
int32_t L_72 = V_8;
|
|
V_10 = (bool)((((int32_t)L_71) < ((int32_t)L_72))? 1 : 0);
|
|
bool L_73 = V_10;
|
|
if (L_73)
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_74 = V_1;
|
|
bool L_75 = L_74.___needsClosing_0;
|
|
V_11 = L_75;
|
|
bool L_76 = V_11;
|
|
if (!L_76)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___1_ve;
|
|
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 L_78 = V_1;
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_79 = ___0_renderChain;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_80 = ___5_stats;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandGenerator_tEB698150C6CD0EFB8486F3F674ED77AF89B1D98D_il2cpp_TypeInfo_var);
|
|
CommandGenerator_ClosePaintElement_m4D5F6D1B8EC36C56CCF47EEB3D53A931E9DD83C4(L_77, L_78, L_79, L_80, NULL);
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateTextCoreSettings(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_UpdateTextCoreSettings_m15CB95340AECCD148466BF06DBFBB689D19DCB46 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, 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*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
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;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___1_ve;
|
|
bool L_2;
|
|
L_2 = TextUtilities_IsFontAssigned_mF8C7AB1EA0F4C0611A680D48F4FD7F2053FE39DB(L_1, NULL);
|
|
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_3 = (bool)G_B3_0;
|
|
bool L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (bool)0;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___1_ve;
|
|
NullCheck(L_4);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_4->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6 = L_5->___textCoreSettingsID_31;
|
|
bool L_7;
|
|
L_7 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_6, NULL);
|
|
V_0 = L_7;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_9;
|
|
L_9 = TextUtilities_GetTextCoreSettingsForElement_mC7C0F92E72317F5F875F8A77E746D4FF8E146943(L_8, NULL);
|
|
V_1 = L_9;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = RenderEvents_NeedsColorID_mC21A9C7DE5F02BAEADE4AFA295175F62081707A0(L_10, NULL);
|
|
V_2 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_13 = V_1;
|
|
float L_14 = L_13.___outlineWidth_2;
|
|
if ((!(((float)L_14) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_15 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = L_15.___underlayOffset_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
bool L_18;
|
|
L_18 = Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline(L_16, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_19 = V_1;
|
|
float L_20 = L_19.___underlaySoftness_5;
|
|
if ((!(((float)L_20) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
bool L_21 = V_0;
|
|
G_B11_0 = ((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
V_5 = (bool)G_B11_0;
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___1_ve;
|
|
NullCheck(L_23);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_24 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_23->___renderChainData_26);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_25 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
|
|
L_24->___textCoreSettingsID_31 = L_25;
|
|
V_4 = (bool)1;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
bool L_26 = V_0;
|
|
V_6 = (bool)((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
|
|
bool L_27 = V_6;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___1_ve;
|
|
NullCheck(L_28);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_30 = ___0_renderChain;
|
|
NullCheck(L_30);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_31 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_30->___shaderInfoAllocator_37);
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_32 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_33;
|
|
L_33 = UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1(L_31, L_32, NULL);
|
|
L_29->___textCoreSettingsID_31 = L_33;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = ___1_ve;
|
|
NullCheck(L_34);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_35 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_34->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_36 = L_35->___textCoreSettingsID_31;
|
|
bool L_37;
|
|
L_37 = RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA(L_36, NULL);
|
|
V_7 = L_37;
|
|
bool L_38 = V_7;
|
|
if (!L_38)
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39 = ___1_ve;
|
|
NullCheck(L_39);
|
|
RuntimeObject* L_40;
|
|
L_40 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_39, NULL);
|
|
NullCheck(L_40);
|
|
int32_t L_41;
|
|
L_41 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_40);
|
|
V_8 = (bool)((((int32_t)L_41) == ((int32_t)1))? 1 : 0);
|
|
bool L_42 = V_8;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_43 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&V_1)->___faceColor_0);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_44 = L_43;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_45 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_44);
|
|
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_46 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_47;
|
|
L_47 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_45, L_46, NULL);
|
|
*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_44 = L_47;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_48 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&V_1)->___outlineColor_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_49 = L_48;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_49);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_51 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_52;
|
|
L_52 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_50, L_51, NULL);
|
|
*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_49 = L_52;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_53 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&V_1)->___underlayColor_3);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_54 = L_53;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_55 = (*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_54);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_56 = ((UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var))->___editorPlayModeTintColor_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_57;
|
|
L_57 = Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline(L_55, L_56, NULL);
|
|
*(Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)L_54 = L_57;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_58 = ___0_renderChain;
|
|
NullCheck(L_58);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_59 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_58->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_60 = ___1_ve;
|
|
NullCheck(L_60);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_61 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_60->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_62 = L_61->___textCoreSettingsID_31;
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_63 = V_1;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_ve;
|
|
NullCheck(L_64);
|
|
RuntimeObject* L_65;
|
|
L_65 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_64, NULL);
|
|
NullCheck(L_65);
|
|
int32_t L_66;
|
|
L_66 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_65);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84(L_59, L_62, L_63, (bool)((((int32_t)L_66) == ((int32_t)1))? 1 : 0), NULL);
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
V_4 = (bool)1;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
bool L_67 = V_4;
|
|
return L_67;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::IsElementHierarchyHidden(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_IsElementHierarchyHidden_mD2762927AF77BFB049B0B84900394487A9C200F6 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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 = ___0_ve;
|
|
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);
|
|
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;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.RenderEvents::GetLastDeepestChild(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderEvents_GetLastDeepestChild_mEFC4AF3EBBCBD1715CF6A851EF83B114DCA29BB6 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, 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* V_3 = NULL;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
|
|
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_1), NULL);
|
|
V_0 = L_2;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
NullCheck(L_3);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_4;
|
|
L_4 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_3, NULL);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_1), ((int32_t)il2cpp_codegen_subtract(L_5, 1)), NULL);
|
|
___0_ve = L_6;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_ve;
|
|
NullCheck(L_7);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_8;
|
|
L_8 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_7, NULL);
|
|
V_1 = L_8;
|
|
int32_t L_9;
|
|
L_9 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_1), NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_2 = (bool)((((int32_t)L_10) > ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_2;
|
|
if (L_11)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
|
|
V_3 = L_12;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = V_3;
|
|
return L_13;
|
|
}
|
|
}
|
|
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.Implementation.RenderEvents::DetermineSelfClipMethod(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderEvents_DetermineSelfClipMethod_mE014E29273CF50662E1594D708C262C053C76888 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, 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;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_3 = NULL;
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = VisualElement_ShouldClip_m12585878F77BB029474BA67935AB704D81CE7FE0(L_0, NULL);
|
|
V_4 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_4;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_5 = 1;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___1_ve;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_3, NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&5))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 3;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
G_B5_0 = 2;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
V_1 = G_B5_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = UIRUtility_IsRoundRect_m60294350FB23984A9E98C77E75DF243EA9FE6D8A(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___1_ve;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = UIRUtility_IsVectorImageBackground_mEE91CC7739188D6ABCDAFA8DA8FA501BD9C1E3E0(L_8, NULL);
|
|
G_B8_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_6 = (bool)G_B8_0;
|
|
bool L_10 = V_6;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_5 = L_11;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
V_2 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___1_ve;
|
|
NullCheck(L_12);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_13;
|
|
L_13 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_12, NULL);
|
|
V_7 = L_13;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14;
|
|
L_14 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_7), NULL);
|
|
V_3 = L_14;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = V_3;
|
|
V_8 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_16 = V_8;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
|
|
int32_t L_19 = L_18->___childrenMaskDepth_20;
|
|
V_2 = L_19;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_20 = V_2;
|
|
V_9 = (bool)((((int32_t)L_20) == ((int32_t)7))? 1 : 0);
|
|
bool L_21 = V_9;
|
|
if (!L_21)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_5 = L_22;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_23 = ___0_renderChain;
|
|
NullCheck(L_23);
|
|
bool L_24;
|
|
L_24 = RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline(L_23, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
G_B17_0 = 4;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_25 = V_1;
|
|
G_B17_0 = ((int32_t)(L_25));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
V_5 = G_B17_0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
int32_t L_26 = V_5;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateLocalFlipsWinding(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_UpdateLocalFlipsWinding_m29723ACA559EC686A9C3E330D23390020246BDBE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
bool L_2 = L_1->___localFlipsWinding_15;
|
|
V_0 = L_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VisualElement_get_transform_m3BAB67CC182B8B60920924AEE52826BD736A051D(L_3, NULL);
|
|
NullCheck(L_4);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(2 /* UnityEngine.Vector3 UnityEngine.UIElements.ITransform::get_scale() */, ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = V_1;
|
|
float L_7 = L_6.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_1;
|
|
float L_9 = L_8.___y_3;
|
|
V_2 = ((float)il2cpp_codegen_multiply(L_7, L_9));
|
|
float L_10 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_11;
|
|
L_11 = fabsf(L_10);
|
|
V_4 = (bool)((((float)L_11) < ((float)(0.00100000005f)))? 1 : 0);
|
|
bool L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
float L_13 = V_2;
|
|
V_3 = (bool)((((float)L_13) < ((float)(0.0f)))? 1 : 0);
|
|
bool L_14 = V_0;
|
|
bool L_15 = V_3;
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_16 = V_6;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_ve;
|
|
NullCheck(L_17);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
|
|
bool L_19 = V_3;
|
|
L_18->___localFlipsWinding_15 = L_19;
|
|
V_5 = (bool)1;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
V_5 = (bool)0;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
bool L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateWorldFlipsWinding(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_UpdateWorldFlipsWinding_m4B1C4F229E6ACA468AE658EBBAFB5F3537439E4A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_2 = NULL;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
bool L_2 = L_1->___localFlipsWinding_15;
|
|
V_0 = L_2;
|
|
V_1 = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
|
|
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_2 = L_5;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_2;
|
|
V_4 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_2;
|
|
NullCheck(L_8);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
|
|
bool L_10 = L_9->___worldFlipsWinding_17;
|
|
V_1 = L_10;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_ve;
|
|
NullCheck(L_11);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_11->___renderChainData_26);
|
|
bool L_13 = V_1;
|
|
bool L_14 = V_0;
|
|
L_12->___worldFlipsWinding_17 = (bool)((int32_t)((int32_t)L_13^(int32_t)L_14));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::UpdateZeroScaling(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_UpdateZeroScaling_m024294FECD19563AB2E9BA64F4FAB9DE9CA60B2B (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___0_ve;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VisualElement_get_transform_m3BAB67CC182B8B60920924AEE52826BD736A051D(L_2, NULL);
|
|
NullCheck(L_3);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(2 /* UnityEngine.Vector3 UnityEngine.UIElements.ITransform::get_scale() */, ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var, L_3);
|
|
float L_5 = L_4.___x_2;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VisualElement_get_transform_m3BAB67CC182B8B60920924AEE52826BD736A051D(L_6, NULL);
|
|
NullCheck(L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = InterfaceFuncInvoker0< Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 >::Invoke(2 /* UnityEngine.Vector3 UnityEngine.UIElements.ITransform::get_scale() */, ITransform_tE5B8E1959EF1ABDE4E6DD44E9FB55EB043FCCDA4_il2cpp_TypeInfo_var, L_7);
|
|
float L_9 = L_8.___y_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_10;
|
|
L_10 = fabsf(((float)il2cpp_codegen_multiply(L_5, L_9)));
|
|
L_1->___localTransformScaleZero_16 = (bool)((((float)L_10) < ((float)(0.00100000005f)))? 1 : 0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::NeedsTransformID(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_NeedsTransformID_mB0473F5ED3C182DA00261DC5444EE3511A3FCDC5 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_0, NULL);
|
|
if (((int32_t)((int32_t)L_1&1)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___0_ve;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_2, NULL);
|
|
G_B3_0 = ((((int32_t)((int32_t)((int32_t)L_3&2))) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::NeedsColorID(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_NeedsColorID_mC21A9C7DE5F02BAEADE4AFA295175F62081707A0 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VisualElement_get_renderHints_m8D75B152BC6DFD5BB57EAF00270109EE6B993114(L_0, NULL);
|
|
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_1&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.UIR.Implementation.RenderEvents::InitColorIDs(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderEvents_InitColorIDs_m2BBEF2D99944BC99C7809C8E24BFB8E6FBE6DE35 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_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;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = 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;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = ___1_ve;
|
|
NullCheck(L_2);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_3 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_2->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_4 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_3->___backgroundColorID_32);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
|
L_7 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(0 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_backgroundColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_6);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
|
|
L_8 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
bool L_9;
|
|
L_9 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_7, L_8, NULL);
|
|
G_B3_0 = ((int32_t)(L_9));
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___1_ve;
|
|
NullCheck(L_11);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_11->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_13 = ___0_renderChain;
|
|
NullCheck(L_13);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_14 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_13->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_15;
|
|
L_15 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_14, NULL);
|
|
L_12->___backgroundColorID_32 = L_15;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___1_ve;
|
|
NullCheck(L_16);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_17 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_16->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_18 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_17->___borderLeftColorID_33);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
float L_21;
|
|
L_21 = InterfaceFuncInvoker0< float >::Invoke(6 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderLeftWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_20);
|
|
G_B8_0 = ((((float)L_21) > ((float)(0.0f)))? 1 : 0);
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
V_3 = (bool)G_B8_0;
|
|
bool L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___1_ve;
|
|
NullCheck(L_23);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_24 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_23->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_25 = ___0_renderChain;
|
|
NullCheck(L_25);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_26 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_25->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_27;
|
|
L_27 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_26, NULL);
|
|
L_24->___borderLeftColorID_33 = L_27;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___1_ve;
|
|
NullCheck(L_28);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_30 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_29->___borderTopColorID_34);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_31;
|
|
L_31 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_32 = V_0;
|
|
NullCheck(L_32);
|
|
float L_33;
|
|
L_33 = InterfaceFuncInvoker0< float >::Invoke(12 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderTopWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_32);
|
|
G_B13_0 = ((((float)L_33) > ((float)(0.0f)))? 1 : 0);
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
V_4 = (bool)G_B13_0;
|
|
bool L_34 = V_4;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = ___1_ve;
|
|
NullCheck(L_35);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_35->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_37 = ___0_renderChain;
|
|
NullCheck(L_37);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_38 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_37->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_39;
|
|
L_39 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_38, NULL);
|
|
L_36->___borderTopColorID_34 = L_39;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___1_ve;
|
|
NullCheck(L_40);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_41 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_40->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_42 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_41->___borderRightColorID_35);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_43;
|
|
L_43 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_42, NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
float L_45;
|
|
L_45 = InterfaceFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderRightWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_44);
|
|
G_B18_0 = ((((float)L_45) > ((float)(0.0f)))? 1 : 0);
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
G_B18_0 = 0;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
V_5 = (bool)G_B18_0;
|
|
bool L_46 = V_5;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = ___1_ve;
|
|
NullCheck(L_47);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_48 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_47->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_49 = ___0_renderChain;
|
|
NullCheck(L_49);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_50 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_49->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_51;
|
|
L_51 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_50, NULL);
|
|
L_48->___borderRightColorID_35 = L_51;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_52 = ___1_ve;
|
|
NullCheck(L_52);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_53 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_52->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_54 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_53->___borderBottomColorID_36);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_55;
|
|
L_55 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_54, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_0132;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_56 = V_0;
|
|
NullCheck(L_56);
|
|
float L_57;
|
|
L_57 = InterfaceFuncInvoker0< float >::Invoke(4 /* System.Single UnityEngine.UIElements.IResolvedStyle::get_borderBottomWidth() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_56);
|
|
G_B23_0 = ((((float)L_57) > ((float)(0.0f)))? 1 : 0);
|
|
goto IL_0133;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
G_B23_0 = 0;
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
V_6 = (bool)G_B23_0;
|
|
bool L_58 = V_6;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = ___1_ve;
|
|
NullCheck(L_59);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_60 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_59->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_61 = ___0_renderChain;
|
|
NullCheck(L_61);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_62 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_61->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63;
|
|
L_63 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_62, NULL);
|
|
L_60->___borderBottomColorID_36 = L_63;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_ve;
|
|
NullCheck(L_64);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_65 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_64->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_66 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_65->___tintColorID_37);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_67;
|
|
L_67 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_66, NULL);
|
|
if (L_67)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_68 = V_0;
|
|
NullCheck(L_68);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_69;
|
|
L_69 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(37 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_unityBackgroundImageTintColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_68);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_70;
|
|
L_70 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
bool L_71;
|
|
L_71 = Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline(L_69, L_70, NULL);
|
|
G_B28_0 = ((int32_t)(L_71));
|
|
goto IL_0178;
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
G_B28_0 = 0;
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
V_7 = (bool)G_B28_0;
|
|
bool L_72 = V_7;
|
|
if (!L_72)
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73 = ___1_ve;
|
|
NullCheck(L_73);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_74 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_73->___renderChainData_26);
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_75 = ___0_renderChain;
|
|
NullCheck(L_75);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_76 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_75->___shaderInfoAllocator_37);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_77;
|
|
L_77 = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(L_76, NULL);
|
|
L_74->___tintColorID_37 = L_77;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
bool L_78 = V_1;
|
|
V_8 = L_78;
|
|
goto IL_019d;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
bool L_79 = V_8;
|
|
return L_79;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::SetColorValues(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_SetColorValues_m9E8EB41BFB03735A4D41DF57AB2BA8450F9A82A1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___1_ve;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_0, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* UnityEngine.UIElements.ContextType UnityEngine.UIElements.IPanel::get_contextType() */, IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var, L_1);
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___1_ve;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_3, NULL);
|
|
V_1 = L_4;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___1_ve;
|
|
NullCheck(L_5);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_7 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_6->___backgroundColorID_32);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_7, NULL);
|
|
V_2 = L_8;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___0_renderChain;
|
|
NullCheck(L_10);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_11 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_10->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___1_ve;
|
|
NullCheck(L_12);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_14 = L_13->___backgroundColorID_32;
|
|
RuntimeObject* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(0 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_backgroundColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_15);
|
|
bool L_17 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_11, L_14, L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = ___1_ve;
|
|
NullCheck(L_18);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_19 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_18->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_20 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_19->___borderLeftColorID_33);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_21;
|
|
L_21 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_20, NULL);
|
|
V_3 = L_21;
|
|
bool L_22 = V_3;
|
|
if (!L_22)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_23 = ___0_renderChain;
|
|
NullCheck(L_23);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_24 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_23->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___1_ve;
|
|
NullCheck(L_25);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_26 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_25->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_27 = L_26->___borderLeftColorID_33;
|
|
RuntimeObject* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_29;
|
|
L_29 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(5 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderLeftColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_28);
|
|
bool L_30 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_24, L_27, L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = ___1_ve;
|
|
NullCheck(L_31);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_32 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_31->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_33 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_32->___borderTopColorID_34);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_34;
|
|
L_34 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_33, NULL);
|
|
V_4 = L_34;
|
|
bool L_35 = V_4;
|
|
if (!L_35)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_36 = ___0_renderChain;
|
|
NullCheck(L_36);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_37 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_36->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = ___1_ve;
|
|
NullCheck(L_38);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_39 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_38->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_40 = L_39->___borderTopColorID_34;
|
|
RuntimeObject* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_42;
|
|
L_42 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderTopColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_41);
|
|
bool L_43 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_37, L_40, L_42, L_43, NULL);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = ___1_ve;
|
|
NullCheck(L_44);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_45 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_44->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_46 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_45->___borderRightColorID_35);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_47;
|
|
L_47 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_46, NULL);
|
|
V_5 = L_47;
|
|
bool L_48 = V_5;
|
|
if (!L_48)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_49 = ___0_renderChain;
|
|
NullCheck(L_49);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_50 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_49->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___1_ve;
|
|
NullCheck(L_51);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_52 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_51->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_53 = L_52->___borderRightColorID_35;
|
|
RuntimeObject* L_54 = V_1;
|
|
NullCheck(L_54);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_55;
|
|
L_55 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderRightColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_54);
|
|
bool L_56 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_50, L_53, L_55, L_56, NULL);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___1_ve;
|
|
NullCheck(L_57);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_58 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_57->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_59 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_58->___borderBottomColorID_36);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_60;
|
|
L_60 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_59, NULL);
|
|
V_6 = L_60;
|
|
bool L_61 = V_6;
|
|
if (!L_61)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_62 = ___0_renderChain;
|
|
NullCheck(L_62);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_63 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_62->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = ___1_ve;
|
|
NullCheck(L_64);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_65 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_64->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_66 = L_65->___borderBottomColorID_36;
|
|
RuntimeObject* L_67 = V_1;
|
|
NullCheck(L_67);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_68;
|
|
L_68 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(1 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_borderBottomColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_67);
|
|
bool L_69 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_63, L_66, L_68, L_69, NULL);
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_70 = ___1_ve;
|
|
NullCheck(L_70);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_71 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_70->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* L_72 = (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*)(&L_71->___tintColorID_37);
|
|
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
|
|
bool L_73;
|
|
L_73 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(L_72, NULL);
|
|
V_7 = L_73;
|
|
bool L_74 = V_7;
|
|
if (!L_74)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_75 = ___0_renderChain;
|
|
NullCheck(L_75);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_76 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_75->___shaderInfoAllocator_37);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_77 = ___1_ve;
|
|
NullCheck(L_77);
|
|
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_78 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_77->___renderChainData_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_79 = L_78->___tintColorID_37;
|
|
RuntimeObject* L_80 = V_1;
|
|
NullCheck(L_80);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_81;
|
|
L_81 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(37 /* UnityEngine.Color UnityEngine.UIElements.IResolvedStyle::get_unityBackgroundImageTintColor() */, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_80);
|
|
bool L_82 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(L_76, L_79, L_81, L_82, NULL);
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents__cctor_mCF5821DC43B1B10859FDF49F97ADD76C7592492D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_StaticFields*)il2cpp_codegen_static_fields_for(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var))->___VisibilityTreshold_0 = (1.0E-30f);
|
|
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.StyleSheets.HierarchyTraversal::Traverse(UnityEngine.UIElements.VisualElement)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HierarchyTraversal_Traverse_m8489EC44F273FFE90240B5F5D0E856F05B022E96 (HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_element;
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(5 /* System.Void UnityEngine.UIElements.StyleSheets.HierarchyTraversal::TraverseRecursive(UnityEngine.UIElements.VisualElement,System.Int32) */, __this, L_0, 0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.StyleSheets.HierarchyTraversal::Recurse(UnityEngine.UIElements.VisualElement,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HierarchyTraversal_Recurse_m49F23BC19DE38CE040031A674A2DCE06F8B5F9BF (HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, int32_t ___1_depth, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_element;
|
|
NullCheck(L_0);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
|
|
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
|
|
L_3 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_2), L_2, NULL);
|
|
V_1 = L_3;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_1;
|
|
int32_t L_5 = ___1_depth;
|
|
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(5 /* System.Void UnityEngine.UIElements.StyleSheets.HierarchyTraversal::TraverseRecursive(UnityEngine.UIElements.VisualElement,System.Int32) */, __this, L_4, ((int32_t)il2cpp_codegen_add(L_5, 1)));
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_7;
|
|
L_7 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_6, NULL);
|
|
V_2 = L_7;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
|
|
L_8 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_2), NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_element;
|
|
V_3 = (bool)((((int32_t)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_8) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___0_element;
|
|
NullCheck(L_13);
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_14;
|
|
L_14 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_13, NULL);
|
|
V_2 = L_14;
|
|
int32_t L_15;
|
|
L_15 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_2), NULL);
|
|
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_15))? 1 : 0);
|
|
bool L_16 = V_4;
|
|
if (L_16)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.UIElements.StyleSheets.HierarchyTraversal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HierarchyTraversal__ctor_mF2481C9E4D9E8BE3AA9A6097A39E300A7C2C6659 (HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D* __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.StyleSheets.StylePropertyUtil::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StylePropertyUtil__cctor_mA742A90AD8CF33D75A99F0D47527EAB123A4DC20 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2908690ED4CBB4D50DE0DFD78849B94235F985C7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCC9C9C2DE500DB964A2A9E450B9CA03807746119_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m854ACC211E0F4F41C92C27EB4EDC6D9BF2DBB4F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E5935143502AD21AEC381A3556CB491D937C59);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36BCAF716F1E7D7AE995CC1FDE455EF6D95D7EEC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56B9C4513E75A80C7443B0F6447A9E093C9E239A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67E0BD3BFCA52F026C8E912CDAF6FF2FAF0020C8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C0CDD460CDFBB519B9AE09A3BCC342E606C1CB1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7219055244B1378F72E7C1EA0D7290A69B4B9A16);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DC8AB3FE2A8869B8418251D49AB56A1C62094C8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BDF3D0791A560245652E772545C49897854443);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AF81878D04E52517E09AD8B369821142313821B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E08C8EDF9C6C7488563F982040DEAEC05EB9064);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93A4156E269802D5431558939A3C8E384680542B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E3903EFD786307888DE1BE5C1F460D641D4085D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCF11231D486ACBEE84589EDF91213CD577E58D4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF31962852E63EF3C612B709832EB6506041D1FAA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF92DDD5C3258D4667CC2EC32868648986EBA9098);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_0 = (Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28*)il2cpp_codegen_object_new(Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_m2908690ED4CBB4D50DE0DFD78849B94235F985C7(L_0, Dictionary_2__ctor_m2908690ED4CBB4D50DE0DFD78849B94235F985C7_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_1, _stringLiteral8AF81878D04E52517E09AD8B369821142313821B, ((int32_t)131072), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_2, _stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7, ((int32_t)131073), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_3, _stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46, ((int32_t)131074), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_4, _stringLiteralF92DDD5C3258D4667CC2EC32868648986EBA9098, ((int32_t)262144), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_5, _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230, ((int32_t)458752), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_6, _stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674, ((int32_t)458753), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_7, _stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778, ((int32_t)458754), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_8, _stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93, ((int32_t)458755), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_9, _stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39, ((int32_t)458756), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_10, _stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045, ((int32_t)131075), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_11, _stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542, ((int32_t)262145), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_12, _stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828, ((int32_t)458757), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_13, _stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4, ((int32_t)131076), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_14, _stringLiteral36BCAF716F1E7D7AE995CC1FDE455EF6D95D7EEC, ((int32_t)262146), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_15, _stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2, ((int32_t)458758), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_16, _stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A, ((int32_t)131077), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_17, _stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98, ((int32_t)458759), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_18, _stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6, ((int32_t)458760), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_19, _stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A, ((int32_t)458761), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_20, _stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43, ((int32_t)131078), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_21, _stringLiteral56B9C4513E75A80C7443B0F6447A9E093C9E239A, ((int32_t)262147), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_22, _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665, ((int32_t)131079), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_23, _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D, ((int32_t)65536), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_24, _stringLiteral8E08C8EDF9C6C7488563F982040DEAEC05EB9064, ((int32_t)196608), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_25, _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E, ((int32_t)131080), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_26, _stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F, ((int32_t)262148), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_27 = L_26;
|
|
NullCheck(L_27);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_27, _stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF, ((int32_t)131081), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_28, _stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C, ((int32_t)131082), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_29, _stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB, ((int32_t)131083), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_30, _stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0, ((int32_t)131084), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_31, _stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346, ((int32_t)131085), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_32, _stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723, ((int32_t)65537), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_33, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, ((int32_t)131086), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_34 = L_33;
|
|
NullCheck(L_34);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_34, _stringLiteral93A4156E269802D5431558939A3C8E384680542B, ((int32_t)131087), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_35, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, ((int32_t)131088), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_36 = L_35;
|
|
NullCheck(L_36);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_36, _stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA, ((int32_t)65538), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_37 = L_36;
|
|
NullCheck(L_37);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_37, _stringLiteral67E0BD3BFCA52F026C8E912CDAF6FF2FAF0020C8, ((int32_t)262149), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_38 = L_37;
|
|
NullCheck(L_38);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_38, _stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5, ((int32_t)131089), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_39, _stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED, ((int32_t)131090), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_40, _stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59, ((int32_t)131091), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_41, _stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2, ((int32_t)131092), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_42 = L_41;
|
|
NullCheck(L_42);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_42, _stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330, ((int32_t)131093), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_43 = L_42;
|
|
NullCheck(L_43);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_43, _stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E, ((int32_t)131094), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_44 = L_43;
|
|
NullCheck(L_44);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_44, _stringLiteral02E5935143502AD21AEC381A3556CB491D937C59, ((int32_t)131095), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_45 = L_44;
|
|
NullCheck(L_45);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_45, _stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77, ((int32_t)131096), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_46 = L_45;
|
|
NullCheck(L_46);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_46, _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D, ((int32_t)458762), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_47 = L_46;
|
|
NullCheck(L_47);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_47, _stringLiteral6C0CDD460CDFBB519B9AE09A3BCC342E606C1CB1, ((int32_t)458763), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_48 = L_47;
|
|
NullCheck(L_48);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_48, _stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98, ((int32_t)262150), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_49 = L_48;
|
|
NullCheck(L_49);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_49, _stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802, ((int32_t)131097), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_50 = L_49;
|
|
NullCheck(L_50);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_50, _stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2, ((int32_t)131098), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_51 = L_50;
|
|
NullCheck(L_51);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_51, _stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807, ((int32_t)131099), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_52 = L_51;
|
|
NullCheck(L_52);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_52, _stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E, ((int32_t)131100), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_53 = L_52;
|
|
NullCheck(L_53);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_53, _stringLiteral88BDF3D0791A560245652E772545C49897854443, ((int32_t)131101), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_54 = L_53;
|
|
NullCheck(L_54);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_54, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, ((int32_t)131102), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_55 = L_54;
|
|
NullCheck(L_55);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_55, _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB, ((int32_t)327680), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_56 = L_55;
|
|
NullCheck(L_56);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_56, _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B, ((int32_t)327681), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_57 = L_56;
|
|
NullCheck(L_57);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_57, _stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1, ((int32_t)196609), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_58 = L_57;
|
|
NullCheck(L_58);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_58, _stringLiteralF31962852E63EF3C612B709832EB6506041D1FAA, ((int32_t)65539), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_59 = L_58;
|
|
NullCheck(L_59);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_59, _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3, ((int32_t)131103), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_60 = L_59;
|
|
NullCheck(L_60);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_60, _stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3, ((int32_t)327682), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_61 = L_60;
|
|
NullCheck(L_61);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_61, _stringLiteralBCF11231D486ACBEE84589EDF91213CD577E58D4, ((int32_t)262151), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_62 = L_61;
|
|
NullCheck(L_62);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_62, _stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA, ((int32_t)393216), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_63 = L_62;
|
|
NullCheck(L_63);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_63, _stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A, ((int32_t)393217), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_64 = L_63;
|
|
NullCheck(L_64);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_64, _stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37, ((int32_t)393218), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_65 = L_64;
|
|
NullCheck(L_65);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_65, _stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC, ((int32_t)393219), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_66 = L_65;
|
|
NullCheck(L_66);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_66, _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2, ((int32_t)327683), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_67 = L_66;
|
|
NullCheck(L_67);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_67, _stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872, ((int32_t)196610), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_68 = L_67;
|
|
NullCheck(L_68);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_68, _stringLiteral7DC8AB3FE2A8869B8418251D49AB56A1C62094C8, ((int32_t)196611), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_69 = L_68;
|
|
NullCheck(L_69);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_69, _stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9, ((int32_t)65540), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_70 = L_69;
|
|
NullCheck(L_70);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_70, _stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6, ((int32_t)65541), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_71 = L_70;
|
|
NullCheck(L_71);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_71, _stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B, ((int32_t)65542), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_72 = L_71;
|
|
NullCheck(L_72);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_72, _stringLiteral9E3903EFD786307888DE1BE5C1F460D641D4085D, ((int32_t)196612), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_73 = L_72;
|
|
NullCheck(L_73);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_73, _stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05, ((int32_t)65543), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_74 = L_73;
|
|
NullCheck(L_74);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_74, _stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25, ((int32_t)196613), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_75 = L_74;
|
|
NullCheck(L_75);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_75, _stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A, ((int32_t)196614), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_76 = L_75;
|
|
NullCheck(L_76);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_76, _stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F, ((int32_t)196615), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_77 = L_76;
|
|
NullCheck(L_77);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_77, _stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51, ((int32_t)196616), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_78 = L_77;
|
|
NullCheck(L_78);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_78, _stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E, ((int32_t)65544), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_79 = L_78;
|
|
NullCheck(L_79);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_79, _stringLiteral7219055244B1378F72E7C1EA0D7290A69B4B9A16, ((int32_t)262152), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_80 = L_79;
|
|
NullCheck(L_80);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_80, _stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B, ((int32_t)65545), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_81 = L_80;
|
|
NullCheck(L_81);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_81, _stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4, ((int32_t)65546), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_82 = L_81;
|
|
NullCheck(L_82);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_82, _stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25, ((int32_t)196617), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_83 = L_82;
|
|
NullCheck(L_83);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_83, _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74, ((int32_t)65547), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_84 = L_83;
|
|
NullCheck(L_84);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_84, _stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670, ((int32_t)65548), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_85 = L_84;
|
|
NullCheck(L_85);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_85, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, ((int32_t)131104), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* L_86 = L_85;
|
|
NullCheck(L_86);
|
|
Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76(L_86, _stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2, ((int32_t)65549), Dictionary_2_Add_mD668FAB235E2C6626DB6F92D534149E959421E76_RuntimeMethod_var);
|
|
((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_NameToId_1 = L_86;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_NameToId_1), (void*)L_86);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_87 = (Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA*)il2cpp_codegen_object_new(Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_87);
|
|
Dictionary_2__ctor_mCC9C9C2DE500DB964A2A9E450B9CA03807746119(L_87, Dictionary_2__ctor_mCC9C9C2DE500DB964A2A9E450B9CA03807746119_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_88 = L_87;
|
|
NullCheck(L_88);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_88, ((int32_t)131072), _stringLiteral8AF81878D04E52517E09AD8B369821142313821B, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_89 = L_88;
|
|
NullCheck(L_89);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_89, ((int32_t)131073), _stringLiteral60EB38CAFEEC64376012DDABA65F17FC40DDBFD7, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_90 = L_89;
|
|
NullCheck(L_90);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_90, ((int32_t)131074), _stringLiteral1E9918CFD5A4B417B9B449D94E5F3F3488A6AE46, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_91 = L_90;
|
|
NullCheck(L_91);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_91, ((int32_t)262144), _stringLiteralF92DDD5C3258D4667CC2EC32868648986EBA9098, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_92 = L_91;
|
|
NullCheck(L_92);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_92, ((int32_t)458752), _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_93 = L_92;
|
|
NullCheck(L_93);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_93, ((int32_t)458753), _stringLiteralA22DB825B95F7BB993CD68B24B5421E2D82C4674, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_94 = L_93;
|
|
NullCheck(L_94);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_94, ((int32_t)458754), _stringLiteralC90466569639CF1D2EA2AC9385CC42DE48630778, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_95 = L_94;
|
|
NullCheck(L_95);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_95, ((int32_t)458755), _stringLiteral59B6325F815B29A07CE9AB04A07CB056BE96BF93, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_96 = L_95;
|
|
NullCheck(L_96);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_96, ((int32_t)458756), _stringLiteral7EA8C8B69D18955C5A8B70FB0494F773BF92BB39, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_97 = L_96;
|
|
NullCheck(L_97);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_97, ((int32_t)131075), _stringLiteralE7AE0BFF1FBBBDE715B17AFA129C285E8C933045, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_98 = L_97;
|
|
NullCheck(L_98);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_98, ((int32_t)262145), _stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_99 = L_98;
|
|
NullCheck(L_99);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_99, ((int32_t)458757), _stringLiteral4B0CD60CB8697383D4CC2919DBBF005BFEDF4828, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_100 = L_99;
|
|
NullCheck(L_100);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_100, ((int32_t)131076), _stringLiteralE33742E704C2F7F630767A066D6F76AC82CFC0B4, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_101 = L_100;
|
|
NullCheck(L_101);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_101, ((int32_t)262146), _stringLiteral36BCAF716F1E7D7AE995CC1FDE455EF6D95D7EEC, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_102 = L_101;
|
|
NullCheck(L_102);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_102, ((int32_t)458758), _stringLiteral2F8CF83A9B44C6220FA9E1CA3A108F9E5760F4F2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_103 = L_102;
|
|
NullCheck(L_103);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_103, ((int32_t)131077), _stringLiteralAF0B0A50CEBA1BD343A7840EFBC301D439BA479A, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_104 = L_103;
|
|
NullCheck(L_104);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_104, ((int32_t)458759), _stringLiteral014F0BCC26F75121FB244E8DCC1FD7F1829E8C98, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_105 = L_104;
|
|
NullCheck(L_105);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_105, ((int32_t)458760), _stringLiteral312A3425C0EA66BB89F7EEBB694DFC539F5F3AA6, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_106 = L_105;
|
|
NullCheck(L_106);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_106, ((int32_t)458761), _stringLiteral07E5089A0D888333D95D90CE16C51C793DA20B3A, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_107 = L_106;
|
|
NullCheck(L_107);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_107, ((int32_t)131078), _stringLiteralA83235238FDA58E5FD0459261767A817F2AE6D43, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_108 = L_107;
|
|
NullCheck(L_108);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_108, ((int32_t)262147), _stringLiteral56B9C4513E75A80C7443B0F6447A9E093C9E239A, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_109 = L_108;
|
|
NullCheck(L_109);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_109, ((int32_t)131079), _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_110 = L_109;
|
|
NullCheck(L_110);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_110, ((int32_t)65536), _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_111 = L_110;
|
|
NullCheck(L_111);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_111, ((int32_t)196608), _stringLiteral8E08C8EDF9C6C7488563F982040DEAEC05EB9064, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_112 = L_111;
|
|
NullCheck(L_112);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_112, ((int32_t)131080), _stringLiteral740BDADCF339ABF752D84D91D69F7CCC6AAC683E, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_113 = L_112;
|
|
NullCheck(L_113);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_113, ((int32_t)262148), _stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_114 = L_113;
|
|
NullCheck(L_114);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_114, ((int32_t)131081), _stringLiteral60B03CD6D01FF1CFEE0C81E936C5007FE7BF29EF, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_115 = L_114;
|
|
NullCheck(L_115);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_115, ((int32_t)131082), _stringLiteralF712229C1661EAE3F14675DABD43B51F73F3263C, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_116 = L_115;
|
|
NullCheck(L_116);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_116, ((int32_t)131083), _stringLiteral2D41D0821324EC1607D7D24F68D99E87723859BB, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_117 = L_116;
|
|
NullCheck(L_117);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_117, ((int32_t)131084), _stringLiteralC08D3B56180F63F838865224CF2907F9DF351DB0, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_118 = L_117;
|
|
NullCheck(L_118);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_118, ((int32_t)131085), _stringLiteral397D6062A6A0586E8F2CE1E60D4C48731B203346, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_119 = L_118;
|
|
NullCheck(L_119);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_119, ((int32_t)65537), _stringLiteralE8A3E12AC5F8AB422B1C5884E8CDAB83070EA723, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_120 = L_119;
|
|
NullCheck(L_120);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_120, ((int32_t)131086), _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_121 = L_120;
|
|
NullCheck(L_121);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_121, ((int32_t)131087), _stringLiteral93A4156E269802D5431558939A3C8E384680542B, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_122 = L_121;
|
|
NullCheck(L_122);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_122, ((int32_t)131088), _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_123 = L_122;
|
|
NullCheck(L_123);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_123, ((int32_t)65538), _stringLiteral8319EDC4C238BDC348F7CDEBE14784267DF7CDAA, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_124 = L_123;
|
|
NullCheck(L_124);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_124, ((int32_t)262149), _stringLiteral67E0BD3BFCA52F026C8E912CDAF6FF2FAF0020C8, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_125 = L_124;
|
|
NullCheck(L_125);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_125, ((int32_t)131089), _stringLiteral244DA760469B1584A78FF57ADFDB991DA4981FD5, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_126 = L_125;
|
|
NullCheck(L_126);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_126, ((int32_t)131090), _stringLiteralC1AF949E14158168DBDBC4799D256A6122F938ED, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_127 = L_126;
|
|
NullCheck(L_127);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_127, ((int32_t)131091), _stringLiteralF550D4321102A6875F3C3F18ACC467F86A53BF59, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_128 = L_127;
|
|
NullCheck(L_128);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_128, ((int32_t)131092), _stringLiteral41C59FF112173B0DE2EAEF521178EEA8AD1DBBC2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_129 = L_128;
|
|
NullCheck(L_129);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_129, ((int32_t)131093), _stringLiteralBA96CDD02639F9458A0C169ABACE2CCA8C761330, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_130 = L_129;
|
|
NullCheck(L_130);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_130, ((int32_t)131094), _stringLiteral2704C1FD0B6F802E3AC5848DC5FF1F92F989131E, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_131 = L_130;
|
|
NullCheck(L_131);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_131, ((int32_t)131095), _stringLiteral02E5935143502AD21AEC381A3556CB491D937C59, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_132 = L_131;
|
|
NullCheck(L_132);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_132, ((int32_t)131096), _stringLiteral36D9A7BD7487C6DE30FA38FCCE648E7500926F77, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_133 = L_132;
|
|
NullCheck(L_133);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_133, ((int32_t)458762), _stringLiteral5D934867D69D7E986A4C224DB49CF270468DE64D, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_134 = L_133;
|
|
NullCheck(L_134);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_134, ((int32_t)458763), _stringLiteral6C0CDD460CDFBB519B9AE09A3BCC342E606C1CB1, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_135 = L_134;
|
|
NullCheck(L_135);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_135, ((int32_t)262150), _stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_136 = L_135;
|
|
NullCheck(L_136);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_136, ((int32_t)131097), _stringLiteral2357990C34EBE60F3A6ECF41C3B8A433D90AF802, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_137 = L_136;
|
|
NullCheck(L_137);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_137, ((int32_t)131098), _stringLiteralA41D6549073B7B3228A9D6AA520AAE2452795DE2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_138 = L_137;
|
|
NullCheck(L_138);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_138, ((int32_t)131099), _stringLiteral4D6C5036C462DC7CF302757455EE51ACDF556807, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_139 = L_138;
|
|
NullCheck(L_139);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_139, ((int32_t)131100), _stringLiteral865419135EB8C812766468D708CFD854CCD7AA2E, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_140 = L_139;
|
|
NullCheck(L_140);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_140, ((int32_t)131101), _stringLiteral88BDF3D0791A560245652E772545C49897854443, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_141 = L_140;
|
|
NullCheck(L_141);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_141, ((int32_t)131102), _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_142 = L_141;
|
|
NullCheck(L_142);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_142, ((int32_t)327680), _stringLiteral3A3C5272E76787A96B4445991AF0A820F0D2D4EB, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_143 = L_142;
|
|
NullCheck(L_143);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_143, ((int32_t)327681), _stringLiteralF9BE17D634D1B07BCDCDA77A87710C946D81307B, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_144 = L_143;
|
|
NullCheck(L_144);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_144, ((int32_t)196609), _stringLiteral29FA09021B7C5FB477B49A66FBF4A63F64C01FD1, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_145 = L_144;
|
|
NullCheck(L_145);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_145, ((int32_t)65539), _stringLiteralF31962852E63EF3C612B709832EB6506041D1FAA, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_146 = L_145;
|
|
NullCheck(L_146);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_146, ((int32_t)131103), _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_147 = L_146;
|
|
NullCheck(L_147);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_147, ((int32_t)327682), _stringLiteralBE34DDA22F04DE19FAC1173C04D65D45BA3754E3, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_148 = L_147;
|
|
NullCheck(L_148);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_148, ((int32_t)262151), _stringLiteralBCF11231D486ACBEE84589EDF91213CD577E58D4, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_149 = L_148;
|
|
NullCheck(L_149);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_149, ((int32_t)393216), _stringLiteral4F4F30E1B6252C146D5D2B0B8EEF19B926196DFA, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_150 = L_149;
|
|
NullCheck(L_150);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_150, ((int32_t)393217), _stringLiteral95503522FAADF69F1C0B98B160943FFD55B9E64A, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_151 = L_150;
|
|
NullCheck(L_151);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_151, ((int32_t)393218), _stringLiteralD4927374032A8C2CE032697B16AB4B31B2798A37, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_152 = L_151;
|
|
NullCheck(L_152);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_152, ((int32_t)393219), _stringLiteral0C9C0DA56FB52C1868CAF5C9F97E0CA9D17643FC, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_153 = L_152;
|
|
NullCheck(L_153);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_153, ((int32_t)327683), _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_154 = L_153;
|
|
NullCheck(L_154);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_154, ((int32_t)196610), _stringLiteral82E076982CD45D5B7CEB6A031360F172BFAA6872, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_155 = L_154;
|
|
NullCheck(L_155);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_155, ((int32_t)196611), _stringLiteral7DC8AB3FE2A8869B8418251D49AB56A1C62094C8, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_156 = L_155;
|
|
NullCheck(L_156);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_156, ((int32_t)65540), _stringLiteral1FD4F4A682E58CCD064B00780871930AE66ABCD9, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_157 = L_156;
|
|
NullCheck(L_157);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_157, ((int32_t)65541), _stringLiteral94CCE431179823D94B28744DB03C5D6E624561A6, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_158 = L_157;
|
|
NullCheck(L_158);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_158, ((int32_t)65542), _stringLiteralB95CC61D7C891F7C97273CCF9C561FF4228E092B, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_159 = L_158;
|
|
NullCheck(L_159);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_159, ((int32_t)196612), _stringLiteral9E3903EFD786307888DE1BE5C1F460D641D4085D, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_160 = L_159;
|
|
NullCheck(L_160);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_160, ((int32_t)65543), _stringLiteral1467FE0ED1800205D6F918355E5881C7C8F7DA05, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_161 = L_160;
|
|
NullCheck(L_161);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_161, ((int32_t)196613), _stringLiteral567834C8B1D1E3F9D72194100D68B7030FFC8D25, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_162 = L_161;
|
|
NullCheck(L_162);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_162, ((int32_t)196614), _stringLiteral46FFAFE9381340653B8666314DBAF8FA96AE782A, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_163 = L_162;
|
|
NullCheck(L_163);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_163, ((int32_t)196615), _stringLiteral4AC4549BE3D7B745814BA7EED1A176C7804FB70F, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_164 = L_163;
|
|
NullCheck(L_164);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_164, ((int32_t)196616), _stringLiteral9EB61776D19290D877A025B0FA0EB5C923B3BE51, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_165 = L_164;
|
|
NullCheck(L_165);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_165, ((int32_t)65544), _stringLiteralA403005459654E81CF44588CBE8B64C0DF64AB3E, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_166 = L_165;
|
|
NullCheck(L_166);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_166, ((int32_t)262152), _stringLiteral7219055244B1378F72E7C1EA0D7290A69B4B9A16, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_167 = L_166;
|
|
NullCheck(L_167);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_167, ((int32_t)65545), _stringLiteralC91D123536D9A10EBC6B184AB7BF76BCF0C9B42B, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_168 = L_167;
|
|
NullCheck(L_168);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_168, ((int32_t)65546), _stringLiteral61C339F3FEEEB07D006A764B9DA0E2940776F2F4, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_169 = L_168;
|
|
NullCheck(L_169);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_169, ((int32_t)196617), _stringLiteralB07E8EA96421825D2046C086DCA8CD88082DBD25, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_170 = L_169;
|
|
NullCheck(L_170);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_170, ((int32_t)65547), _stringLiteralB5A25DFD49101A49CE6D38178ACB2F07A3F74B74, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_171 = L_170;
|
|
NullCheck(L_171);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_171, ((int32_t)65548), _stringLiteralC1688F5F31EB3DF98071243D79D5AD1583B92670, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_172 = L_171;
|
|
NullCheck(L_172);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_172, ((int32_t)131104), _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* L_173 = L_172;
|
|
NullCheck(L_173);
|
|
Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4(L_173, ((int32_t)65549), _stringLiteral88C90C7E8097C267E9078F189EADB001A51775B2, Dictionary_2_Add_mF7BD9388350DB3749E53814A922A7493897C1AE4_RuntimeMethod_var);
|
|
((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_IdToName_2 = L_173;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_IdToName_2), (void*)L_173);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_174 = (StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359*)(StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359*)SZArrayNew(StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_175 = L_174;
|
|
NullCheck(L_175);
|
|
(L_175)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)131072));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_176 = L_175;
|
|
NullCheck(L_176);
|
|
(L_176)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)((int32_t)131073));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_177 = L_176;
|
|
NullCheck(L_177);
|
|
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(2), (int32_t)((int32_t)131074));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_178 = L_177;
|
|
NullCheck(L_178);
|
|
(L_178)->SetAt(static_cast<il2cpp_array_size_t>(3), (int32_t)((int32_t)262144));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_179 = L_178;
|
|
NullCheck(L_179);
|
|
(L_179)->SetAt(static_cast<il2cpp_array_size_t>(4), (int32_t)((int32_t)458752));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_180 = L_179;
|
|
NullCheck(L_180);
|
|
(L_180)->SetAt(static_cast<il2cpp_array_size_t>(5), (int32_t)((int32_t)458753));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_181 = L_180;
|
|
NullCheck(L_181);
|
|
(L_181)->SetAt(static_cast<il2cpp_array_size_t>(6), (int32_t)((int32_t)458754));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_182 = L_181;
|
|
NullCheck(L_182);
|
|
(L_182)->SetAt(static_cast<il2cpp_array_size_t>(7), (int32_t)((int32_t)458755));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_183 = L_182;
|
|
NullCheck(L_183);
|
|
(L_183)->SetAt(static_cast<il2cpp_array_size_t>(8), (int32_t)((int32_t)458756));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_184 = L_183;
|
|
NullCheck(L_184);
|
|
(L_184)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (int32_t)((int32_t)131075));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_185 = L_184;
|
|
NullCheck(L_185);
|
|
(L_185)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (int32_t)((int32_t)262145));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_186 = L_185;
|
|
NullCheck(L_186);
|
|
(L_186)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (int32_t)((int32_t)458757));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_187 = L_186;
|
|
NullCheck(L_187);
|
|
(L_187)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (int32_t)((int32_t)131076));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_188 = L_187;
|
|
NullCheck(L_188);
|
|
(L_188)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (int32_t)((int32_t)262146));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_189 = L_188;
|
|
NullCheck(L_189);
|
|
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (int32_t)((int32_t)458758));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_190 = L_189;
|
|
NullCheck(L_190);
|
|
(L_190)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (int32_t)((int32_t)131077));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_191 = L_190;
|
|
NullCheck(L_191);
|
|
(L_191)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (int32_t)((int32_t)458759));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_192 = L_191;
|
|
NullCheck(L_192);
|
|
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (int32_t)((int32_t)458760));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_193 = L_192;
|
|
NullCheck(L_193);
|
|
(L_193)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (int32_t)((int32_t)458761));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_194 = L_193;
|
|
NullCheck(L_194);
|
|
(L_194)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (int32_t)((int32_t)131078));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_195 = L_194;
|
|
NullCheck(L_195);
|
|
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (int32_t)((int32_t)262147));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_196 = L_195;
|
|
NullCheck(L_196);
|
|
(L_196)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (int32_t)((int32_t)131079));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_197 = L_196;
|
|
NullCheck(L_197);
|
|
(L_197)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (int32_t)((int32_t)65536));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_198 = L_197;
|
|
NullCheck(L_198);
|
|
(L_198)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (int32_t)((int32_t)131080));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_199 = L_198;
|
|
NullCheck(L_199);
|
|
(L_199)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (int32_t)((int32_t)262148));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_200 = L_199;
|
|
NullCheck(L_200);
|
|
(L_200)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (int32_t)((int32_t)131081));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_201 = L_200;
|
|
NullCheck(L_201);
|
|
(L_201)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (int32_t)((int32_t)131082));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_202 = L_201;
|
|
NullCheck(L_202);
|
|
(L_202)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (int32_t)((int32_t)131083));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_203 = L_202;
|
|
NullCheck(L_203);
|
|
(L_203)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (int32_t)((int32_t)131084));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_204 = L_203;
|
|
NullCheck(L_204);
|
|
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (int32_t)((int32_t)131085));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_205 = L_204;
|
|
NullCheck(L_205);
|
|
(L_205)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (int32_t)((int32_t)65537));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_206 = L_205;
|
|
NullCheck(L_206);
|
|
(L_206)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (int32_t)((int32_t)131086));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_207 = L_206;
|
|
NullCheck(L_207);
|
|
(L_207)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (int32_t)((int32_t)131087));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_208 = L_207;
|
|
NullCheck(L_208);
|
|
(L_208)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (int32_t)((int32_t)131088));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_209 = L_208;
|
|
NullCheck(L_209);
|
|
(L_209)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (int32_t)((int32_t)65538));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_210 = L_209;
|
|
NullCheck(L_210);
|
|
(L_210)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (int32_t)((int32_t)262149));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_211 = L_210;
|
|
NullCheck(L_211);
|
|
(L_211)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (int32_t)((int32_t)131089));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_212 = L_211;
|
|
NullCheck(L_212);
|
|
(L_212)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (int32_t)((int32_t)131090));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_213 = L_212;
|
|
NullCheck(L_213);
|
|
(L_213)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (int32_t)((int32_t)131091));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_214 = L_213;
|
|
NullCheck(L_214);
|
|
(L_214)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (int32_t)((int32_t)131092));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_215 = L_214;
|
|
NullCheck(L_215);
|
|
(L_215)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (int32_t)((int32_t)131093));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_216 = L_215;
|
|
NullCheck(L_216);
|
|
(L_216)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)41)), (int32_t)((int32_t)131094));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_217 = L_216;
|
|
NullCheck(L_217);
|
|
(L_217)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)42)), (int32_t)((int32_t)131095));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_218 = L_217;
|
|
NullCheck(L_218);
|
|
(L_218)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)43)), (int32_t)((int32_t)131096));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_219 = L_218;
|
|
NullCheck(L_219);
|
|
(L_219)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)44)), (int32_t)((int32_t)458762));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_220 = L_219;
|
|
NullCheck(L_220);
|
|
(L_220)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)45)), (int32_t)((int32_t)458763));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_221 = L_220;
|
|
NullCheck(L_221);
|
|
(L_221)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)46)), (int32_t)((int32_t)262150));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_222 = L_221;
|
|
NullCheck(L_222);
|
|
(L_222)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)47)), (int32_t)((int32_t)131097));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_223 = L_222;
|
|
NullCheck(L_223);
|
|
(L_223)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)48)), (int32_t)((int32_t)131098));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_224 = L_223;
|
|
NullCheck(L_224);
|
|
(L_224)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)49)), (int32_t)((int32_t)131099));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_225 = L_224;
|
|
NullCheck(L_225);
|
|
(L_225)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)50)), (int32_t)((int32_t)131100));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_226 = L_225;
|
|
NullCheck(L_226);
|
|
(L_226)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)51)), (int32_t)((int32_t)131101));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_227 = L_226;
|
|
NullCheck(L_227);
|
|
(L_227)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)52)), (int32_t)((int32_t)131102));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_228 = L_227;
|
|
NullCheck(L_228);
|
|
(L_228)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)53)), (int32_t)((int32_t)327680));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_229 = L_228;
|
|
NullCheck(L_229);
|
|
(L_229)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)54)), (int32_t)((int32_t)327681));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_230 = L_229;
|
|
NullCheck(L_230);
|
|
(L_230)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)55)), (int32_t)((int32_t)196609));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_231 = L_230;
|
|
NullCheck(L_231);
|
|
(L_231)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)56)), (int32_t)((int32_t)65539));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_232 = L_231;
|
|
NullCheck(L_232);
|
|
(L_232)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)57)), (int32_t)((int32_t)131103));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_233 = L_232;
|
|
NullCheck(L_233);
|
|
(L_233)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)58)), (int32_t)((int32_t)327682));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_234 = L_233;
|
|
NullCheck(L_234);
|
|
(L_234)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)59)), (int32_t)((int32_t)327683));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_235 = L_234;
|
|
NullCheck(L_235);
|
|
(L_235)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)60)), (int32_t)((int32_t)196610));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_236 = L_235;
|
|
NullCheck(L_236);
|
|
(L_236)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)61)), (int32_t)((int32_t)196611));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_237 = L_236;
|
|
NullCheck(L_237);
|
|
(L_237)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)62)), (int32_t)((int32_t)65540));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_238 = L_237;
|
|
NullCheck(L_238);
|
|
(L_238)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)63)), (int32_t)((int32_t)65541));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_239 = L_238;
|
|
NullCheck(L_239);
|
|
(L_239)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)64)), (int32_t)((int32_t)65542));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_240 = L_239;
|
|
NullCheck(L_240);
|
|
(L_240)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)65)), (int32_t)((int32_t)196612));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_241 = L_240;
|
|
NullCheck(L_241);
|
|
(L_241)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)66)), (int32_t)((int32_t)65543));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_242 = L_241;
|
|
NullCheck(L_242);
|
|
(L_242)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)67)), (int32_t)((int32_t)196613));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_243 = L_242;
|
|
NullCheck(L_243);
|
|
(L_243)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)68)), (int32_t)((int32_t)196614));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_244 = L_243;
|
|
NullCheck(L_244);
|
|
(L_244)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)69)), (int32_t)((int32_t)196615));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_245 = L_244;
|
|
NullCheck(L_245);
|
|
(L_245)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)70)), (int32_t)((int32_t)196616));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_246 = L_245;
|
|
NullCheck(L_246);
|
|
(L_246)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)71)), (int32_t)((int32_t)65544));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_247 = L_246;
|
|
NullCheck(L_247);
|
|
(L_247)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)72)), (int32_t)((int32_t)262152));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_248 = L_247;
|
|
NullCheck(L_248);
|
|
(L_248)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)73)), (int32_t)((int32_t)65545));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_249 = L_248;
|
|
NullCheck(L_249);
|
|
(L_249)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)74)), (int32_t)((int32_t)65546));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_250 = L_249;
|
|
NullCheck(L_250);
|
|
(L_250)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)75)), (int32_t)((int32_t)196617));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_251 = L_250;
|
|
NullCheck(L_251);
|
|
(L_251)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)76)), (int32_t)((int32_t)65547));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_252 = L_251;
|
|
NullCheck(L_252);
|
|
(L_252)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)77)), (int32_t)((int32_t)65548));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_253 = L_252;
|
|
NullCheck(L_253);
|
|
(L_253)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)78)), (int32_t)((int32_t)131104));
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_254 = L_253;
|
|
NullCheck(L_254);
|
|
(L_254)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)79)), (int32_t)((int32_t)65549));
|
|
((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatableProperties_3 = L_254;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatableProperties_3), (void*)L_254);
|
|
StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* L_255 = ((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatableProperties_3;
|
|
HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* L_256 = (HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035*)il2cpp_codegen_object_new(HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035_il2cpp_TypeInfo_var);
|
|
NullCheck(L_256);
|
|
HashSet_1__ctor_m854ACC211E0F4F41C92C27EB4EDC6D9BF2DBB4F8(L_256, (RuntimeObject*)L_255, HashSet_1__ctor_m854ACC211E0F4F41C92C27EB4EDC6D9BF2DBB4F8_RuntimeMethod_var);
|
|
((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatablePropertiesHash_0 = L_256;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatablePropertiesHash_0), (void*)L_256);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.StyleSheets.StylePropertyUtil::IsAnimatable(UnityEngine.UIElements.StyleSheets.StylePropertyId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyUtil_IsAnimatable_mE630CE99F2A4677B5A6B1F69B910D0C43F5B0E9E (int32_t ___0_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mD6BAA35B22680ED5033CFB2018C88DE4BFA8774D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var);
|
|
HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* L_0 = ((StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields*)il2cpp_codegen_static_fields_for(StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var))->___s_AnimatablePropertiesHash_0;
|
|
int32_t L_1 = ___0_id;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = HashSet_1_Contains_mD6BAA35B22680ED5033CFB2018C88DE4BFA8774D(L_0, L_1, HashSet_1_Contains_mD6BAA35B22680ED5033CFB2018C88DE4BFA8774D_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.StyleSheets.StylePropertyUtil::TryGetEnumIntValue(UnityEngine.UIElements.StyleSheets.StyleEnumType,System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyUtil_TryGetEnumIntValue_m24DF82DDC0611DC5058201CC2E279EF8B16ABEFB (int32_t ___0_enumType, String_t* ___1_value, int32_t* ___2_intValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral043A534C9930725FAD7B100C29631E7981AB1D45);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B30528D1069CDFA8D77A7047466E18F4B5A7FFF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EC3FA0FD56C00AC409200BD50696CFB85953B9F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral131A2E244A9DD52D3EE9B924460845127D8D20D3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A75FF339533241E0C5829E0252F3D7D7AB1884);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E0496863C59B299E3E0738BC0D9C897292EEAAB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20FCFEE76D1698701DF3F22888F35C2FDCB32CD3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral233263E6AB330D90CDC903F82B88FCE2116F4005);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral245394721BD7BEA89E82987280BB4A96D4D82EF2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2666EC72CF2839BC0C6EEEBC5B769203B820E1EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27B1AEB24E6D2B53697EC563051927D25A556ED8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C353B1EC5F51E87B9A462E82D6330A9C07AF25E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B5B8A06AE358901BA20A04DB3E9D0FEB1833936);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D03F55D0E46379BB95580324A8F9DE1E6CD7BC0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AABF0FD619C64B6B1CFFCC365AB53F06BAEF14A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral520A6BC4214A1C55941B640A7D830DCAF87DC172);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56EB965221E328C2A12F70409F05EB6B579CAABF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5736C273F0BD63E22CA0C4F80266F3F132A5BB60);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral581C24F12FF3CAFC0B89AA5B48A8960235DE5960);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral589A74837A2634FEA2C0BAECCD5E79EA1BBE5386);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F0C27CC2282DCAF9B9E9C55DB79DE4DAE8A5E03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FC41BBDF2D480AE1058C77CEACF8A220B35FB97);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral623990995459AA52EC886FD82EF05F80DEA9ED84);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral642C9831C127086189ED404EF2C500FEE6716940);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64AB42876479CFE65C027726AF347D63B26AFDD7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CE809EFF9C42934D64ABC890C72A995604C3408);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D4288426FB25FC6F0BCCF8D38331C6F4213AB5A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E339563544F9458C0642F067007DEB9C0EE1383);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72CE2B7E5BFEF5577812B2170C2D5290B9A92F68);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral772E58E0893F80F57AF93FC04876AA57FF5F5648);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B20171DC153F22BB3D3EF952659C3E6C72B8345);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C89826D63DDD85E8A9FEC031F77FE86428309EF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84B5C025DEB1B39DE276FB9AACBBF52F0EBFC61F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral946C66BDF7790C4502BC0CE3B36FFE5731EF0E0D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94DFB2C02BC6CA35EC9C1405E4A81605A8814216);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral970231EE9FE10832396BAC589E623988F2B537D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99CA8158589BD199349F5DDD5C309AB1E2D6E953);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F9128E17ED6CC388658E87FC05D2D4294BE716D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2F4AC9DD8E1FAC5257E5F7BA5EE1C7C7E5F7AB1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA460048D081EB597257F08993F2DC6C9888B40C9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9E17AB3E75A76F20DC59C30110BEC9F694FDC24);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC31D5A1D59E93B69A1D1DC8CC59F3F74EF71783);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF9F6326F27FBD69A38CD2ACCB594A0F7418E652);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66710B8486B3526B1F8168C6B5624E10E729DE4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB699181DE61C4F522DB1CAAE541B08682A3E3793);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB71C346DE85738BE8E8B313149D0E8748113A5C9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE42BC512F40DC4883906CF7933C9501522199CF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF354152787E47EF6B0C398A84E3D3DD67141068);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCFF8CC980F0024DC5B3F925194A35C0FA0231C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2F90B879E9C875DD5A61CDA1C1FDE5C0B9C1550);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5F2B3561CFA951FF37495C4B6AE6DB436EC2259);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA6B7B9AAB1F0BF83827C2EA512BD54888EA83EC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDACCA04898195D832180D47EE1D6355C6BD177F7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE99FBA0860C6EC89E269E1464FC23F276DEE1C4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF4CEA27114F11E5D7ADF9B423969699A31E7F21);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6032DEC161F569999C6DA4DF8BEA5BAFF7D083A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0D2916002B1ED07ED0BC1643D7198B6DD5253D8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF57432F4F6C22FC2EB0DF37C3C6C2806C213E9D4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8C74560D43C50DEB5A6E5D6625DE086F0FED08A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA16C4EC196C44130CD8188FE32711DD66BF3FCB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB1BB2A18BFFD46EC47EE3D19AB1A41DA9D9FE9);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
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;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
bool V_24 = false;
|
|
bool V_25 = false;
|
|
bool V_26 = false;
|
|
bool V_27 = false;
|
|
bool V_28 = false;
|
|
bool V_29 = false;
|
|
bool V_30 = false;
|
|
bool V_31 = false;
|
|
bool V_32 = false;
|
|
bool V_33 = false;
|
|
bool V_34 = false;
|
|
bool V_35 = false;
|
|
bool V_36 = false;
|
|
bool V_37 = false;
|
|
bool V_38 = false;
|
|
bool V_39 = false;
|
|
bool V_40 = false;
|
|
bool V_41 = false;
|
|
bool V_42 = false;
|
|
bool V_43 = false;
|
|
bool V_44 = false;
|
|
bool V_45 = false;
|
|
bool V_46 = false;
|
|
bool V_47 = false;
|
|
bool V_48 = false;
|
|
bool V_49 = false;
|
|
bool V_50 = false;
|
|
bool V_51 = false;
|
|
bool V_52 = false;
|
|
bool V_53 = false;
|
|
bool V_54 = false;
|
|
bool V_55 = false;
|
|
bool V_56 = false;
|
|
bool V_57 = false;
|
|
bool V_58 = false;
|
|
bool V_59 = false;
|
|
bool V_60 = false;
|
|
bool V_61 = false;
|
|
bool V_62 = false;
|
|
bool V_63 = false;
|
|
bool V_64 = false;
|
|
bool V_65 = false;
|
|
bool V_66 = false;
|
|
bool V_67 = false;
|
|
bool V_68 = false;
|
|
bool V_69 = false;
|
|
bool V_70 = false;
|
|
bool V_71 = false;
|
|
bool V_72 = false;
|
|
bool V_73 = false;
|
|
bool V_74 = false;
|
|
bool V_75 = false;
|
|
bool V_76 = false;
|
|
bool V_77 = false;
|
|
bool V_78 = false;
|
|
bool V_79 = false;
|
|
bool V_80 = false;
|
|
bool V_81 = false;
|
|
bool V_82 = false;
|
|
bool V_83 = false;
|
|
{
|
|
int32_t* L_0 = ___2_intValue;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
int32_t L_1 = ___0_enumType;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_1;
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_03dc;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0455;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_04ce;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0564;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_05a3;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_05e2;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_063e;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_067d;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_06d9;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_07e3;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0822;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_087e;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0914;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_0953;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_0989;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
String_t* L_4 = ___1_value;
|
|
bool L_5;
|
|
L_5 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_4, _stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F, 5, NULL);
|
|
V_2 = L_5;
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_7 = ___2_intValue;
|
|
*((int32_t*)L_7) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
String_t* L_8 = ___1_value;
|
|
bool L_9;
|
|
L_9 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_8, _stringLiteralE6032DEC161F569999C6DA4DF8BEA5BAFF7D083A, 5, NULL);
|
|
V_4 = L_9;
|
|
bool L_10 = V_4;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_11 = ___2_intValue;
|
|
*((int32_t*)L_11) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
String_t* L_12 = ___1_value;
|
|
bool L_13;
|
|
L_13 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_12, _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D, 5, NULL);
|
|
V_5 = L_13;
|
|
bool L_14 = V_5;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_15 = ___2_intValue;
|
|
*((int32_t*)L_15) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
String_t* L_16 = ___1_value;
|
|
bool L_17;
|
|
L_17 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_16, _stringLiteral64AB42876479CFE65C027726AF347D63B26AFDD7, 5, NULL);
|
|
V_6 = L_17;
|
|
bool L_18 = V_6;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_19 = ___2_intValue;
|
|
*((int32_t*)L_19) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
String_t* L_20 = ___1_value;
|
|
bool L_21;
|
|
L_21 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_20, _stringLiteral520A6BC4214A1C55941B640A7D830DCAF87DC172, 5, NULL);
|
|
V_7 = L_21;
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_23 = ___2_intValue;
|
|
*((int32_t*)L_23) = (int32_t)4;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
String_t* L_24 = ___1_value;
|
|
bool L_25;
|
|
L_25 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_24, _stringLiteralE0E5392DE5525BA056FE369F07EE19CE3C08A68F, 5, NULL);
|
|
V_8 = L_25;
|
|
bool L_26 = V_8;
|
|
if (!L_26)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_27 = ___2_intValue;
|
|
*((int32_t*)L_27) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
String_t* L_28 = ___1_value;
|
|
bool L_29;
|
|
L_29 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_28, _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9, 5, NULL);
|
|
V_9 = L_29;
|
|
bool L_30 = V_9;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_31 = ___2_intValue;
|
|
*((int32_t*)L_31) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
String_t* L_32 = ___1_value;
|
|
bool L_33;
|
|
L_33 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_32, _stringLiteralB71C346DE85738BE8E8B313149D0E8748113A5C9, 5, NULL);
|
|
V_10 = L_33;
|
|
bool L_34 = V_10;
|
|
if (!L_34)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_35 = ___2_intValue;
|
|
*((int32_t*)L_35) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
String_t* L_36 = ___1_value;
|
|
bool L_37;
|
|
L_37 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_36, _stringLiteral772E58E0893F80F57AF93FC04876AA57FF5F5648, 5, NULL);
|
|
V_11 = L_37;
|
|
bool L_38 = V_11;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_39 = ___2_intValue;
|
|
*((int32_t*)L_39) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
String_t* L_40 = ___1_value;
|
|
bool L_41;
|
|
L_41 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_40, _stringLiteral72CE2B7E5BFEF5577812B2170C2D5290B9A92F68, 5, NULL);
|
|
V_12 = L_41;
|
|
bool L_42 = V_12;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_43 = ___2_intValue;
|
|
*((int32_t*)L_43) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
String_t* L_44 = ___1_value;
|
|
bool L_45;
|
|
L_45 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_44, _stringLiteral6D4288426FB25FC6F0BCCF8D38331C6F4213AB5A, 5, NULL);
|
|
V_13 = L_45;
|
|
bool L_46 = V_13;
|
|
if (!L_46)
|
|
{
|
|
goto IL_01a2;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_47 = ___2_intValue;
|
|
*((int32_t*)L_47) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_01a2:
|
|
{
|
|
String_t* L_48 = ___1_value;
|
|
bool L_49;
|
|
L_49 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_48, _stringLiteral946C66BDF7790C4502BC0CE3B36FFE5731EF0E0D, 5, NULL);
|
|
V_14 = L_49;
|
|
bool L_50 = V_14;
|
|
if (!L_50)
|
|
{
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_51 = ___2_intValue;
|
|
*((int32_t*)L_51) = (int32_t)4;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
String_t* L_52 = ___1_value;
|
|
bool L_53;
|
|
L_53 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_52, _stringLiteral6CE809EFF9C42934D64ABC890C72A995604C3408, 5, NULL);
|
|
V_15 = L_53;
|
|
bool L_54 = V_15;
|
|
if (!L_54)
|
|
{
|
|
goto IL_01dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_55 = ___2_intValue;
|
|
*((int32_t*)L_55) = (int32_t)5;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
String_t* L_56 = ___1_value;
|
|
bool L_57;
|
|
L_57 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_56, _stringLiteralDE99FBA0860C6EC89E269E1464FC23F276DEE1C4, 5, NULL);
|
|
V_16 = L_57;
|
|
bool L_58 = V_16;
|
|
if (!L_58)
|
|
{
|
|
goto IL_01f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_59 = ___2_intValue;
|
|
*((int32_t*)L_59) = (int32_t)6;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_01f9:
|
|
{
|
|
String_t* L_60 = ___1_value;
|
|
bool L_61;
|
|
L_61 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_60, _stringLiteral6E339563544F9458C0642F067007DEB9C0EE1383, 5, NULL);
|
|
V_17 = L_61;
|
|
bool L_62 = V_17;
|
|
if (!L_62)
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_63 = ___2_intValue;
|
|
*((int32_t*)L_63) = (int32_t)7;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
String_t* L_64 = ___1_value;
|
|
bool L_65;
|
|
L_65 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_64, _stringLiteral3D03F55D0E46379BB95580324A8F9DE1E6CD7BC0, 5, NULL);
|
|
V_18 = L_65;
|
|
bool L_66 = V_18;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_67 = ___2_intValue;
|
|
*((int32_t*)L_67) = (int32_t)8;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
String_t* L_68 = ___1_value;
|
|
bool L_69;
|
|
L_69 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_68, _stringLiteralFEB1BB2A18BFFD46EC47EE3D19AB1A41DA9D9FE9, 5, NULL);
|
|
V_19 = L_69;
|
|
bool L_70 = V_19;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0251;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_71 = ___2_intValue;
|
|
*((int32_t*)L_71) = (int32_t)((int32_t)9);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0251:
|
|
{
|
|
String_t* L_72 = ___1_value;
|
|
bool L_73;
|
|
L_73 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_72, _stringLiteralF8C74560D43C50DEB5A6E5D6625DE086F0FED08A, 5, NULL);
|
|
V_20 = L_73;
|
|
bool L_74 = V_20;
|
|
if (!L_74)
|
|
{
|
|
goto IL_026f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_75 = ___2_intValue;
|
|
*((int32_t*)L_75) = (int32_t)((int32_t)10);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_026f:
|
|
{
|
|
String_t* L_76 = ___1_value;
|
|
bool L_77;
|
|
L_77 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_76, _stringLiteralA460048D081EB597257F08993F2DC6C9888B40C9, 5, NULL);
|
|
V_21 = L_77;
|
|
bool L_78 = V_21;
|
|
if (!L_78)
|
|
{
|
|
goto IL_028d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_79 = ___2_intValue;
|
|
*((int32_t*)L_79) = (int32_t)((int32_t)11);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_028d:
|
|
{
|
|
String_t* L_80 = ___1_value;
|
|
bool L_81;
|
|
L_81 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_80, _stringLiteralBE42BC512F40DC4883906CF7933C9501522199CF, 5, NULL);
|
|
V_22 = L_81;
|
|
bool L_82 = V_22;
|
|
if (!L_82)
|
|
{
|
|
goto IL_02ab;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_83 = ___2_intValue;
|
|
*((int32_t*)L_83) = (int32_t)((int32_t)12);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
String_t* L_84 = ___1_value;
|
|
bool L_85;
|
|
L_85 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_84, _stringLiteral94DFB2C02BC6CA35EC9C1405E4A81605A8814216, 5, NULL);
|
|
V_23 = L_85;
|
|
bool L_86 = V_23;
|
|
if (!L_86)
|
|
{
|
|
goto IL_02c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_87 = ___2_intValue;
|
|
*((int32_t*)L_87) = (int32_t)((int32_t)13);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_02c9:
|
|
{
|
|
String_t* L_88 = ___1_value;
|
|
bool L_89;
|
|
L_89 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_88, _stringLiteral99CA8158589BD199349F5DDD5C309AB1E2D6E953, 5, NULL);
|
|
V_24 = L_89;
|
|
bool L_90 = V_24;
|
|
if (!L_90)
|
|
{
|
|
goto IL_02e7;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_91 = ___2_intValue;
|
|
*((int32_t*)L_91) = (int32_t)((int32_t)14);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_02e7:
|
|
{
|
|
String_t* L_92 = ___1_value;
|
|
bool L_93;
|
|
L_93 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_92, _stringLiteral0B30528D1069CDFA8D77A7047466E18F4B5A7FFF, 5, NULL);
|
|
V_25 = L_93;
|
|
bool L_94 = V_25;
|
|
if (!L_94)
|
|
{
|
|
goto IL_0305;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_95 = ___2_intValue;
|
|
*((int32_t*)L_95) = (int32_t)((int32_t)15);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
String_t* L_96 = ___1_value;
|
|
bool L_97;
|
|
L_97 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_96, _stringLiteral5F0C27CC2282DCAF9B9E9C55DB79DE4DAE8A5E03, 5, NULL);
|
|
V_26 = L_97;
|
|
bool L_98 = V_26;
|
|
if (!L_98)
|
|
{
|
|
goto IL_0323;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_99 = ___2_intValue;
|
|
*((int32_t*)L_99) = (int32_t)((int32_t)16);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0323:
|
|
{
|
|
String_t* L_100 = ___1_value;
|
|
bool L_101;
|
|
L_101 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_100, _stringLiteralAC31D5A1D59E93B69A1D1DC8CC59F3F74EF71783, 5, NULL);
|
|
V_27 = L_101;
|
|
bool L_102 = V_27;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0341;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_103 = ___2_intValue;
|
|
*((int32_t*)L_103) = (int32_t)((int32_t)17);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0341:
|
|
{
|
|
String_t* L_104 = ___1_value;
|
|
bool L_105;
|
|
L_105 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_104, _stringLiteral7C89826D63DDD85E8A9FEC031F77FE86428309EF, 5, NULL);
|
|
V_28 = L_105;
|
|
bool L_106 = V_28;
|
|
if (!L_106)
|
|
{
|
|
goto IL_035f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_107 = ___2_intValue;
|
|
*((int32_t*)L_107) = (int32_t)((int32_t)18);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_035f:
|
|
{
|
|
String_t* L_108 = ___1_value;
|
|
bool L_109;
|
|
L_109 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_108, _stringLiteral56EB965221E328C2A12F70409F05EB6B579CAABF, 5, NULL);
|
|
V_29 = L_109;
|
|
bool L_110 = V_29;
|
|
if (!L_110)
|
|
{
|
|
goto IL_037d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_111 = ___2_intValue;
|
|
*((int32_t*)L_111) = (int32_t)((int32_t)19);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_037d:
|
|
{
|
|
String_t* L_112 = ___1_value;
|
|
bool L_113;
|
|
L_113 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_112, _stringLiteral043A534C9930725FAD7B100C29631E7981AB1D45, 5, NULL);
|
|
V_30 = L_113;
|
|
bool L_114 = V_30;
|
|
if (!L_114)
|
|
{
|
|
goto IL_039b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_115 = ___2_intValue;
|
|
*((int32_t*)L_115) = (int32_t)((int32_t)20);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_039b:
|
|
{
|
|
String_t* L_116 = ___1_value;
|
|
bool L_117;
|
|
L_117 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_116, _stringLiteral233263E6AB330D90CDC903F82B88FCE2116F4005, 5, NULL);
|
|
V_31 = L_117;
|
|
bool L_118 = V_31;
|
|
if (!L_118)
|
|
{
|
|
goto IL_03b9;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_119 = ___2_intValue;
|
|
*((int32_t*)L_119) = (int32_t)((int32_t)21);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_03b9:
|
|
{
|
|
String_t* L_120 = ___1_value;
|
|
bool L_121;
|
|
L_121 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_120, _stringLiteral970231EE9FE10832396BAC589E623988F2B537D6, 5, NULL);
|
|
V_32 = L_121;
|
|
bool L_122 = V_32;
|
|
if (!L_122)
|
|
{
|
|
goto IL_03d7;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_123 = ___2_intValue;
|
|
*((int32_t*)L_123) = (int32_t)((int32_t)22);
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_03d7:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_03dc:
|
|
{
|
|
String_t* L_124 = ___1_value;
|
|
bool L_125;
|
|
L_125 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_124, _stringLiteral589A74837A2634FEA2C0BAECCD5E79EA1BBE5386, 5, NULL);
|
|
V_33 = L_125;
|
|
bool L_126 = V_33;
|
|
if (!L_126)
|
|
{
|
|
goto IL_03f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_127 = ___2_intValue;
|
|
*((int32_t*)L_127) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_03f9:
|
|
{
|
|
String_t* L_128 = ___1_value;
|
|
bool L_129;
|
|
L_129 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_128, _stringLiteralDA6B7B9AAB1F0BF83827C2EA512BD54888EA83EC, 5, NULL);
|
|
V_34 = L_129;
|
|
bool L_130 = V_34;
|
|
if (!L_130)
|
|
{
|
|
goto IL_0416;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_131 = ___2_intValue;
|
|
*((int32_t*)L_131) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0416:
|
|
{
|
|
String_t* L_132 = ___1_value;
|
|
bool L_133;
|
|
L_133 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_132, _stringLiteralD2F90B879E9C875DD5A61CDA1C1FDE5C0B9C1550, 5, NULL);
|
|
V_35 = L_133;
|
|
bool L_134 = V_35;
|
|
if (!L_134)
|
|
{
|
|
goto IL_0433;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_135 = ___2_intValue;
|
|
*((int32_t*)L_135) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0433:
|
|
{
|
|
String_t* L_136 = ___1_value;
|
|
bool L_137;
|
|
L_137 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_136, _stringLiteral2C353B1EC5F51E87B9A462E82D6330A9C07AF25E, 5, NULL);
|
|
V_36 = L_137;
|
|
bool L_138 = V_36;
|
|
if (!L_138)
|
|
{
|
|
goto IL_0450;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_139 = ___2_intValue;
|
|
*((int32_t*)L_139) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0450:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0455:
|
|
{
|
|
String_t* L_140 = ___1_value;
|
|
bool L_141;
|
|
L_141 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_140, _stringLiteralCCFF8CC980F0024DC5B3F925194A35C0FA0231C3, 5, NULL);
|
|
V_37 = L_141;
|
|
bool L_142 = V_37;
|
|
if (!L_142)
|
|
{
|
|
goto IL_0472;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_143 = ___2_intValue;
|
|
*((int32_t*)L_143) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0472:
|
|
{
|
|
String_t* L_144 = ___1_value;
|
|
bool L_145;
|
|
L_145 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_144, _stringLiteral131A2E244A9DD52D3EE9B924460845127D8D20D3, 5, NULL);
|
|
V_38 = L_145;
|
|
bool L_146 = V_38;
|
|
if (!L_146)
|
|
{
|
|
goto IL_048f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_147 = ___2_intValue;
|
|
*((int32_t*)L_147) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_048f:
|
|
{
|
|
String_t* L_148 = ___1_value;
|
|
bool L_149;
|
|
L_149 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_148, _stringLiteralF0D2916002B1ED07ED0BC1643D7198B6DD5253D8, 5, NULL);
|
|
V_39 = L_149;
|
|
bool L_150 = V_39;
|
|
if (!L_150)
|
|
{
|
|
goto IL_04ac;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_151 = ___2_intValue;
|
|
*((int32_t*)L_151) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_04ac:
|
|
{
|
|
String_t* L_152 = ___1_value;
|
|
bool L_153;
|
|
L_153 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_152, _stringLiteral5FC41BBDF2D480AE1058C77CEACF8A220B35FB97, 5, NULL);
|
|
V_40 = L_153;
|
|
bool L_154 = V_40;
|
|
if (!L_154)
|
|
{
|
|
goto IL_04c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_155 = ___2_intValue;
|
|
*((int32_t*)L_155) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_04c9:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_04ce:
|
|
{
|
|
String_t* L_156 = ___1_value;
|
|
bool L_157;
|
|
L_157 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_156, _stringLiteralE6032DEC161F569999C6DA4DF8BEA5BAFF7D083A, 5, NULL);
|
|
V_41 = L_157;
|
|
bool L_158 = V_41;
|
|
if (!L_158)
|
|
{
|
|
goto IL_04eb;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_159 = ___2_intValue;
|
|
*((int32_t*)L_159) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_04eb:
|
|
{
|
|
String_t* L_160 = ___1_value;
|
|
bool L_161;
|
|
L_161 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_160, _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D, 5, NULL);
|
|
V_42 = L_161;
|
|
bool L_162 = V_42;
|
|
if (!L_162)
|
|
{
|
|
goto IL_0508;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_163 = ___2_intValue;
|
|
*((int32_t*)L_163) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0508:
|
|
{
|
|
String_t* L_164 = ___1_value;
|
|
bool L_165;
|
|
L_165 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_164, _stringLiteral64AB42876479CFE65C027726AF347D63B26AFDD7, 5, NULL);
|
|
V_43 = L_165;
|
|
bool L_166 = V_43;
|
|
if (!L_166)
|
|
{
|
|
goto IL_0525;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_167 = ___2_intValue;
|
|
*((int32_t*)L_167) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0525:
|
|
{
|
|
String_t* L_168 = ___1_value;
|
|
bool L_169;
|
|
L_169 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_168, _stringLiteral7B20171DC153F22BB3D3EF952659C3E6C72B8345, 5, NULL);
|
|
V_44 = L_169;
|
|
bool L_170 = V_44;
|
|
if (!L_170)
|
|
{
|
|
goto IL_0542;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_171 = ___2_intValue;
|
|
*((int32_t*)L_171) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0542:
|
|
{
|
|
String_t* L_172 = ___1_value;
|
|
bool L_173;
|
|
L_173 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_172, _stringLiteral2666EC72CF2839BC0C6EEEBC5B769203B820E1EB, 5, NULL);
|
|
V_45 = L_173;
|
|
bool L_174 = V_45;
|
|
if (!L_174)
|
|
{
|
|
goto IL_055f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_175 = ___2_intValue;
|
|
*((int32_t*)L_175) = (int32_t)4;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_055f:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0564:
|
|
{
|
|
String_t* L_176 = ___1_value;
|
|
bool L_177;
|
|
L_177 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_176, _stringLiteralB66710B8486B3526B1F8168C6B5624E10E729DE4, 5, NULL);
|
|
V_46 = L_177;
|
|
bool L_178 = V_46;
|
|
if (!L_178)
|
|
{
|
|
goto IL_0581;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_179 = ___2_intValue;
|
|
*((int32_t*)L_179) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0581:
|
|
{
|
|
String_t* L_180 = ___1_value;
|
|
bool L_181;
|
|
L_181 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_180, _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9, 5, NULL);
|
|
V_47 = L_181;
|
|
bool L_182 = V_47;
|
|
if (!L_182)
|
|
{
|
|
goto IL_059e;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_183 = ___2_intValue;
|
|
*((int32_t*)L_183) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_059e:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_05a3:
|
|
{
|
|
String_t* L_184 = ___1_value;
|
|
bool L_185;
|
|
L_185 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_184, _stringLiteral4AABF0FD619C64B6B1CFFCC365AB53F06BAEF14A, 5, NULL);
|
|
V_48 = L_185;
|
|
bool L_186 = V_48;
|
|
if (!L_186)
|
|
{
|
|
goto IL_05c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_187 = ___2_intValue;
|
|
*((int32_t*)L_187) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_05c0:
|
|
{
|
|
String_t* L_188 = ___1_value;
|
|
bool L_189;
|
|
L_189 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_188, _stringLiteral84B5C025DEB1B39DE276FB9AACBBF52F0EBFC61F, 5, NULL);
|
|
V_49 = L_189;
|
|
bool L_190 = V_49;
|
|
if (!L_190)
|
|
{
|
|
goto IL_05dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_191 = ___2_intValue;
|
|
*((int32_t*)L_191) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_05dd:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_05e2:
|
|
{
|
|
String_t* L_192 = ___1_value;
|
|
bool L_193;
|
|
L_193 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_192, _stringLiteralB66710B8486B3526B1F8168C6B5624E10E729DE4, 5, NULL);
|
|
V_50 = L_193;
|
|
bool L_194 = V_50;
|
|
if (!L_194)
|
|
{
|
|
goto IL_05ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_195 = ___2_intValue;
|
|
*((int32_t*)L_195) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_05ff:
|
|
{
|
|
String_t* L_196 = ___1_value;
|
|
bool L_197;
|
|
L_197 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_196, _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9, 5, NULL);
|
|
V_51 = L_197;
|
|
bool L_198 = V_51;
|
|
if (!L_198)
|
|
{
|
|
goto IL_061c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_199 = ___2_intValue;
|
|
*((int32_t*)L_199) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_061c:
|
|
{
|
|
String_t* L_200 = ___1_value;
|
|
bool L_201;
|
|
L_201 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_200, _stringLiteral27B1AEB24E6D2B53697EC563051927D25A556ED8, 5, NULL);
|
|
V_52 = L_201;
|
|
bool L_202 = V_52;
|
|
if (!L_202)
|
|
{
|
|
goto IL_0639;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_203 = ___2_intValue;
|
|
*((int32_t*)L_203) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0639:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_063e:
|
|
{
|
|
String_t* L_204 = ___1_value;
|
|
bool L_205;
|
|
L_205 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_204, _stringLiteral623990995459AA52EC886FD82EF05F80DEA9ED84, 5, NULL);
|
|
V_53 = L_205;
|
|
bool L_206 = V_53;
|
|
if (!L_206)
|
|
{
|
|
goto IL_065b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_207 = ___2_intValue;
|
|
*((int32_t*)L_207) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_065b:
|
|
{
|
|
String_t* L_208 = ___1_value;
|
|
bool L_209;
|
|
L_209 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_208, _stringLiteral18A75FF339533241E0C5829E0252F3D7D7AB1884, 5, NULL);
|
|
V_54 = L_209;
|
|
bool L_210 = V_54;
|
|
if (!L_210)
|
|
{
|
|
goto IL_0678;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_211 = ___2_intValue;
|
|
*((int32_t*)L_211) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0678:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_067d:
|
|
{
|
|
String_t* L_212 = ___1_value;
|
|
bool L_213;
|
|
L_213 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_212, _stringLiteral0EC3FA0FD56C00AC409200BD50696CFB85953B9F, 5, NULL);
|
|
V_55 = L_213;
|
|
bool L_214 = V_55;
|
|
if (!L_214)
|
|
{
|
|
goto IL_069a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_215 = ___2_intValue;
|
|
*((int32_t*)L_215) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_069a:
|
|
{
|
|
String_t* L_216 = ___1_value;
|
|
bool L_217;
|
|
L_217 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_216, _stringLiteral642C9831C127086189ED404EF2C500FEE6716940, 5, NULL);
|
|
V_56 = L_217;
|
|
bool L_218 = V_56;
|
|
if (!L_218)
|
|
{
|
|
goto IL_06b7;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_219 = ___2_intValue;
|
|
*((int32_t*)L_219) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_06b7:
|
|
{
|
|
String_t* L_220 = ___1_value;
|
|
bool L_221;
|
|
L_221 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_220, _stringLiteralDF4CEA27114F11E5D7ADF9B423969699A31E7F21, 5, NULL);
|
|
V_57 = L_221;
|
|
bool L_222 = V_57;
|
|
if (!L_222)
|
|
{
|
|
goto IL_06d4;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_223 = ___2_intValue;
|
|
*((int32_t*)L_223) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_06d4:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_06d9:
|
|
{
|
|
String_t* L_224 = ___1_value;
|
|
bool L_225;
|
|
L_225 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_224, _stringLiteralFA16C4EC196C44130CD8188FE32711DD66BF3FCB, 5, NULL);
|
|
V_58 = L_225;
|
|
bool L_226 = V_58;
|
|
if (!L_226)
|
|
{
|
|
goto IL_06f6;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_227 = ___2_intValue;
|
|
*((int32_t*)L_227) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_06f6:
|
|
{
|
|
String_t* L_228 = ___1_value;
|
|
bool L_229;
|
|
L_229 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_228, _stringLiteral9F9128E17ED6CC388658E87FC05D2D4294BE716D, 5, NULL);
|
|
V_59 = L_229;
|
|
bool L_230 = V_59;
|
|
if (!L_230)
|
|
{
|
|
goto IL_0713;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_231 = ___2_intValue;
|
|
*((int32_t*)L_231) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0713:
|
|
{
|
|
String_t* L_232 = ___1_value;
|
|
bool L_233;
|
|
L_233 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_232, _stringLiteral3B5B8A06AE358901BA20A04DB3E9D0FEB1833936, 5, NULL);
|
|
V_60 = L_233;
|
|
bool L_234 = V_60;
|
|
if (!L_234)
|
|
{
|
|
goto IL_0730;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_235 = ___2_intValue;
|
|
*((int32_t*)L_235) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0730:
|
|
{
|
|
String_t* L_236 = ___1_value;
|
|
bool L_237;
|
|
L_237 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_236, _stringLiteral5736C273F0BD63E22CA0C4F80266F3F132A5BB60, 5, NULL);
|
|
V_61 = L_237;
|
|
bool L_238 = V_61;
|
|
if (!L_238)
|
|
{
|
|
goto IL_074d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_239 = ___2_intValue;
|
|
*((int32_t*)L_239) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_074d:
|
|
{
|
|
String_t* L_240 = ___1_value;
|
|
bool L_241;
|
|
L_241 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_240, _stringLiteralF57432F4F6C22FC2EB0DF37C3C6C2806C213E9D4, 5, NULL);
|
|
V_62 = L_241;
|
|
bool L_242 = V_62;
|
|
if (!L_242)
|
|
{
|
|
goto IL_076a;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_243 = ___2_intValue;
|
|
*((int32_t*)L_243) = (int32_t)4;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_076a:
|
|
{
|
|
String_t* L_244 = ___1_value;
|
|
bool L_245;
|
|
L_245 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_244, _stringLiteral1E0496863C59B299E3E0738BC0D9C897292EEAAB, 5, NULL);
|
|
V_63 = L_245;
|
|
bool L_246 = V_63;
|
|
if (!L_246)
|
|
{
|
|
goto IL_0787;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_247 = ___2_intValue;
|
|
*((int32_t*)L_247) = (int32_t)5;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0787:
|
|
{
|
|
String_t* L_248 = ___1_value;
|
|
bool L_249;
|
|
L_249 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_248, _stringLiteral581C24F12FF3CAFC0B89AA5B48A8960235DE5960, 5, NULL);
|
|
V_64 = L_249;
|
|
bool L_250 = V_64;
|
|
if (!L_250)
|
|
{
|
|
goto IL_07a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_251 = ___2_intValue;
|
|
*((int32_t*)L_251) = (int32_t)6;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_07a4:
|
|
{
|
|
String_t* L_252 = ___1_value;
|
|
bool L_253;
|
|
L_253 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_252, _stringLiteralB699181DE61C4F522DB1CAAE541B08682A3E3793, 5, NULL);
|
|
V_65 = L_253;
|
|
bool L_254 = V_65;
|
|
if (!L_254)
|
|
{
|
|
goto IL_07c1;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_255 = ___2_intValue;
|
|
*((int32_t*)L_255) = (int32_t)7;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_07c1:
|
|
{
|
|
String_t* L_256 = ___1_value;
|
|
bool L_257;
|
|
L_257 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_256, _stringLiteral20FCFEE76D1698701DF3F22888F35C2FDCB32CD3, 5, NULL);
|
|
V_66 = L_257;
|
|
bool L_258 = V_66;
|
|
if (!L_258)
|
|
{
|
|
goto IL_07de;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_259 = ___2_intValue;
|
|
*((int32_t*)L_259) = (int32_t)8;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_07de:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_07e3:
|
|
{
|
|
String_t* L_260 = ___1_value;
|
|
bool L_261;
|
|
L_261 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_260, _stringLiteralD5F2B3561CFA951FF37495C4B6AE6DB436EC2259, 5, NULL);
|
|
V_67 = L_261;
|
|
bool L_262 = V_67;
|
|
if (!L_262)
|
|
{
|
|
goto IL_0800;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_263 = ___2_intValue;
|
|
*((int32_t*)L_263) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0800:
|
|
{
|
|
String_t* L_264 = ___1_value;
|
|
bool L_265;
|
|
L_265 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_264, _stringLiteral245394721BD7BEA89E82987280BB4A96D4D82EF2, 5, NULL);
|
|
V_68 = L_265;
|
|
bool L_266 = V_68;
|
|
if (!L_266)
|
|
{
|
|
goto IL_081d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_267 = ___2_intValue;
|
|
*((int32_t*)L_267) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_081d:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0822:
|
|
{
|
|
String_t* L_268 = ___1_value;
|
|
bool L_269;
|
|
L_269 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_268, _stringLiteral2AD47C03F7A83F82E3B2ADFE8A60F1727FD3BEFD, 5, NULL);
|
|
V_69 = L_269;
|
|
bool L_270 = V_69;
|
|
if (!L_270)
|
|
{
|
|
goto IL_083f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_271 = ___2_intValue;
|
|
*((int32_t*)L_271) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_083f:
|
|
{
|
|
String_t* L_272 = ___1_value;
|
|
bool L_273;
|
|
L_273 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_272, _stringLiteralA9E17AB3E75A76F20DC59C30110BEC9F694FDC24, 5, NULL);
|
|
V_70 = L_273;
|
|
bool L_274 = V_70;
|
|
if (!L_274)
|
|
{
|
|
goto IL_085c;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_275 = ___2_intValue;
|
|
*((int32_t*)L_275) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_085c:
|
|
{
|
|
String_t* L_276 = ___1_value;
|
|
bool L_277;
|
|
L_277 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_276, _stringLiteralA2F4AC9DD8E1FAC5257E5F7BA5EE1C7C7E5F7AB1, 5, NULL);
|
|
V_71 = L_277;
|
|
bool L_278 = V_71;
|
|
if (!L_278)
|
|
{
|
|
goto IL_0879;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_279 = ___2_intValue;
|
|
*((int32_t*)L_279) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0879:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_087e:
|
|
{
|
|
String_t* L_280 = ___1_value;
|
|
bool L_281;
|
|
L_281 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_280, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, 5, NULL);
|
|
V_72 = L_281;
|
|
bool L_282 = V_72;
|
|
if (!L_282)
|
|
{
|
|
goto IL_089b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_283 = ___2_intValue;
|
|
*((int32_t*)L_283) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_089b:
|
|
{
|
|
String_t* L_284 = ___1_value;
|
|
bool L_285;
|
|
L_285 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_284, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, 5, NULL);
|
|
V_73 = L_285;
|
|
bool L_286 = V_73;
|
|
if (!L_286)
|
|
{
|
|
goto IL_08b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_287 = ___2_intValue;
|
|
*((int32_t*)L_287) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_08b8:
|
|
{
|
|
String_t* L_288 = ___1_value;
|
|
bool L_289;
|
|
L_289 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_288, _stringLiteralA11BC0AB16491B5DAEE99EAA33CF52FE6BC826E3, 5, NULL);
|
|
V_74 = L_289;
|
|
bool L_290 = V_74;
|
|
if (!L_290)
|
|
{
|
|
goto IL_08d5;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_291 = ___2_intValue;
|
|
*((int32_t*)L_291) = (int32_t)3;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_08d5:
|
|
{
|
|
String_t* L_292 = ___1_value;
|
|
bool L_293;
|
|
L_293 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_292, _stringLiteral0DFA9AA29082727751167EB3C54FCAD0F9EDC665, 5, NULL);
|
|
V_75 = L_293;
|
|
bool L_294 = V_75;
|
|
if (!L_294)
|
|
{
|
|
goto IL_08f2;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_295 = ___2_intValue;
|
|
*((int32_t*)L_295) = (int32_t)4;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_08f2:
|
|
{
|
|
String_t* L_296 = ___1_value;
|
|
bool L_297;
|
|
L_297 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_296, _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D, 5, NULL);
|
|
V_76 = L_297;
|
|
bool L_298 = V_76;
|
|
if (!L_298)
|
|
{
|
|
goto IL_090f;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_299 = ___2_intValue;
|
|
*((int32_t*)L_299) = (int32_t)5;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_090f:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0914:
|
|
{
|
|
String_t* L_300 = ___1_value;
|
|
bool L_301;
|
|
L_301 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_300, _stringLiteralB66710B8486B3526B1F8168C6B5624E10E729DE4, 5, NULL);
|
|
V_77 = L_301;
|
|
bool L_302 = V_77;
|
|
if (!L_302)
|
|
{
|
|
goto IL_0931;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_303 = ___2_intValue;
|
|
*((int32_t*)L_303) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0931:
|
|
{
|
|
String_t* L_304 = ___1_value;
|
|
bool L_305;
|
|
L_305 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_304, _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9, 5, NULL);
|
|
V_78 = L_305;
|
|
bool L_306 = V_78;
|
|
if (!L_306)
|
|
{
|
|
goto IL_094e;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_307 = ___2_intValue;
|
|
*((int32_t*)L_307) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_094e:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0953:
|
|
{
|
|
String_t* L_308 = ___1_value;
|
|
bool L_309;
|
|
L_309 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_308, _stringLiteralCCFF8CC980F0024DC5B3F925194A35C0FA0231C3, 5, NULL);
|
|
V_79 = L_309;
|
|
bool L_310 = V_79;
|
|
if (!L_310)
|
|
{
|
|
goto IL_096d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_311 = ___2_intValue;
|
|
*((int32_t*)L_311) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_096d:
|
|
{
|
|
String_t* L_312 = ___1_value;
|
|
bool L_313;
|
|
L_313 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_312, _stringLiteralBF354152787E47EF6B0C398A84E3D3DD67141068, 5, NULL);
|
|
V_80 = L_313;
|
|
bool L_314 = V_80;
|
|
if (!L_314)
|
|
{
|
|
goto IL_0987;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_315 = ___2_intValue;
|
|
*((int32_t*)L_315) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_0987:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_0989:
|
|
{
|
|
String_t* L_316 = ___1_value;
|
|
bool L_317;
|
|
L_317 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_316, _stringLiteralBF354152787E47EF6B0C398A84E3D3DD67141068, 5, NULL);
|
|
V_81 = L_317;
|
|
bool L_318 = V_81;
|
|
if (!L_318)
|
|
{
|
|
goto IL_09a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_319 = ___2_intValue;
|
|
*((int32_t*)L_319) = (int32_t)0;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_09a3:
|
|
{
|
|
String_t* L_320 = ___1_value;
|
|
bool L_321;
|
|
L_321 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_320, _stringLiteralDACCA04898195D832180D47EE1D6355C6BD177F7, 5, NULL);
|
|
V_82 = L_321;
|
|
bool L_322 = V_82;
|
|
if (!L_322)
|
|
{
|
|
goto IL_09bd;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_323 = ___2_intValue;
|
|
*((int32_t*)L_323) = (int32_t)1;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_09bd:
|
|
{
|
|
String_t* L_324 = ___1_value;
|
|
bool L_325;
|
|
L_325 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_324, _stringLiteralAF9F6326F27FBD69A38CD2ACCB594A0F7418E652, 5, NULL);
|
|
V_83 = L_325;
|
|
bool L_326 = V_83;
|
|
if (!L_326)
|
|
{
|
|
goto IL_09d7;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_327 = ___2_intValue;
|
|
*((int32_t*)L_327) = (int32_t)2;
|
|
V_3 = (bool)1;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_09d7:
|
|
{
|
|
goto IL_09d9;
|
|
}
|
|
|
|
IL_09d9:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_09dd;
|
|
}
|
|
|
|
IL_09dd:
|
|
{
|
|
bool L_328 = V_3;
|
|
return L_328;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.UIElements.StyleSheets.StylePropertyUtil::IsMatchingShorthand(UnityEngine.UIElements.StyleSheets.StylePropertyId,UnityEngine.UIElements.StyleSheets.StylePropertyId)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StylePropertyUtil_IsMatchingShorthand_mD623E2574B3DF3F0D78BB6D5726AF59B8035F9F3 (int32_t ___0_shorthand, int32_t ___1_id, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B41_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_shorthand;
|
|
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, ((int32_t)262144))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_3 = ___1_id;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)458759))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___1_id;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)458758))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___1_id;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)458754))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___1_id;
|
|
G_B8_0 = ((((int32_t)L_6) == ((int32_t)((int32_t)458757)))? 1 : 0);
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_7 = ___1_id;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)458760))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___1_id;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)458761))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___1_id;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)458756))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___1_id;
|
|
G_B14_0 = ((((int32_t)L_10) == ((int32_t)((int32_t)458755)))? 1 : 0);
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
G_B14_0 = 1;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
V_2 = (bool)G_B14_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
int32_t L_11 = ___1_id;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)131078))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___1_id;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)131077))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = ___1_id;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)131075))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___1_id;
|
|
G_B20_0 = ((((int32_t)L_14) == ((int32_t)((int32_t)131076)))? 1 : 0);
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
G_B20_0 = 1;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
V_2 = (bool)G_B20_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_15 = ___1_id;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)131083))))
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___1_id;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)131084))))
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___1_id;
|
|
G_B25_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)131081)))? 1 : 0);
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
G_B25_0 = 1;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
V_2 = (bool)G_B25_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
int32_t L_18 = ___1_id;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)131092))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = ___1_id;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)131091))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = ___1_id;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)131089))))
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = ___1_id;
|
|
G_B31_0 = ((((int32_t)L_21) == ((int32_t)((int32_t)131090)))? 1 : 0);
|
|
goto IL_00fd;
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
G_B31_0 = 1;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
V_2 = (bool)G_B31_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_22 = ___1_id;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)131100))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___1_id;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)131099))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = ___1_id;
|
|
if ((((int32_t)L_24) == ((int32_t)((int32_t)131097))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = ___1_id;
|
|
G_B37_0 = ((((int32_t)L_25) == ((int32_t)((int32_t)131098)))? 1 : 0);
|
|
goto IL_0123;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
G_B37_0 = 1;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
V_2 = (bool)G_B37_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
int32_t L_26 = ___1_id;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)65545))))
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = ___1_id;
|
|
G_B41_0 = ((((int32_t)L_27) == ((int32_t)((int32_t)65546)))? 1 : 0);
|
|
goto IL_0139;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
G_B41_0 = 1;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
V_2 = (bool)G_B41_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
bool L_28 = V_2;
|
|
return L_28;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = __this->___U3CtotalSizeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Page_set_disposed_m6AAC6283536E280359ADC7BEB63E8FDC89B58E26_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ((Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields*)il2cpp_codegen_static_fields_for(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var))->___identityMatrix_17;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->___m_Ptr_0;
|
|
ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->___m_Ptr_0;
|
|
ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409(L_0, NULL);
|
|
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_54;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = __this->___U3CpainterU3Ek__BackingField_38;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRStylePainter_get_meshGenerationContext_mB63F25D7A6C4D1C9DBA9CD05ABB9F07DF3E99E94_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = __this->___U3CmeshGenerationContextU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalVertices_m5AFD529608D8868F003819E31AE71E2A03F1A55D_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CtotalVerticesU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = __this->___U3CmaxVerticesPerPageU3Ek__BackingField_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRStylePainter_get_totalIndices_m89E54AF329BED34FB7FD8437030DA2A079D77ACD_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CtotalIndicesU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___rgba_0 = 0;
|
|
uint8_t L_0 = ___0_r;
|
|
__this->___r_1 = L_0;
|
|
uint8_t L_1 = ___1_g;
|
|
__this->___g_2 = L_1;
|
|
uint8_t L_2 = ___2_b;
|
|
__this->___b_3 = L_2;
|
|
uint8_t L_3 = ___3_a;
|
|
__this->___a_4 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRUtility_ShapeWindingIsClockwise_mCB54BE4682881EE9A1EDC154E0C9C655FB8883DF_inline (int32_t ___0_maskDepth, int32_t ___1_stencilRef, 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 = ___0_maskDepth;
|
|
int32_t L_1 = ___1_stencilRef;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_maskDepth;
|
|
int32_t L_3 = ___1_stencilRef;
|
|
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_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
|
|
int32_t L_4 = ___0_maskDepth;
|
|
int32_t L_5 = ___1_stencilRef;
|
|
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;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v;
|
|
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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v;
|
|
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 ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
intptr_t L_1;
|
|
L_1 = ProfilerUnsafeUtility_CreateMarker_mC5E1AAB8CC1F0342065DF85BA3334445ED754E64(L_0, (uint16_t)1, 0, 0, NULL);
|
|
__this->___m_Ptr_0 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField_36;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRStylePainter_get_disposed_m22753C70A77F93C8D1CDCD0FBEFF9C626F8CE96A_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_disposed_mCD08EE6F795D822796550FBE722194CF5336C161_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField_21 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_currentElement_m5E4058261E9B6828ECADBD013F1B348AF679973B_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_value;
|
|
__this->___U3CcurrentElementU3Ek__BackingField_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcurrentElementU3Ek__BackingField_18), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* UIRStylePainter_get_currentElement_m89399D0B9F246ACF2D267D7E6040857DDE3C52F1_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CcurrentElementU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalVertices_m4003102C2B1765CDC25D6028CBCE621A19AA250F_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CtotalVerticesU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRStylePainter_set_totalIndices_mDD08CCB15BC86465DF0E251C5A067C61EBA502A0_inline (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CtotalIndicesU3Ek__BackingField_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_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 Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_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 bool Color_op_Inequality_mF1C733BA10E60B086AB950A71143678AE76C4D92_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_lhs;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_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 Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_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 void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_1 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_2 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_3 = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w_4 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_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_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_lhs;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_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 int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, 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 = ___0_f;
|
|
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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Cross_mF93A280558BCE756D13B6CC5DCD7DE8A43148987_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24;
|
|
memset((&L_24), 0, sizeof(L_24));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_24), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_9, L_11)), ((float)il2cpp_codegen_multiply(L_13, L_15)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_17, L_19)), ((float)il2cpp_codegen_multiply(L_21, L_23)))), /*hidden argument*/NULL);
|
|
V_0 = L_24;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
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_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
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_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
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_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
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 Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
|
float L_1 = L_0.___r_0;
|
|
float L_2;
|
|
L_2 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_1, NULL);
|
|
float L_3;
|
|
L_3 = bankers_roundf(((float)il2cpp_codegen_multiply(L_2, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c;
|
|
float L_5 = L_4.___g_1;
|
|
float L_6;
|
|
L_6 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_5, NULL);
|
|
float L_7;
|
|
L_7 = bankers_roundf(((float)il2cpp_codegen_multiply(L_6, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_c;
|
|
float L_9 = L_8.___b_2;
|
|
float L_10;
|
|
L_10 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_9, NULL);
|
|
float L_11;
|
|
L_11 = bankers_roundf(((float)il2cpp_codegen_multiply(L_10, (255.0f))));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_c;
|
|
float L_13 = L_12.___a_3;
|
|
float L_14;
|
|
L_14 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_13, NULL);
|
|
float L_15;
|
|
L_15 = bankers_roundf(((float)il2cpp_codegen_multiply(L_14, (255.0f))));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_16), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_3), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_7), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_11), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_15), /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, 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 = ___1_b;
|
|
float L_1 = ___0_a;
|
|
float L_2;
|
|
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
|
|
float L_3 = ___0_a;
|
|
float L_4;
|
|
L_4 = fabsf(L_3);
|
|
float L_5 = ___1_b;
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
float L_7;
|
|
L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_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_mF5379E63D2BBAC76D090748695D833934F8AD051_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 bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, 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 = ___0_lhs;
|
|
float L_1 = L_0.___x_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_1;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y_2;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_3;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___w_4;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_rhs;
|
|
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 void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, 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 = ___0_left;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ___1_right;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_0;
|
|
float L_4;
|
|
L_4 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_1, L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_lhs;
|
|
float L_6 = L_5.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___1_rhs;
|
|
float L_8 = L_7.___y_1;
|
|
float L_9;
|
|
L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_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 MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* UIRTextUpdatePainter_get_meshGenerationContext_m636CD669AAEAEC7305DB369A83578DF7FD9E8EBA_inline (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_0 = __this->___U3CmeshGenerationContextU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VisualElement_TransformAlignedRect_m83F60A83A2F69136E513B24BFA697856AE4E3C6C_inline (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect, 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;
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = ___1_rect;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_1 = ___0_matrix;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = ___1_rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = (*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = VisualElement_CalculateConservativeRect_mA2F03F761381779D00E25C96C1DCE61A181A77EA(L_1, L_3, NULL);
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_0 = L_4;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_mC53581E703768BA2512A7C65283657C331994353_inline (float ___0_d, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_a, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___1_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___0_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___1_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___0_d;
|
|
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_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_a;
|
|
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 bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdrawInCamerasU3Ek__BackingField_40;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_0;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_rhs;
|
|
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 Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_mD0296202733CB2D5342FB7C82B48AEDA63036758_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
|
|
float L_1 = L_0.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b;
|
|
float L_3 = L_2.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a;
|
|
float L_5 = L_4.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___1_b;
|
|
float L_7 = L_6.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_a;
|
|
float L_9 = L_8.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_b;
|
|
float L_11 = L_10.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_a;
|
|
float L_13 = L_12.___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_b;
|
|
float L_15 = L_14.___a_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_16), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), ((float)il2cpp_codegen_multiply(L_13, L_15)), /*hidden argument*/NULL);
|
|
V_0 = L_16;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 9));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
const Il2CppFullySharedGenericAny L_9 = L_8;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_1 = __this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* 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));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
NullCheck(L_6);
|
|
il2cpp_codegen_memcpy((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), L_8, SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
Il2CppCodeGenWriteBarrierForClass(il2cpp_rgctx_data(method->klass->rgctx_data, 9), (void**)(L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), (void*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
il2cpp_codegen_memcpy(L_9, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
InvokerActionInvoker1< Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 14)), il2cpp_rgctx_method(method->klass->rgctx_data, 14), __this, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? L_9: *(void**)L_9));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
bool L_1;
|
|
L_1 = il2cpp_codegen_is_reference_or_contains_references(il2cpp_rgctx_method(method->klass->rgctx_data, 25));
|
|
if (!L_1)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->____size_2;
|
|
V_0 = L_2;
|
|
__this->____size_2 = 0;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = __this->____items_1;
|
|
int32_t L_5 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_4, 0, L_5, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size_2 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = __this->___m_Buffer_0;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_r;
|
|
__this->___r_0 = L_0;
|
|
float L_1 = ___1_g;
|
|
__this->___g_1 = L_1;
|
|
float L_2 = ___2_b;
|
|
__this->___b_2 = L_2;
|
|
float L_3 = ___3_a;
|
|
__this->___a_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Color_op_Equality_mB2BDC39B0B367BA15AA8DF22F8CB0D02D20BDC71_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_lhs;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1;
|
|
L_1 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_0, NULL);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_rhs;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
|
|
L_3 = Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline(L_2, NULL);
|
|
bool L_4;
|
|
L_4 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
float L_2 = V_0;
|
|
V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_value;
|
|
float L_5 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_7;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
float L_0 = ___0_value;
|
|
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 = ___0_value;
|
|
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 = ___0_value;
|
|
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_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
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 bool TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___0_left;
|
|
int32_t L_1 = L_0.___m_Index_0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ___1_right;
|
|
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 Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Color_op_Implicit_m9B3228DAFA8DC57A75DE00CBBF13ED4F1E7B01FF_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
|
float L_1 = L_0.___r_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___0_c;
|
|
float L_3 = L_2.___g_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c;
|
|
float L_5 = L_4.___b_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_c;
|
|
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 float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, 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;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector;
|
|
float L_11 = L_10.___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))))));
|
|
V_0 = ((float)L_12);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_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;
|
|
}
|
|
}
|