1. UI - 조이스틱 UIManager에 추가 및 Scene에서 호출 방식 변경 2. UI - 경험치 바 앞에 레벨 아이콘 추가 3. 몬스터 죽었을때 경험치로 변경 4. 경험치 바와 레벨 아이콘 연동 Todo 1. 투사체 공격 만들기 2. 몬스터가 플레이어 쫓아오게 만들기 3. 몬스터를 카메라 외각에서 다량으로 생성하는 기능 추가하기 4. 몬스터가 캐릭터 공격시 체력 닳게 하기 5. 메뉴 UI 만들기 6. 레벨업시 획득 스킬 UI 만들기 7. 체력바 UI 만들기 8. 공격시 데미지 띄우는 UI 만들기
29677 lines
1.4 MiB
29677 lines
1.4 MiB
#include "pch-cpp.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
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 R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, 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 T1>
|
|
struct GenericVirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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 T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
|
|
struct Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA;
|
|
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
|
|
struct Action_1_t390738D95A0B620166DAF476F4067FBE1A124820;
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
struct Action_1_t66B514BE877E216616DEDD40416127189FE16FA3;
|
|
struct Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5;
|
|
struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88;
|
|
struct BasicNodePool_1_t073A79E90DF0EFECF50348C64C13C664766F45E4;
|
|
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828;
|
|
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB;
|
|
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB;
|
|
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A;
|
|
struct Dictionary_2_tB815FE0ABDE1E4B87C9B653FFDFE805FD31A150C;
|
|
struct Dictionary_2_tBCCCFBCAC02A3C03E3C84D75696D4860D7444A35;
|
|
struct Dictionary_2_tC09823264A68A2427FCBB48E3C6AAC42B5BFA3C4;
|
|
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
|
|
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6;
|
|
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
|
|
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E;
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457;
|
|
struct Func_1_t982CB7A062BCE4087A4D33590F111E883F594359;
|
|
struct Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8;
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
|
|
struct Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5;
|
|
struct GPUBuffer_1_tB27A42EE52EA38FD7117C4EC0B1E42703FFE4C36;
|
|
struct GPUBuffer_1_tA6A8BA754BA691383F7FA4302803FC11DA7373F3;
|
|
struct HashSet_1_tD97174133F11F071FA6885D6ED5458B959D2D848;
|
|
struct ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412;
|
|
struct ImplicitPool_1_t3616E09365F6576C89A2C428540368CE89CCB174;
|
|
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7;
|
|
struct LinkedPoolItem_1_tD677E54AEDFCA19642ADA7F09E665AC2A79625DF;
|
|
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9;
|
|
struct LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5;
|
|
struct LinkedPool_1_tF8F959E7B2878D455B8E618BB9239F01629CD53B;
|
|
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851;
|
|
struct LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877;
|
|
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F;
|
|
struct LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9;
|
|
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210;
|
|
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632;
|
|
struct List_1_t269841E65802135839ACAA0439D49D82C93493D6;
|
|
struct List_1_t452FEB3AE4C840DCEBD62AF1ABD063F274E5AFEC;
|
|
struct List_1_t48C8E1328B2AC567303AA7C536C7A5991FA61A12;
|
|
struct List_1_t61E994839207B2D97188CC1DC315B62BC869C7A7;
|
|
struct List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655;
|
|
struct List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37;
|
|
struct List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59;
|
|
struct List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E;
|
|
struct List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0;
|
|
struct List_1_t5D79FA9BC51812606755DE43A096289ED5138293;
|
|
struct List_1_t592DF2E59D6E244DA0041698383484A07C7E0480;
|
|
struct List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E;
|
|
struct List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F;
|
|
struct List_1_t6DFF7E452DA21747426C50B4A26C17B6F59534D9;
|
|
struct List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984;
|
|
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
|
|
struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576;
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B;
|
|
struct List_1_tDC6862FA7C9B0B533109A8EC28A2142DB7D2DF2E;
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
struct List_1_tDF5E35A2A72039E94F93EB7FEC22A16411CFB289;
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918;
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
|
|
struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4;
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00;
|
|
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
|
|
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E;
|
|
struct List_1_tCF065800FF47BB709E407B98E405036C6C82A151;
|
|
struct List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599;
|
|
struct List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E;
|
|
struct List_1_t274EF879F062D96E9E5D05941FF15F5051FF20C2;
|
|
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C;
|
|
struct NativeList_1_t1B805E63EEFAEE25FC3DFD11B6D334CD187B1A6C;
|
|
struct NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB;
|
|
struct NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E;
|
|
struct NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A;
|
|
struct NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC;
|
|
struct ObjectPool_1_t61A5B6CD842BB39692CA36A9EDA7E96B82C8BFE5;
|
|
struct ObjectPool_1_t81BB298B2BB84B7A8E722A4BF66BDA3CFEF9AFCD;
|
|
struct Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9;
|
|
struct Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1;
|
|
struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44;
|
|
struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1;
|
|
struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD;
|
|
struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D;
|
|
struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9;
|
|
struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A;
|
|
struct Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9;
|
|
struct Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E;
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
|
|
struct Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA;
|
|
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6;
|
|
struct Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE;
|
|
struct Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631;
|
|
struct List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421;
|
|
struct List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0;
|
|
struct NativeSlice_1U5BU5D_t4AA4AF19AB9FDDBD4CC8C6F7E4A9C6AC063C09FD;
|
|
struct NativeSlice_1U5BU5D_tDC36ACB61BCAC1B7A036318D24BE1BCB309EC376;
|
|
struct NativeSlice_1U5BU5D_tA62C4A6F288135B6706B31C147D9F8A7B589A990;
|
|
struct NativeSlice_1U5BU5D_t2F30D5283C1DFCDDB22E354B120151CB6D5E2320;
|
|
struct NativeSlice_1U5BU5D_t16C12F471D23F4C960D0CF0233390A24D85676C1;
|
|
struct Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
struct CommandListU5BU5D_t6BF60F458BA9C07EDCC2D9E164EB802C818E8C3D;
|
|
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct EntryU5BU5D_t0E6E799F078EE7C036062CD445381B9E4DB7D918;
|
|
struct GlyphRenderModeU5BU5D_t928B45672BC0DCED70586CA14693831FEC3CC527;
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct JobHandleU5BU5D_tE3F0B60D91B15CD5B332314268E9315F48F79CEC;
|
|
struct LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D;
|
|
struct LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51;
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
|
|
struct MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct PropertyPathPartU5BU5D_t7994D542F14DDDDEABB1792C335C20149399AEBB;
|
|
struct RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993;
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
struct WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B;
|
|
struct AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8;
|
|
struct MaskMeshU5BU5D_t5C162FB3760E834B8B5B0C75F438C2D8106EC8D5;
|
|
struct CallbackInfoU5BU5D_tACA211A7E82CC25DD66260299AAA6FE5595E10E9;
|
|
struct RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE;
|
|
struct TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE;
|
|
struct ATGTextJobSystem_tF9737571A680A7A7E1CB9C72824E09E3F6CE5461;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE;
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
|
|
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2;
|
|
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
|
|
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7;
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0;
|
|
struct CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443;
|
|
struct Entry_t475ED76E31923970E7F7A6522E570E7577C487B9;
|
|
struct EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951;
|
|
struct EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D;
|
|
struct EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4;
|
|
struct EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71;
|
|
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
|
|
struct Exception_t;
|
|
struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958;
|
|
struct GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0;
|
|
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48;
|
|
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307;
|
|
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B;
|
|
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
struct IMeshGenerator_t7D9347975F868EAA1F3EB73AC1BC4F540C8591CB;
|
|
struct IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89;
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
|
|
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
struct JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530;
|
|
struct JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523;
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
|
|
struct MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50;
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62;
|
|
struct MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39;
|
|
struct MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E;
|
|
struct MeshGenerationNodeManager_t664D7CDDBEB399AA7BDE68B52E4EBA0CBB6E6DC4;
|
|
struct MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25;
|
|
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E;
|
|
struct MeshWriteDataPool_t3FB1670F1C2CCE8683ABBB0D74B5286C7E5E9B81;
|
|
struct MethodInfo_t;
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
struct OpacityIdAccelerator_t28773C62F594A1F6A4319298D6CAA31E16458EA7;
|
|
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9;
|
|
struct Painter2D_t537467DC4761991243516EDAC5DA2949FEC24837;
|
|
struct PathRef_t76F7677792A14AF9D6A6EAB7F08C1A3DC2B27A55;
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727;
|
|
struct RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2;
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
struct RenderTree_t605515B72AF7767FA30297BEA8C5240A81E123F8;
|
|
struct RenderTreeCompositor_t731E5D482A26CD2C3505318C6B83BE5FFE7A51C7;
|
|
struct RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E;
|
|
struct ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB;
|
|
struct String_t;
|
|
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
|
|
struct TempMeshAllocatorImpl_t33280073DA0AA595F921199A769121BF28180DFB;
|
|
struct TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2;
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09;
|
|
struct TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22;
|
|
struct TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64;
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B;
|
|
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D;
|
|
struct Type_t;
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF;
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302;
|
|
struct UITKTextJobSystem_tC8702AC97CC1DB3189840BAA65A8B5F49A2818F2;
|
|
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC;
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED;
|
|
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A;
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
|
|
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698;
|
|
struct BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878;
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
struct U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1;
|
|
struct Data_t43E3238277579E631EA4E8016E61966D79F5B62E;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509;
|
|
struct VisualChangesProcessor_tBCC14428FE9AF3A64F81FA68CBF8C59E3229112D;
|
|
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA;
|
|
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
|
|
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_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* Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_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* DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Entry_t475ED76E31923970E7F7A6522E570E7577C487B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t982CB7A062BCE4087A4D33590F111E883F594359_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCF065800FF47BB709E407B98E405036C6C82A151_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22_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* U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_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* UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_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 RuntimeField* AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10BD6333A23BF93FE6EB919529035636038359EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral147DF9A05CB14F00E063E243545F2D3DFDC46ACE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15076573CABF632046535FC56EDEDC9393AC84E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B60D8DB6A372B181C64319FE20948F6AB68418E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral290E205719922BE5B1CC11EDE48BD26B53321013;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A8DD7C6F5FEA2DBEEF52342AA6C2BC5C2CC5292;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4374CADE904051A293368F226AEADB752CCE83E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EBC86E0EACFCA522AEB82874860D0E248D782A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58ADCD3094CAFBED0B0FF7F8648348496D14B93E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral78654EFE99F7930A0754A4BD194EB068D347EA41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB236FE2BF72D00A5CFAFFB9CA58750A49DA02B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6876F1EABA1328AFAE73FCBFD1A0A2EFAA03020;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC71B380AFF23A38F6029B32B61C6943CB960350;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE2C53BD2E96BD264DEDBE89CFC15A62B46E7E68E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF66E6A8E08EF9D1870D4FB53412CE1F43408AD94;
|
|
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_m0480AFE7A3A981502D60F38968F0354DBC7A8213_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA80CA333461ED4A651AB4020F0887936236F0B14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB0248D0C615DE01B62D01B71C888FD204643A240_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC10BB309913B7F42222BCDC9D7F34687A8337402_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImplicitPool_1_Get_m85AE112788AAAF673186F3AA802CAD0294C0CB1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImplicitPool_1_ReturnAll_m6BD0ED778140E04DA1A0D375D343D76E311EEE67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ImplicitPool_1__ctor_mC4C3D32B7B444473AB97C47895BEC0E9E256AB62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_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_m2F86E252D086E288E02FA1C830B7E86C0A431E51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAC9BF7DC1E52DB57D4313988CDD8D7D61640C648_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC6B7A89D831773B30421C937E934D58B64FF61F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mBFD86AB2F85FB10B7CBA3FABFCD5AB785B271EDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5AB357B341782341F28B413C2324F47A938B40F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0BFC03A4ED5890195C10B8308A908F10B13FA1DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m75D8592E29191AA043FCA0F1A20F3A586C2CF596_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD3639440D8DA82147DC9629DE83F253326590E28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mED079FEB063B8FEF7F43AED70CB562DD77470DE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m556FFF46D3934C7FD10392613E00E8D495B9B1B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBFF504097D352A9C3488B9148BA7E429827E7F44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MeshGenerationDeferrer_AddMeshGenerationCallback_m955B3F835F30DA07C473E788FE49C92E87C45485_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MeshGenerator_OnMeshGeneration_mA6CA51D9C39B98D2BBC9269C9EA1C66AB9BAE2D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548_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_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948_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* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RectangleParams_AdjustSpriteUVsForScaleMode_m226AF26DCE7DFC919544724BF10B2D44D69885E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RectangleParams_AdjustUVsForScaleMode_m45E415CC0915994EC698B5CEC85746AB2C3F88FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_m6C106A5B813386999C4368FEA8408C9A1C84DE95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mA3AEF8B1C274D685F16D19AE62443A62E0EE9AB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mDBF86E4D1EDD18644C9F2AB2D0EEE673E36CA400_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mE2F8F28B622571A49E473C999FEF8B88E12405C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m6C2A89A16CF7A4FF016A4BC9C84F98B6F6119338_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisSprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_m2D53D7E8C3665C6E6B0E96D315CE7B5D8DE300B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mC6DC2B787FC45EC7120FA44B9F05FEE4A19F804D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisTexture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_m629C2A65AC4E4A8D52BCE92C70CB5E7AE448F73D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisUInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_mF3E0B43DFD948E6CC0A5F3D6EC7470EC1185B06C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TessellationJob_ExtractHandle_TisVectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_m5A9E769F30BD472872C263C6FE521BA3305E96F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__8_0_m2A456017C00F9E5F985ED54151D3B47109166132_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__8_1_m214A8C8B7B02523134470C61875DB969AAF075EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE;;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com;;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke;
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke;;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509;;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com;;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke;
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke;;
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0;;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com;;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke;
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke;;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
|
|
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com;
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB;;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com;;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke;
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke;;
|
|
|
|
struct List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421;
|
|
struct List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0;
|
|
struct Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD;
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
|
|
struct VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185;
|
|
struct AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8;
|
|
struct RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE;
|
|
struct TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE;
|
|
|
|
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
|
|
struct ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412 : public RuntimeObject
|
|
{
|
|
int32_t ___m_StartCapacity;
|
|
int32_t ___m_MaxCapacity;
|
|
Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* ___m_CreateAction;
|
|
Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* ___m_ResetAction;
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* ___m_List;
|
|
int32_t ___m_UsedCount;
|
|
};
|
|
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF : public RuntimeObject
|
|
{
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___poolNext;
|
|
};
|
|
struct LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75 : public RuntimeObject
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___poolNext;
|
|
};
|
|
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9 : public RuntimeObject
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___poolNext;
|
|
};
|
|
struct LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5 : public RuntimeObject
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___poolNext;
|
|
};
|
|
struct LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9 : public RuntimeObject
|
|
{
|
|
Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* ___m_CreateFunc;
|
|
Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* ___m_ResetAction;
|
|
int32_t ___m_Limit;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_PoolFirst;
|
|
int32_t ___U3CCountU3Ek__BackingField;
|
|
};
|
|
struct List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655 : public RuntimeObject
|
|
{
|
|
NativeSlice_1U5BU5D_t4AA4AF19AB9FDDBD4CC8C6F7E4A9C6AC063C09FD* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37 : public RuntimeObject
|
|
{
|
|
NativeSlice_1U5BU5D_tDC36ACB61BCAC1B7A036318D24BE1BCB309EC376* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59 : public RuntimeObject
|
|
{
|
|
NativeSlice_1U5BU5D_tA62C4A6F288135B6706B31C147D9F8A7B589A990* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E : public RuntimeObject
|
|
{
|
|
NativeSlice_1U5BU5D_t2F30D5283C1DFCDDB22E354B120151CB6D5E2320* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0 : public RuntimeObject
|
|
{
|
|
NativeSlice_1U5BU5D_t16C12F471D23F4C960D0CF0233390A24D85676C1* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E : public RuntimeObject
|
|
{
|
|
CommandListU5BU5D_t6BF60F458BA9C07EDCC2D9E164EB802C818E8C3D* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F : public RuntimeObject
|
|
{
|
|
EntryU5BU5D_t0E6E799F078EE7C036062CD445381B9E4DB7D918* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984 : public RuntimeObject
|
|
{
|
|
GlyphRenderModeU5BU5D_t928B45672BC0DCED70586CA14693831FEC3CC527* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B : public RuntimeObject
|
|
{
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918 : public RuntimeObject
|
|
{
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4 : public RuntimeObject
|
|
{
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tCF065800FF47BB709E407B98E405036C6C82A151 : public RuntimeObject
|
|
{
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599 : public RuntimeObject
|
|
{
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E : public RuntimeObject
|
|
{
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9 : public RuntimeObject
|
|
{
|
|
JobHandleU5BU5D_tE3F0B60D91B15CD5B332314268E9315F48F79CEC* ____array;
|
|
int32_t ____head;
|
|
int32_t ____tail;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1 : public RuntimeObject
|
|
{
|
|
CallbackInfoU5BU5D_tACA211A7E82CC25DD66260299AAA6FE5595E10E9* ____array;
|
|
int32_t ____head;
|
|
int32_t ____tail;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9 : public RuntimeObject
|
|
{
|
|
EntryU5BU5D_t0E6E799F078EE7C036062CD445381B9E4DB7D918* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E : public RuntimeObject
|
|
{
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA : public RuntimeObject
|
|
{
|
|
RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE : public RuntimeObject
|
|
{
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631 : public RuntimeObject
|
|
{
|
|
MaskMeshU5BU5D_t5C162FB3760E834B8B5B0C75F438C2D8106EC8D5* ____array;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC : public RuntimeObject
|
|
{
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry;
|
|
};
|
|
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7 : public RuntimeObject
|
|
{
|
|
uint32_t ___U3CtotalSizeU3Ek__BackingField;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_FirstBlock;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___m_FirstAvailableBlock;
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* ___m_BlockPool;
|
|
uint32_t ___m_HighWatermark;
|
|
};
|
|
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
|
|
{
|
|
bool ___isIMGUIContainer;
|
|
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry;
|
|
};
|
|
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443 : public RuntimeObject
|
|
{
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* ___view;
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* ___scissor;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___defaultMaterial;
|
|
};
|
|
struct EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951 : public RuntimeObject
|
|
{
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* ___m_ThreadEntries;
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* ___m_SharedPool;
|
|
};
|
|
struct EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71 : public RuntimeObject
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* ___m_EntryPool;
|
|
};
|
|
struct GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0 : public RuntimeObject
|
|
{
|
|
List_1_t6DFF7E452DA21747426C50B4A26C17B6F59534D9* ___m_Handles;
|
|
int32_t ___m_UsedHandlesCount;
|
|
int32_t ___k_AllocBatchSize;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48 : public RuntimeObject
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Low;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_High;
|
|
};
|
|
struct JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530 : public RuntimeObject
|
|
{
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* ___m_NudgeJobs;
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* ___m_ConvertMeshJobs;
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* ___m_CopyMeshJobs;
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* ___m_JobMerger;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62 : public RuntimeObject
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CvisualElementU3Ek__BackingField;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___U3CrenderDataU3Ek__BackingField;
|
|
Painter2D_t537467DC4761991243516EDAC5DA2949FEC24837* ___m_Painter2D;
|
|
MeshWriteDataPool_t3FB1670F1C2CCE8683ABBB0D74B5286C7E5E9B81* ___m_MeshWriteDataPool;
|
|
TempMeshAllocatorImpl_t33280073DA0AA595F921199A769121BF28180DFB* ___m_Allocator;
|
|
MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* ___m_MeshGenerationDeferrer;
|
|
MeshGenerationNodeManager_t664D7CDDBEB399AA7BDE68B52E4EBA0CBB6E6DC4* ___m_MeshGenerationNodeManager;
|
|
RuntimeObject* ___U3CmeshGeneratorU3Ek__BackingField;
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* ___U3CentryRecorderU3Ek__BackingField;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___U3CparentEntryU3Ek__BackingField;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39 : public RuntimeObject
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_Fork;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_WorkThenFork;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_Work;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_JobDependentFork;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_JobDependentWorkThenFork;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* ___m_JobDependentWork;
|
|
Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* ___m_Dependencies;
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* ___m_DependencyMerger;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9 : public RuntimeObject
|
|
{
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* ___vertices;
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* ___indices;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___next;
|
|
int32_t ___framesEmpty;
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09 : public RuntimeObject
|
|
{
|
|
int32_t ___characterCount;
|
|
int32_t ___spriteCount;
|
|
int32_t ___spaceCount;
|
|
int32_t ___wordCount;
|
|
int32_t ___linkCount;
|
|
int32_t ___lineCount;
|
|
int32_t ___materialCount;
|
|
TextElementInfoU5BU5D_tEC28C9B72883EE21AA798913497C69E179A15C4E* ___textElementInfo;
|
|
WordInfoU5BU5D_tAD74C9720883D7BB229A20FFAE9EFD2CF9963F7B* ___wordInfo;
|
|
LinkInfoU5BU5D_tB7EB23E47AF29CCBEC884F9D0DB95BC97F62AE51* ___linkInfo;
|
|
LineInfoU5BU5D_t37598F2175B291797270D1161DC29B6296FB169D* ___lineInfo;
|
|
MeshInfoU5BU5D_t3DF8B75BF4A213334EED197AD25E432212894AC6* ___meshInfo;
|
|
double ___lastTimeInCache;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___removedFromCache;
|
|
bool ___hasMultipleColors;
|
|
};
|
|
struct TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22 : public RuntimeObject
|
|
{
|
|
UITKTextJobSystem_tC8702AC97CC1DB3189840BAA65A8B5F49A2818F2* ___m_UITKTextJobSystem;
|
|
ATGTextJobSystem_tF9737571A680A7A7E1CB9C72824E09E3F6CE5461* ___m_ATGTextJobSystem;
|
|
};
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692 : public RuntimeObject
|
|
{
|
|
};
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B : public RuntimeObject
|
|
{
|
|
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* ___m_Textures;
|
|
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* ___m_TextureToId;
|
|
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* ___m_FreeIds;
|
|
};
|
|
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED : public RuntimeObject
|
|
{
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas;
|
|
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* ___m_Registered;
|
|
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* ___m_RenderInfoPool;
|
|
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* ___m_GradientRemapPool;
|
|
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* ___m_GradientSettingsAtlas;
|
|
bool ___m_LoggedExhaustedSettingsAtlas;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA : public RuntimeObject
|
|
{
|
|
};
|
|
struct Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760
|
|
{
|
|
List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* ____current;
|
|
};
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
RuntimeObject* ____current;
|
|
};
|
|
struct NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0
|
|
{
|
|
uint8_t* ___m_Buffer;
|
|
int32_t ___m_Stride;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
|
|
{
|
|
bool ___hasValue;
|
|
int32_t ___value;
|
|
};
|
|
struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA
|
|
{
|
|
RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref;
|
|
};
|
|
struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4
|
|
{
|
|
RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref;
|
|
};
|
|
struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3
|
|
{
|
|
RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref;
|
|
};
|
|
struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3
|
|
{
|
|
RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref;
|
|
};
|
|
struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E
|
|
{
|
|
RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref;
|
|
};
|
|
struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC
|
|
{
|
|
RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref;
|
|
};
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE
|
|
{
|
|
uint32_t ___start;
|
|
uint32_t ___size;
|
|
RuntimeObject* ___handle;
|
|
bool ___shortLived;
|
|
};
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke
|
|
{
|
|
uint32_t ___start;
|
|
uint32_t ___size;
|
|
Il2CppIUnknown* ___handle;
|
|
int32_t ___shortLived;
|
|
};
|
|
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com
|
|
{
|
|
uint32_t ___start;
|
|
uint32_t ___size;
|
|
Il2CppIUnknown* ___handle;
|
|
int32_t ___shortLived;
|
|
};
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73
|
|
{
|
|
int32_t ___m_PageHeight;
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap;
|
|
int32_t ___m_EntryWidth;
|
|
int32_t ___m_EntryHeight;
|
|
};
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_PageHeight;
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap;
|
|
int32_t ___m_EntryWidth;
|
|
int32_t ___m_EntryHeight;
|
|
};
|
|
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com
|
|
{
|
|
int32_t ___m_PageHeight;
|
|
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap;
|
|
int32_t ___m_EntryWidth;
|
|
int32_t ___m_EntryHeight;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
uint8_t ___m_value;
|
|
};
|
|
struct ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C
|
|
{
|
|
uint32_t ___elementsAdded;
|
|
uint32_t ___elementsRemoved;
|
|
uint32_t ___recursiveClipUpdates;
|
|
uint32_t ___recursiveClipUpdatesExpanded;
|
|
uint32_t ___nonRecursiveClipUpdates;
|
|
uint32_t ___recursiveTransformUpdates;
|
|
uint32_t ___recursiveTransformUpdatesExpanded;
|
|
uint32_t ___recursiveOpacityUpdates;
|
|
uint32_t ___recursiveOpacityUpdatesExpanded;
|
|
uint32_t ___opacityIdUpdates;
|
|
uint32_t ___colorUpdates;
|
|
uint32_t ___colorUpdatesExpanded;
|
|
uint32_t ___recursiveVisualUpdates;
|
|
uint32_t ___recursiveVisualUpdatesExpanded;
|
|
uint32_t ___nonRecursiveVisualUpdates;
|
|
uint32_t ___dirtyProcessed;
|
|
uint32_t ___nudgeTransformed;
|
|
uint32_t ___boneTransformed;
|
|
uint32_t ___skipTransformed;
|
|
uint32_t ___visualUpdateTransformed;
|
|
uint32_t ___updatedMeshAllocations;
|
|
uint32_t ___newMeshAllocations;
|
|
uint32_t ___groupTransformElementsChanged;
|
|
};
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
float ___r;
|
|
float ___g;
|
|
float ___b;
|
|
float ___a;
|
|
};
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___rgba;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___rgba_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t ___r;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___r_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___g_OffsetPadding[1];
|
|
uint8_t ___g;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___g_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___g_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___b_OffsetPadding[2];
|
|
uint8_t ___b;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___b_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___b_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___a_OffsetPadding[3];
|
|
uint8_t ___a;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___a_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___a_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
double ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4
|
|
{
|
|
bool ___m_Focusable;
|
|
int32_t ___m_TabIndex;
|
|
bool ___m_DelegatesFocus;
|
|
bool ___m_ExcludeFromFocusRing;
|
|
bool ___U3CisEligibleToReceiveFocusFromDisabledChildU3Ek__BackingField;
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
int64_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08
|
|
{
|
|
uint64_t ___jobGroup;
|
|
int32_t ___version;
|
|
};
|
|
struct LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6
|
|
{
|
|
int32_t ___Index;
|
|
int32_t ___Version;
|
|
};
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
float ___m00;
|
|
float ___m10;
|
|
float ___m20;
|
|
float ___m30;
|
|
float ___m01;
|
|
float ___m11;
|
|
float ___m21;
|
|
float ___m31;
|
|
float ___m02;
|
|
float ___m12;
|
|
float ___m22;
|
|
float ___m32;
|
|
float ___m03;
|
|
float ___m13;
|
|
float ___m23;
|
|
float ___m33;
|
|
};
|
|
struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2
|
|
{
|
|
int32_t ___id;
|
|
};
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
|
{
|
|
float ___m_XMin;
|
|
float ___m_YMin;
|
|
float ___m_Width;
|
|
float ___m_Height;
|
|
};
|
|
struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8
|
|
{
|
|
int32_t ___m_XMin;
|
|
int32_t ___m_YMin;
|
|
int32_t ___m_Width;
|
|
int32_t ___m_Height;
|
|
};
|
|
struct RenderedText_t727191BC1F93D4E7DF9CFE18F7681582D45CBE49
|
|
{
|
|
String_t* ___value;
|
|
int32_t ___valueStart;
|
|
int32_t ___valueLength;
|
|
String_t* ___suffix;
|
|
Il2CppChar ___repeat;
|
|
int32_t ___repeatCount;
|
|
};
|
|
struct RenderedText_t727191BC1F93D4E7DF9CFE18F7681582D45CBE49_marshaled_pinvoke
|
|
{
|
|
char* ___value;
|
|
int32_t ___valueStart;
|
|
int32_t ___valueLength;
|
|
char* ___suffix;
|
|
uint8_t ___repeat;
|
|
int32_t ___repeatCount;
|
|
};
|
|
struct RenderedText_t727191BC1F93D4E7DF9CFE18F7681582D45CBE49_marshaled_com
|
|
{
|
|
Il2CppChar* ___value;
|
|
int32_t ___valueStart;
|
|
int32_t ___valueLength;
|
|
Il2CppChar* ___suffix;
|
|
uint8_t ___repeat;
|
|
int32_t ___repeatCount;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58
|
|
{
|
|
int32_t ___m_Index;
|
|
};
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
uint16_t ___m_value;
|
|
};
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
uint32_t ___m_value;
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
int32_t ___m_X;
|
|
int32_t ___m_Y;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698 : public LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5
|
|
{
|
|
uint32_t ___start;
|
|
uint32_t ___end;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___prev;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___next;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___prevAvailable;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___nextAvailable;
|
|
bool ___allocated;
|
|
};
|
|
struct BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878 : public LinkedPool_1_t542503E285CA387A7C8801D7DEB81CB54BD660E9
|
|
{
|
|
};
|
|
struct AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C
|
|
{
|
|
int32_t ___vertexCount;
|
|
int32_t ___indexCount;
|
|
};
|
|
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52
|
|
{
|
|
bool ___m_Disposed;
|
|
};
|
|
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Disposed;
|
|
};
|
|
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52_marshaled_com
|
|
{
|
|
int32_t ___m_Disposed;
|
|
};
|
|
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA
|
|
{
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___rgba;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
};
|
|
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
};
|
|
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
};
|
|
struct CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08
|
|
{
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* ___callback;
|
|
RuntimeObject* ___userData;
|
|
};
|
|
struct CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___callback;
|
|
Il2CppIUnknown* ___userData;
|
|
};
|
|
struct CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___callback;
|
|
Il2CppIUnknown* ___userData;
|
|
};
|
|
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B
|
|
{
|
|
uint32_t ___handle;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* ___commandLists;
|
|
};
|
|
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke
|
|
{
|
|
uint32_t ___handle;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E** ___commandLists;
|
|
};
|
|
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com
|
|
{
|
|
uint32_t ___handle;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E** ___commandLists;
|
|
};
|
|
struct DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
int32_t ___count;
|
|
};
|
|
struct DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_pinvoke
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
int32_t ___count;
|
|
};
|
|
struct DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_com
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
int32_t ___count;
|
|
};
|
|
struct DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F
|
|
{
|
|
int32_t ___currentFrameIndex;
|
|
uint32_t ___totalIndices;
|
|
uint32_t ___commandCount;
|
|
uint32_t ___skippedCommandCount;
|
|
uint32_t ___drawCommandCount;
|
|
uint32_t ___disableCommandCount;
|
|
uint32_t ___materialSetCount;
|
|
uint32_t ___drawRangeCount;
|
|
uint32_t ___drawRangeCallCount;
|
|
uint32_t ___immediateDraws;
|
|
uint32_t ___stencilRefChanges;
|
|
};
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner;
|
|
};
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner;
|
|
};
|
|
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner;
|
|
};
|
|
struct Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11
|
|
{
|
|
List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B ____current;
|
|
};
|
|
struct Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993
|
|
{
|
|
List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 ____current;
|
|
};
|
|
struct Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077
|
|
{
|
|
List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 ____current;
|
|
};
|
|
struct AddressMode_t2C6D839F1391CCABEFAB25D8500B448D3CAB5EA3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BackgroundPositionKeyword_tE680A05B983D256AADC8E2CF1CA169D004B8641B
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BackgroundSizeType_tD194B20FF5086D494ABF8D799124D2FC4FFCC674
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents;
|
|
};
|
|
struct ClipMethod_tDE393081E6CA2C9C1A8C3D731613580585767391
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0
|
|
{
|
|
bool ___isValid;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID;
|
|
};
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke
|
|
{
|
|
int32_t ___isValid;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID;
|
|
};
|
|
struct ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com
|
|
{
|
|
int32_t ___isValid;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID;
|
|
};
|
|
struct ColorSpace_tD0808E0BE85FD3B9774234676F83A872F4EDA3C7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CommandType_tD31CF154E77E661A0B00A7A9A45F2557D8705A56
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C
|
|
{
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData;
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData;
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData;
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData;
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData;
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData;
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties;
|
|
int64_t ___matchingRulesHash;
|
|
float ___dpiScaling;
|
|
ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions;
|
|
};
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke
|
|
{
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData;
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData;
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData;
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData;
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData;
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData;
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties;
|
|
int64_t ___matchingRulesHash;
|
|
float ___dpiScaling;
|
|
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions;
|
|
};
|
|
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com
|
|
{
|
|
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData;
|
|
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData;
|
|
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData;
|
|
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData;
|
|
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData;
|
|
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData;
|
|
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties;
|
|
int64_t ___matchingRulesHash;
|
|
float ___dpiScaling;
|
|
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions;
|
|
};
|
|
struct ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1
|
|
{
|
|
intptr_t ___vertSrc;
|
|
intptr_t ___vertDst;
|
|
int32_t ___vertCount;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___xformClipPages;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___ids;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___addFlags;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___opacityPage;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___textCoreSettingsPage;
|
|
int32_t ___usesTextCoreSettings;
|
|
float ___textureId;
|
|
int32_t ___gradientSettingsIndexOffset;
|
|
intptr_t ___indexSrc;
|
|
intptr_t ___indexDst;
|
|
int32_t ___indexCount;
|
|
int32_t ___indexOffset;
|
|
int32_t ___flipIndices;
|
|
int32_t ___forceZ;
|
|
float ___positionZ;
|
|
int32_t ___remapUVs;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___atlasRect;
|
|
};
|
|
struct CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8
|
|
{
|
|
intptr_t ___vertSrc;
|
|
intptr_t ___vertDst;
|
|
int32_t ___vertCount;
|
|
intptr_t ___indexSrc;
|
|
intptr_t ___indexDst;
|
|
int32_t ___indexCount;
|
|
int32_t ___indexOffset;
|
|
};
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
RuntimeObject* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
bool ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct EntryFlags_tD1E88AD805EB92E6595DE7E873A0282864DD88E2
|
|
{
|
|
uint16_t ___value__;
|
|
};
|
|
struct EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D : public RuntimeObject
|
|
{
|
|
int32_t ___m_ChildrenIndex;
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* ___m_Allocs;
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* ___m_HeadAllocs;
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* ___m_TailAllocs;
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* ___m_FlattenedEntries;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___m_Pending;
|
|
Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* ___m_Mask;
|
|
bool ___m_IsPushingMask;
|
|
};
|
|
struct EntryType_t87B5BAA313B0C27909C9D9CADAD8F9C22D836F9B
|
|
{
|
|
uint16_t ___value__;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FontStyles_t284AF8C10031F4774DF8BC8DE6DF9EC11EE14668
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
|
|
{
|
|
intptr_t ___handle;
|
|
};
|
|
struct GlyphRenderMode_tE7FB60827750662A45E89D168932FE2D8AEB5281
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307 : public LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF
|
|
{
|
|
int32_t ___origIndex;
|
|
int32_t ___destIndex;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___next;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___atlas;
|
|
};
|
|
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A : public RuntimeObject
|
|
{
|
|
int32_t ___m_Length;
|
|
int32_t ___m_ElemWidth;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Allocator;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Atlas;
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA ___m_RawAtlas;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
bool ___U3CMustCommitU3Ek__BackingField;
|
|
};
|
|
struct GradientType_tF6700196CF15D686C2CFC54BDDE6EF4B4B325F22
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LanguageDirection_t30A3B6BBCEE6A6F57641E4E008E0DCC40603558C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LengthUnit_t746199A94302055274F284E176E01D38EE8A669A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30
|
|
{
|
|
uint16_t ___value__;
|
|
};
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct MeshGenerationCallbackType_tED8CD3D945595F4333EB6D77F4EFDFCFD0C110C3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E : public LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocVerts;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocIndices;
|
|
uint32_t ___triangleCount;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___allocPage;
|
|
uint32_t ___allocTime;
|
|
uint32_t ___updateAllocID;
|
|
};
|
|
struct MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F
|
|
{
|
|
intptr_t ___vertices;
|
|
intptr_t ___indices;
|
|
int32_t ___vertexCount;
|
|
int32_t ___indexCount;
|
|
};
|
|
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022
|
|
{
|
|
intptr_t ___headSrc;
|
|
intptr_t ___headDst;
|
|
int32_t ___headCount;
|
|
intptr_t ___tailSrc;
|
|
intptr_t ___tailDst;
|
|
int32_t ___tailCount;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___transform;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4
|
|
{
|
|
uint8_t ___value__;
|
|
};
|
|
struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct PropertyPathPartKind_t82152825D88A0E450DDCE8503272A10595047F87
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderDataFlags_t5FE970B94CB31B4691C29B856A2A5848BDEACB66
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E : public RuntimeObject
|
|
{
|
|
RenderTreeCompositor_t731E5D482A26CD2C3505318C6B83BE5FFE7A51C7* ___m_Compositor;
|
|
VisualChangesProcessor_tBCC14428FE9AF3A64F81FA68CBF8C59E3229112D* ___m_VisualChangesProcessor;
|
|
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* ___m_CommandPool;
|
|
LinkedPool_1_tF8F959E7B2878D455B8E618BB9239F01629CD53B* ___m_ExtraDataPool;
|
|
BasicNodePool_1_t073A79E90DF0EFECF50348C64C13C664766F45E4* ___m_MeshHandleNodePool;
|
|
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* ___m_TexturePool;
|
|
Dictionary_2_tC09823264A68A2427FCBB48E3C6AAC42B5BFA3C4* ___m_ExtraData;
|
|
List_1_t274EF879F062D96E9E5D05941FF15F5051FF20C2* ___m_InsertionList;
|
|
HashSet_1_tD97174133F11F071FA6885D6ED5458B959D2D848* ___m_RenderersToReset;
|
|
MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* ___m_MeshGenerationDeferrer;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultMat;
|
|
bool ___m_BlockDirtyRegistration;
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C ___m_Stats;
|
|
uint32_t ___m_StatsElementsAdded;
|
|
uint32_t ___m_StatsElementsRemoved;
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___m_TextureRegistry;
|
|
OpacityIdAccelerator_t28773C62F594A1F6A4319298D6CAA31E16458EA7* ___U3CopacityIdAcceleratorU3Ek__BackingField;
|
|
ObjectPool_1_t61A5B6CD842BB39692CA36A9EDA7E96B82C8BFE5* ___m_RenderDataPool;
|
|
ObjectPool_1_t81BB298B2BB84B7A8E722A4BF66BDA3CFEF9AFCD* ___m_RenderTreePool;
|
|
bool ___U3CblockDirtyRegistrationU3Ek__BackingField;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
RenderTree_t605515B72AF7767FA30297BEA8C5240A81E123F8* ___m_RootRenderTree;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CpanelU3Ek__BackingField;
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___U3CdeviceU3Ek__BackingField;
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___U3CatlasU3Ek__BackingField;
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___U3CvectorImageManagerU3Ek__BackingField;
|
|
TempMeshAllocatorImpl_t33280073DA0AA595F921199A769121BF28180DFB* ___U3CtempMeshAllocatorU3Ek__BackingField;
|
|
MeshWriteDataPool_t3FB1670F1C2CCE8683ABBB0D74B5286C7E5E9B81* ___U3CmeshWriteDataPoolU3Ek__BackingField;
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* ___entryRecorder;
|
|
MeshGenerationNodeManager_t664D7CDDBEB399AA7BDE68B52E4EBA0CBB6E6DC4* ___U3CmeshGenerationNodeManagerU3Ek__BackingField;
|
|
JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* ___U3CjobManagerU3Ek__BackingField;
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* ___shaderInfoAllocator;
|
|
bool ___U3CdrawStatsU3Ek__BackingField;
|
|
bool ___U3CdrawInCamerasU3Ek__BackingField;
|
|
bool ___U3CisFlatU3Ek__BackingField;
|
|
bool ___U3CforceGammaRenderingU3Ek__BackingField;
|
|
};
|
|
struct Repeat_tC0330B75B12D24B063BA5151AF3BB73B85D8B840
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ScaleMode_t16AD656758EE54C56B3DA34FE4F2033C9C2EE13D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct SpritePackingRotation_tB7E07D538FFBB0031B3C6FB2F987B8D64BC19000
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture;
|
|
int32_t ___stencilRef;
|
|
float ___sdfScale;
|
|
float ___sharpness;
|
|
bool ___isPremultiplied;
|
|
};
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture;
|
|
int32_t ___stencilRef;
|
|
float ___sdfScale;
|
|
float ___sharpness;
|
|
int32_t ___isPremultiplied;
|
|
};
|
|
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture;
|
|
int32_t ___stencilRef;
|
|
float ___sdfScale;
|
|
float ___sharpness;
|
|
int32_t ___isPremultiplied;
|
|
};
|
|
struct TextAlignment_tD681BE7D2451C44115A90D2D8AA7D91C78A5A070
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___faceColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___outlineColor;
|
|
float ___outlineWidth;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___underlayColor;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___underlayOffset;
|
|
float ___underlaySoftness;
|
|
};
|
|
struct TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv2;
|
|
};
|
|
struct TextFontWeight_t789E26840C291C6C1270D4434CE007ACDFA40350
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextOverflowMode_tB7F9FB28B889C1F21B14D3DAC32980D71D9D7F50
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextWrappingMode_t04D97C2B1A0E2A2157AD2ECDFAD9F049C97E811A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextureOptions_tB0F8FB11175A73D3D91286D9960D26D775D27EB7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_DefaultStencilState;
|
|
intptr_t ___m_VertexDecl;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___m_FirstPage;
|
|
uint32_t ___m_NextPageVertexCount;
|
|
uint32_t ___m_LargeMeshVertexCount;
|
|
float ___m_IndexToVertexCountRatio;
|
|
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* ___m_DeferredFrees;
|
|
List_1_tA79C35FB5E50135962B53960CB758B9262700632* ___m_Updates;
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* ___m_CommandLists;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Fences;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_ConstantProps;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_BatchProps;
|
|
uint32_t ___m_FrameIndex;
|
|
uint32_t ___m_NextUpdateID;
|
|
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F ___m_DrawStats;
|
|
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* ___m_MeshHandles;
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___m_DrawParams;
|
|
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* ___m_TextureSlotManager;
|
|
bool ___U3CbreakBatchesU3Ek__BackingField;
|
|
bool ___U3CisFlatU3Ek__BackingField;
|
|
bool ___U3CforceGammaRenderingU3Ek__BackingField;
|
|
int32_t ___currentFrameCommandListCount;
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* ___m_DefaultCommandList;
|
|
Dictionary_2_tB815FE0ABDE1E4B87C9B653FFDFE805FD31A150C* ___m_DisableForceGammaMaterialTable;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___m_MaterialToRemove;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___m_Materialkeys;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___tint;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv;
|
|
uint32_t ___settingIndex;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___flags;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___circle;
|
|
};
|
|
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___tint;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___xformClipPages;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___ids;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___flags;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___opacityColorPages;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___settingIndex;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___circle;
|
|
float ___textureId;
|
|
};
|
|
struct VertexFlags_tDC60142536F477FF72F8D0E14C41679078949D3D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices;
|
|
int32_t ___indexOffset;
|
|
};
|
|
struct Unit_t7A9C3ABB0618BEBFDC1813D07080CE0C145448ED
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B
|
|
{
|
|
int32_t ___isValid;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___pageAndID;
|
|
};
|
|
struct MeshFlags_tC36F9F848F3DB16DF11E55B5CD6EC22E860876A3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___backgroundRepeatRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
};
|
|
struct RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
};
|
|
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___alloc;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
bool ___vertices;
|
|
};
|
|
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___alloc;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
int32_t ___vertices;
|
|
};
|
|
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___alloc;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page;
|
|
int32_t ___vertices;
|
|
};
|
|
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512
|
|
{
|
|
uint32_t ___id;
|
|
uint32_t ___allocTime;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___permAllocVerts;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___permAllocIndices;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage;
|
|
bool ___copyBackIndices;
|
|
};
|
|
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke
|
|
{
|
|
uint32_t ___id;
|
|
uint32_t ___allocTime;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___permAllocVerts;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___permAllocIndices;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage;
|
|
int32_t ___copyBackIndices;
|
|
};
|
|
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com
|
|
{
|
|
uint32_t ___id;
|
|
uint32_t ___allocTime;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___permAllocVerts;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___permAllocIndices;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage;
|
|
int32_t ___copyBackIndices;
|
|
};
|
|
struct GPUBufferType_t7EC2E09FDE0A24CD100528DBEB0447BCE9EBABF2
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75
|
|
{
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* ____list;
|
|
int32_t ____index;
|
|
int32_t ____version;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ____current;
|
|
};
|
|
struct NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tA250DFA6F2B09B543458A4231692763973E84C57
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30
|
|
{
|
|
int32_t ___page;
|
|
uint16_t ___pageLine;
|
|
uint8_t ___bitIndex;
|
|
uint8_t ___ownedState;
|
|
};
|
|
struct BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F
|
|
{
|
|
int32_t ___x;
|
|
int32_t ___y;
|
|
};
|
|
struct CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0 : public RuntimeObject
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner;
|
|
intptr_t ___m_VertexDecl;
|
|
intptr_t ___m_StencilState;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___constantProps;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___batchProps;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___handle;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
|
|
List_1_tDF5E35A2A72039E94F93EB7FEC22A16411CFB289* ___m_Commands;
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_GpuTextureData;
|
|
NativeList_1_t1B805E63EEFAEE25FC3DFD11B6D334CD187B1A6C* ___m_DrawRanges;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct Entry_t475ED76E31923970E7F7A6522E570E7577C487B9 : public RuntimeObject
|
|
{
|
|
uint16_t ___type;
|
|
uint16_t ___flags;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
|
|
float ___textScale;
|
|
float ___fontSharpness;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___gradientsOwner;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___immediateCallback;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___textureId;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___nextSibling;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___firstChild;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___lastChild;
|
|
};
|
|
struct GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3
|
|
{
|
|
int32_t ___gradientType;
|
|
int32_t ___addressMode;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radialFocus;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location;
|
|
};
|
|
struct LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364
|
|
{
|
|
int32_t ___m_Allocator;
|
|
Data_t43E3238277579E631EA4E8016E61966D79F5B62E* ___m_Data;
|
|
};
|
|
struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256
|
|
{
|
|
float ___m_Value;
|
|
int32_t ___m_Unit;
|
|
};
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E : public RuntimeObject
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___m_SelfHandle;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___m_ParentEntry;
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* ___m_EntryRecorder;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF
|
|
{
|
|
int32_t ___m_Kind;
|
|
String_t* ___m_Name;
|
|
int32_t ___m_Index;
|
|
RuntimeObject* ___m_Key;
|
|
};
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Kind;
|
|
char* ___m_Name;
|
|
int32_t ___m_Index;
|
|
Il2CppIUnknown* ___m_Key;
|
|
};
|
|
struct PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com
|
|
{
|
|
int32_t ___m_Kind;
|
|
Il2CppChar* ___m_Name;
|
|
int32_t ___m_Index;
|
|
Il2CppIUnknown* ___m_Key;
|
|
};
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727 : public LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___owner;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___prev;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___next;
|
|
bool ___isTail;
|
|
int32_t ___type;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___state;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___mesh;
|
|
int32_t ___indexOffset;
|
|
int32_t ___indexCount;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___callback;
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___m_Handle;
|
|
};
|
|
struct TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2 : public RuntimeObject
|
|
{
|
|
RenderedText_t727191BC1F93D4E7DF9CFE18F7681582D45CBE49 ___m_RenderedText;
|
|
String_t* ___m_CachedRenderedText;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
|
|
FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___fontAsset;
|
|
int32_t ___fontStyle;
|
|
TextSettings_tB7F55685AFFD4A96F714427BCACFD6958E357D64* ___textSettings;
|
|
int32_t ___textAlignment;
|
|
int32_t ___overflowMode;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
bool ___shouldConvertToLinearSpace;
|
|
int32_t ___fontSize;
|
|
bool ___emojiFallbackSupport;
|
|
bool ___richText;
|
|
bool ___isRightToLeft;
|
|
float ___extraPadding;
|
|
bool ___parseControlCharacters;
|
|
bool ___isPlaceholder;
|
|
float ___characterSpacing;
|
|
float ___wordSpacing;
|
|
float ___paragraphSpacing;
|
|
int32_t ___textWrappingMode;
|
|
int32_t ___fontWeight;
|
|
bool ___isIMGUI;
|
|
float ___pixelsPerPoint;
|
|
};
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF : public RuntimeObject
|
|
{
|
|
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TransformAllocator;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ClipRectAllocator;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_OpacityAllocator;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ColorAllocator;
|
|
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TextSettingsAllocator;
|
|
bool ___m_StorageReallyCreated;
|
|
int32_t ___m_ColorSpace;
|
|
};
|
|
struct UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___m_Handle;
|
|
};
|
|
struct NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor;
|
|
float ___leftWidth;
|
|
float ___topWidth;
|
|
float ___rightWidth;
|
|
float ___bottomWidth;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___leftColorPage;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___topColorPage;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___rightColorPage;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___bottomColorPage;
|
|
};
|
|
struct NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___subRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
int32_t ___scaleMode;
|
|
intptr_t ___backgroundRepeatInstanceList;
|
|
int32_t ___backgroundRepeatInstanceListStartIndex;
|
|
int32_t ___backgroundRepeatInstanceListEndIndex;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___backgroundRepeatRect;
|
|
intptr_t ___texture;
|
|
intptr_t ___sprite;
|
|
intptr_t ___vectorImage;
|
|
intptr_t ___spriteTexture;
|
|
intptr_t ___spriteVertices;
|
|
intptr_t ___spriteUVs;
|
|
intptr_t ___spriteTriangles;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___contentSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___textureSize;
|
|
float ___texturePixelsPerPoint;
|
|
int32_t ___leftSlice;
|
|
int32_t ___topSlice;
|
|
int32_t ___rightSlice;
|
|
int32_t ___bottomSlice;
|
|
float ___sliceScale;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___colorPage;
|
|
int32_t ___meshFlags;
|
|
};
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor;
|
|
float ___leftWidth;
|
|
float ___topWidth;
|
|
float ___rightWidth;
|
|
float ___bottomWidth;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___leftColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___topColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___rightColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___bottomColorPage;
|
|
};
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor;
|
|
float ___leftWidth;
|
|
float ___topWidth;
|
|
float ___rightWidth;
|
|
float ___bottomWidth;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___leftColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___topColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___rightColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___bottomColorPage;
|
|
};
|
|
struct BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___leftColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___topColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___rightColor;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___bottomColor;
|
|
float ___leftWidth;
|
|
float ___topWidth;
|
|
float ___rightWidth;
|
|
float ___bottomWidth;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___leftColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___topColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___rightColorPage;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___bottomColorPage;
|
|
};
|
|
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567
|
|
{
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* ___activeCommandList;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___constantProps;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___batchProps;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___curState;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage;
|
|
bool ___mustApplyMaterial;
|
|
bool ___mustApplyBatchProps;
|
|
bool ___mustApplyStencil;
|
|
};
|
|
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke
|
|
{
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* ___activeCommandList;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___constantProps;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___batchProps;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke ___curState;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage;
|
|
int32_t ___mustApplyMaterial;
|
|
int32_t ___mustApplyBatchProps;
|
|
int32_t ___mustApplyStencil;
|
|
};
|
|
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com
|
|
{
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* ___activeCommandList;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___constantProps;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___batchProps;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com ___curState;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage;
|
|
int32_t ___mustApplyMaterial;
|
|
int32_t ___mustApplyBatchProps;
|
|
int32_t ___mustApplyStencil;
|
|
};
|
|
struct Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB : public RuntimeObject
|
|
{
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
GPUBuffer_1_tB27A42EE52EA38FD7117C4EC0B1E42703FFE4C36* ___gpuData;
|
|
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___cpuData;
|
|
NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 ___updateRanges;
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator;
|
|
uint32_t ___m_UpdateRangePoolSize;
|
|
uint32_t ___m_ElemStride;
|
|
uint32_t ___m_UpdateRangeMin;
|
|
uint32_t ___m_UpdateRangeMax;
|
|
uint32_t ___m_UpdateRangesEnqueued;
|
|
uint32_t ___m_UpdateRangesBatchStart;
|
|
bool ___m_UpdateRangesSaturated;
|
|
};
|
|
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A : public RuntimeObject
|
|
{
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
GPUBuffer_1_tA6A8BA754BA691383F7FA4302803FC11DA7373F3* ___gpuData;
|
|
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___cpuData;
|
|
NativeArray_1_t70CC53B5D3DD2663B4FA4C73609D8D98EFDB2421 ___updateRanges;
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator;
|
|
uint32_t ___m_UpdateRangePoolSize;
|
|
uint32_t ___m_ElemStride;
|
|
uint32_t ___m_UpdateRangeMin;
|
|
uint32_t ___m_UpdateRangeMax;
|
|
uint32_t ___m_UpdateRangesEnqueued;
|
|
uint32_t ___m_UpdateRangesBatchStart;
|
|
bool ___m_UpdateRangesSaturated;
|
|
};
|
|
struct Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___m_NativePagedList;
|
|
NativeArray_1_tA250DFA6F2B09B543458A4231692763973E84C57 ___m_CurrentPage;
|
|
int32_t ___m_IndexInCurrentPage;
|
|
int32_t ___m_IndexOfCurrentPage;
|
|
int32_t ___m_CountInCurrentPage;
|
|
};
|
|
struct Func_1_t982CB7A062BCE4087A4D33590F111E883F594359 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB : public RuntimeObject
|
|
{
|
|
int32_t ___k_PoolCapacity;
|
|
List_1_t269841E65802135839ACAA0439D49D82C93493D6* ___m_Pages;
|
|
NativeArray_1_tF9AAF96E0048E8B93F277A9EAD3955253C6B34C3 ___m_LastPage;
|
|
int32_t ___m_CountInLastPage;
|
|
int32_t ___m_FirstPageAllocator;
|
|
int32_t ___m_OtherPagesAllocator;
|
|
List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* ___m_Enumerator;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E : public RuntimeObject
|
|
{
|
|
int32_t ___k_PoolCapacity;
|
|
List_1_t452FEB3AE4C840DCEBD62AF1ABD063F274E5AFEC* ___m_Pages;
|
|
NativeArray_1_tDCB166A7D351D6EEDCDE6CB91075388DEEA5E3CD ___m_LastPage;
|
|
int32_t ___m_CountInLastPage;
|
|
int32_t ___m_FirstPageAllocator;
|
|
int32_t ___m_OtherPagesAllocator;
|
|
List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* ___m_Enumerator;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A : public RuntimeObject
|
|
{
|
|
int32_t ___k_PoolCapacity;
|
|
List_1_t48C8E1328B2AC567303AA7C536C7A5991FA61A12* ___m_Pages;
|
|
NativeArray_1_t61CE5FDEC6BB75218352153E78207800402C1149 ___m_LastPage;
|
|
int32_t ___m_CountInLastPage;
|
|
int32_t ___m_FirstPageAllocator;
|
|
int32_t ___m_OtherPagesAllocator;
|
|
List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* ___m_Enumerator;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC : public RuntimeObject
|
|
{
|
|
int32_t ___k_PoolCapacity;
|
|
List_1_t61E994839207B2D97188CC1DC315B62BC869C7A7* ___m_Pages;
|
|
NativeArray_1_tA250DFA6F2B09B543458A4231692763973E84C57 ___m_LastPage;
|
|
int32_t ___m_CountInLastPage;
|
|
int32_t ___m_FirstPageAllocator;
|
|
int32_t ___m_OtherPagesAllocator;
|
|
List_1_t5D79FA9BC51812606755DE43A096289ED5138293* ___m_Enumerator;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
String_t* ____paramName;
|
|
};
|
|
struct BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56
|
|
{
|
|
int32_t ___keyword;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___offset;
|
|
};
|
|
struct BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7
|
|
{
|
|
int32_t ___m_SizeType;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_X;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___m_Y;
|
|
};
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4 : public RuntimeObject
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* ___m_PreProcessor;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* ___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___m_CurrentRenderData;
|
|
int32_t ___m_MaskDepth;
|
|
int32_t ___m_MaskDepthPopped;
|
|
int32_t ___m_MaskDepthPushed;
|
|
int32_t ___m_StencilRef;
|
|
int32_t ___m_StencilRefPopped;
|
|
int32_t ___m_StencilRefPushed;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectId;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectIdPopped;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectIdPushed;
|
|
bool ___m_IsDrawingMask;
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* ___m_MaskMeshes;
|
|
bool ___m_VertexDataComputed;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_Transform;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_TransformData;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_OpacityData;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_TextCoreSettingsPage;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___m_Mesh;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_Verts;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___m_Indices;
|
|
uint16_t ___m_IndexOffset;
|
|
int32_t ___m_AllocVertexCount;
|
|
int32_t ___m_AllocIndex;
|
|
int32_t ___m_VertsFilled;
|
|
int32_t ___m_IndicesFilled;
|
|
int32_t ___m_RenderType;
|
|
bool ___m_RemapUVs;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_AtlasRect;
|
|
int32_t ___m_GradientSettingIndexOffset;
|
|
bool ___m_IsTail;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_FirstCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_LastCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___U3CfirstHeadCommandU3Ek__BackingField;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___U3ClastHeadCommandU3Ek__BackingField;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___U3CfirstTailCommandU3Ek__BackingField;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___U3ClastTailCommandU3Ek__BackingField;
|
|
};
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523 : public RuntimeObject
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___m_Jobs;
|
|
int32_t ___m_JobCount;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA
|
|
{
|
|
int32_t ___m_Manager;
|
|
LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Nodes;
|
|
LayoutDataStore_tE59A593CD73517DDC7C117B293E7C2C6F17DC364 ___m_Configs;
|
|
};
|
|
struct MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25 : public RuntimeObject
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___m_MeshGenerationContext;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* ___m_RepeatRectUVList;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___m_BackgroundRepeatInstanceList;
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* ___m_GCHandlePool;
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___m_JobParameters;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CcurrentElementU3Ek__BackingField;
|
|
TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* ___U3CtextJobSystemU3Ek__BackingField;
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* ___m_TextInfo;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* ___m_Settings;
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* ___m_VerticesArray;
|
|
List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* ___m_IndicesArray;
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* ___m_Atlases;
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* ___m_SdfScales;
|
|
List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* ___m_RenderModes;
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* ___m_OnMeshGenerationDelegate;
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* ___m_TesselationJobParameters;
|
|
bool ___U3CdisposedU3Ek__BackingField;
|
|
};
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79
|
|
{
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part0;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part1;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part2;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF ___m_Part3;
|
|
PropertyPathPartU5BU5D_t7994D542F14DDDDEABB1792C335C20149399AEBB* ___m_AdditionalParts;
|
|
int32_t ___U3CLengthU3Ek__BackingField;
|
|
};
|
|
struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_pinvoke
|
|
{
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part0;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part1;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part2;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke ___m_Part3;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_pinvoke* ___m_AdditionalParts;
|
|
int32_t ___U3CLengthU3Ek__BackingField;
|
|
};
|
|
struct PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_com
|
|
{
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part0;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part1;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part2;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com ___m_Part3;
|
|
PropertyPathPart_tFB308743948D2298957DC1898D90AF2ACFED9DFF_marshaled_com* ___m_AdditionalParts;
|
|
int32_t ___U3CLengthU3Ek__BackingField;
|
|
};
|
|
struct RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2 : public RuntimeObject
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___owner;
|
|
RenderTree_t605515B72AF7767FA30297BEA8C5240A81E123F8* ___renderTree;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___parent;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___prevSibling;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___nextSibling;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___firstChild;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___lastChild;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___groupTransformAncestor;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___boneTransformAncestor;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___prevDirty;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___nextDirty;
|
|
int32_t ___flags;
|
|
int32_t ___depthInRenderTree;
|
|
int32_t ___dirtiedValues;
|
|
uint32_t ___dirtyID;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstHeadCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastHeadCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstTailCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastTailCommand;
|
|
bool ___localFlipsWinding;
|
|
bool ___worldFlipsWinding;
|
|
bool ___worldTransformScaleZero;
|
|
int32_t ___clipMethod;
|
|
int32_t ___childrenStencilRef;
|
|
int32_t ___childrenMaskDepth;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___headMesh;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___tailMesh;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID;
|
|
float ___compositeOpacity;
|
|
float ___backgroundAlpha;
|
|
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures;
|
|
bool ___pendingRepaint;
|
|
bool ___pendingHierarchicalRepaint;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ClippingRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ClippingRectMinusGroup;
|
|
bool ___m_ClippingRectIsInfinite;
|
|
};
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
int32_t ___version;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas;
|
|
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* ___vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___indices;
|
|
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___settings;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size;
|
|
};
|
|
struct TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76
|
|
{
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C ___allocator;
|
|
NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 ___jobParameters;
|
|
};
|
|
struct TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2
|
|
{
|
|
bool ___isBorderJob;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F ___rectParams;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509 ___borderParams;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___node;
|
|
};
|
|
struct TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_pinvoke
|
|
{
|
|
int32_t ___isBorderJob;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F ___rectParams;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke ___borderParams;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___node;
|
|
};
|
|
struct TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_com
|
|
{
|
|
int32_t ___isBorderJob;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F ___rectParams;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com ___borderParams;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___node;
|
|
};
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E
|
|
{
|
|
PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79 ___m_PropertyPath;
|
|
String_t* ___m_Path;
|
|
};
|
|
struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E_marshaled_pinvoke
|
|
{
|
|
PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_pinvoke ___m_PropertyPath;
|
|
char* ___m_Path;
|
|
};
|
|
struct BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E_marshaled_com
|
|
{
|
|
PropertyPath_tA523CA2740853534DF6C009C588464B45A6D0A79_marshaled_com ___m_PropertyPath;
|
|
Il2CppChar* ___m_Path;
|
|
};
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
uint32_t ___m_NonSerializedVersion;
|
|
};
|
|
struct LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE
|
|
{
|
|
LayoutDataAccess_t99AA56349D0BC76F3742B927F4F0DDB21511FBBA ___m_Access;
|
|
LayoutHandle_tCFE060947B4EDC8F11BF5B480181493FB578BEB6 ___m_Handle;
|
|
};
|
|
struct RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___subRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___backgroundRepeatRect;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___backgroundRepeatInstanceList;
|
|
int32_t ___backgroundRepeatInstanceListStartIndex;
|
|
int32_t ___backgroundRepeatInstanceListEndIndex;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
int32_t ___scaleMode;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___contentSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___textureSize;
|
|
int32_t ___leftSlice;
|
|
int32_t ___topSlice;
|
|
int32_t ___rightSlice;
|
|
int32_t ___bottomSlice;
|
|
float ___sliceScale;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 ___colorPage;
|
|
int32_t ___meshFlags;
|
|
};
|
|
struct RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_pinvoke
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___subRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___backgroundRepeatRect;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___backgroundRepeatInstanceList;
|
|
int32_t ___backgroundRepeatInstanceListStartIndex;
|
|
int32_t ___backgroundRepeatInstanceListEndIndex;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
int32_t ___scaleMode;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___contentSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___textureSize;
|
|
int32_t ___leftSlice;
|
|
int32_t ___topSlice;
|
|
int32_t ___rightSlice;
|
|
int32_t ___bottomSlice;
|
|
float ___sliceScale;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke ___colorPage;
|
|
int32_t ___meshFlags;
|
|
};
|
|
struct RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_com
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___subRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___backgroundRepeatRect;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___backgroundRepeatInstanceList;
|
|
int32_t ___backgroundRepeatInstanceListStartIndex;
|
|
int32_t ___backgroundRepeatInstanceListEndIndex;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionX;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 ___backgroundPositionY;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F ___backgroundRepeat;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7 ___backgroundSize;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___sprite;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___vectorImage;
|
|
int32_t ___scaleMode;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___playmodeTintColor;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___topRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomRightRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___bottomLeftRadius;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___contentSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___textureSize;
|
|
int32_t ___leftSlice;
|
|
int32_t ___topSlice;
|
|
int32_t ___rightSlice;
|
|
int32_t ___bottomSlice;
|
|
float ___sliceScale;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___spriteGeomRect;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rectInset;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com ___colorPage;
|
|
int32_t ___meshFlags;
|
|
};
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0
|
|
{
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField;
|
|
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField;
|
|
String_t* ___m_Name;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList;
|
|
Dictionary_2_tBCCCFBCAC02A3C03E3C84D75696D4860D7444A35* ___m_PropertyBag;
|
|
int32_t ___m_Flags;
|
|
String_t* ___m_ViewDataKey;
|
|
int32_t ___m_RenderHints;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___renderData;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___nestedRenderData;
|
|
int32_t ___hierarchyDepth;
|
|
int32_t ___insertionIndex;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache;
|
|
int32_t ___triggerPseudoMask;
|
|
int32_t ___dependencyPseudoMask;
|
|
int32_t ___m_PseudoStates;
|
|
int32_t ___U3CcontainedPointerIdsU3Ek__BackingField;
|
|
int32_t ___m_PickingMode;
|
|
LayoutNode_tADF081B0F16F76B66459DE38F3AD8EC098F22CBE ___m_LayoutNode;
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style;
|
|
StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext;
|
|
int32_t ___inheritedStylesHash;
|
|
uint32_t ___controlid;
|
|
int32_t ___imguiContainerDescendantCount;
|
|
bool ___m_EnabledSelf;
|
|
int32_t ___m_LanguageDirection;
|
|
int32_t ___m_LocalLanguageDirection;
|
|
Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial;
|
|
List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations;
|
|
RuntimeObject* ___m_DataSource;
|
|
PathRef_t76F7677792A14AF9D6A6EAB7F08C1A3DC2B27A55* ___m_DataSourcePath;
|
|
List_1_t592DF2E59D6E244DA0041698383484A07C7E0480* ___m_Bindings;
|
|
Type_t* ___U3CdataSourceTypeU3Ek__BackingField;
|
|
int32_t ___m_TrickleDownHandleEventCategories;
|
|
int32_t ___m_BubbleUpHandleEventCategories;
|
|
int32_t ___m_BubbleUpEventCallbackCategories;
|
|
int32_t ___m_TrickleDownEventCallbackCategories;
|
|
int32_t ___m_EventInterestSelfCategories;
|
|
int32_t ___m_CachedEventInterestParentCategories;
|
|
uint32_t ___m_NextParentCachedVersion;
|
|
uint32_t ___m_NextParentRequiredVersion;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CachedNextParentWithEventInterests;
|
|
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField;
|
|
bool ___U3CisRootVisualContainerU3Ek__BackingField;
|
|
bool ___U3CcacheAsBitmapU3Ek__BackingField;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent;
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent;
|
|
Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88* ___elementAdded;
|
|
Action_1_t66B514BE877E216616DEDD40416127189FE16FA3* ___elementRemoved;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children;
|
|
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField;
|
|
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource;
|
|
InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess;
|
|
ResolvedStyleAccess_t226CC840EBACEE31CE1139ED5F717532AFFAEB45* ___resolvedStyleAccess;
|
|
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList;
|
|
TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData;
|
|
};
|
|
struct List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655_StaticFields
|
|
{
|
|
NativeSlice_1U5BU5D_t4AA4AF19AB9FDDBD4CC8C6F7E4A9C6AC063C09FD* ___s_emptyArray;
|
|
};
|
|
struct List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37_StaticFields
|
|
{
|
|
NativeSlice_1U5BU5D_tDC36ACB61BCAC1B7A036318D24BE1BCB309EC376* ___s_emptyArray;
|
|
};
|
|
struct List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59_StaticFields
|
|
{
|
|
NativeSlice_1U5BU5D_tA62C4A6F288135B6706B31C147D9F8A7B589A990* ___s_emptyArray;
|
|
};
|
|
struct List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E_StaticFields
|
|
{
|
|
NativeSlice_1U5BU5D_t2F30D5283C1DFCDDB22E354B120151CB6D5E2320* ___s_emptyArray;
|
|
};
|
|
struct List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0_StaticFields
|
|
{
|
|
NativeSlice_1U5BU5D_t16C12F471D23F4C960D0CF0233390A24D85676C1* ___s_emptyArray;
|
|
};
|
|
struct List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E_StaticFields
|
|
{
|
|
CommandListU5BU5D_t6BF60F458BA9C07EDCC2D9E164EB802C818E8C3D* ___s_emptyArray;
|
|
};
|
|
struct List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F_StaticFields
|
|
{
|
|
EntryU5BU5D_t0E6E799F078EE7C036062CD445381B9E4DB7D918* ___s_emptyArray;
|
|
};
|
|
struct List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984_StaticFields
|
|
{
|
|
GlyphRenderModeU5BU5D_t928B45672BC0DCED70586CA14693831FEC3CC527* ___s_emptyArray;
|
|
};
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_StaticFields
|
|
{
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___s_emptyArray;
|
|
};
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
|
|
};
|
|
struct List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918_StaticFields
|
|
{
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___s_emptyArray;
|
|
};
|
|
struct List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4_StaticFields
|
|
{
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___s_emptyArray;
|
|
};
|
|
struct List_1_tCF065800FF47BB709E407B98E405036C6C82A151_StaticFields
|
|
{
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* ___s_emptyArray;
|
|
};
|
|
struct List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_StaticFields
|
|
{
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* ___s_emptyArray;
|
|
};
|
|
struct List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E_StaticFields
|
|
{
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* ___s_emptyArray;
|
|
};
|
|
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___k_UnlimitedRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___k_FullNormalizedRect;
|
|
};
|
|
struct EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields
|
|
{
|
|
Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* ___k_CreateAction;
|
|
Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* ___k_ResetAction;
|
|
};
|
|
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62_StaticFields
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_AllocateMarker;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_DrawVectorImageMarker;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_StaticFields
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorPositive;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___s_InfinityVectorNegative;
|
|
};
|
|
struct TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields
|
|
{
|
|
int32_t ___ID_MainTex;
|
|
int32_t ___ID_FaceTex;
|
|
int32_t ___ID_FaceColor;
|
|
int32_t ___ID_FaceDilate;
|
|
int32_t ___ID_Shininess;
|
|
int32_t ___ID_OutlineOffset1;
|
|
int32_t ___ID_OutlineOffset2;
|
|
int32_t ___ID_OutlineOffset3;
|
|
int32_t ___ID_OutlineMode;
|
|
int32_t ___ID_IsoPerimeter;
|
|
int32_t ___ID_Softness;
|
|
int32_t ___ID_UnderlayColor;
|
|
int32_t ___ID_UnderlayOffsetX;
|
|
int32_t ___ID_UnderlayOffsetY;
|
|
int32_t ___ID_UnderlayDilate;
|
|
int32_t ___ID_UnderlaySoftness;
|
|
int32_t ___ID_UnderlayOffset;
|
|
int32_t ___ID_UnderlayIsoPerimeter;
|
|
int32_t ___ID_WeightNormal;
|
|
int32_t ___ID_WeightBold;
|
|
int32_t ___ID_OutlineTex;
|
|
int32_t ___ID_OutlineWidth;
|
|
int32_t ___ID_OutlineSoftness;
|
|
int32_t ___ID_OutlineColor;
|
|
int32_t ___ID_Outline2Color;
|
|
int32_t ___ID_Outline2Width;
|
|
int32_t ___ID_Padding;
|
|
int32_t ___ID_GradientScale;
|
|
int32_t ___ID_ScaleX;
|
|
int32_t ___ID_ScaleY;
|
|
int32_t ___ID_PerspectiveFilter;
|
|
int32_t ___ID_Sharpness;
|
|
int32_t ___ID_TextureWidth;
|
|
int32_t ___ID_TextureHeight;
|
|
int32_t ___ID_BevelAmount;
|
|
int32_t ___ID_GlowColor;
|
|
int32_t ___ID_GlowOffset;
|
|
int32_t ___ID_GlowPower;
|
|
int32_t ___ID_GlowOuter;
|
|
int32_t ___ID_GlowInner;
|
|
int32_t ___ID_LightAngle;
|
|
int32_t ___ID_EnvMap;
|
|
int32_t ___ID_EnvMatrix;
|
|
int32_t ___ID_EnvMatrixRotation;
|
|
int32_t ___ID_MaskCoord;
|
|
int32_t ___ID_ClipRect;
|
|
int32_t ___ID_MaskSoftnessX;
|
|
int32_t ___ID_MaskSoftnessY;
|
|
int32_t ___ID_VertexOffsetX;
|
|
int32_t ___ID_VertexOffsetY;
|
|
int32_t ___ID_UseClipRect;
|
|
int32_t ___ID_StencilID;
|
|
int32_t ___ID_StencilOp;
|
|
int32_t ___ID_StencilComp;
|
|
int32_t ___ID_StencilReadMask;
|
|
int32_t ___ID_StencilWriteMask;
|
|
int32_t ___ID_ShaderFlags;
|
|
int32_t ___ID_ScaleRatio_A;
|
|
int32_t ___ID_ScaleRatio_B;
|
|
int32_t ___ID_ScaleRatio_C;
|
|
String_t* ___Keyword_Bevel;
|
|
String_t* ___Keyword_Glow;
|
|
String_t* ___Keyword_Underlay;
|
|
String_t* ___Keyword_Ratios;
|
|
String_t* ___Keyword_MASK_SOFT;
|
|
String_t* ___Keyword_MASK_HARD;
|
|
String_t* ___Keyword_MASK_TEX;
|
|
String_t* ___Keyword_Outline;
|
|
String_t* ___ShaderTag_ZTestMode;
|
|
String_t* ___ShaderTag_CullMode;
|
|
float ___m_clamp;
|
|
bool ___isInitialized;
|
|
String_t* ___k_SDFText;
|
|
String_t* ___k_BitmapText;
|
|
String_t* ___k_SpriteText;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileSDF;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_MobileBitmap;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___k_ShaderRef_Sprite;
|
|
};
|
|
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields
|
|
{
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___U3CinstanceU3Ek__BackingField;
|
|
};
|
|
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ComputeTransformMatrixMarker;
|
|
String_t* ___k_DefaultShaderName;
|
|
String_t* ___k_DefaultWorldSpaceShaderName;
|
|
};
|
|
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_ThreadStaticFields
|
|
{
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 ___s_ThreadIndex;
|
|
};
|
|
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields
|
|
{
|
|
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* ___instances;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerRegister;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUnregister;
|
|
};
|
|
struct U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_StaticFields
|
|
{
|
|
U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* ___U3CU3E9;
|
|
};
|
|
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields
|
|
{
|
|
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* ___U3CU3E9;
|
|
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* ___U3CU3E9__59_0;
|
|
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* ___U3CU3E9__59_1;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix;
|
|
};
|
|
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields
|
|
{
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___invalid;
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector;
|
|
};
|
|
struct Exception_t_StaticFields
|
|
{
|
|
RuntimeObject* ___s_EDILock;
|
|
};
|
|
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerWrite;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerCommit;
|
|
int32_t ___s_TextureCounter;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
|
};
|
|
struct RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E_StaticFields
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* ___s_SharedEntryPool;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerProcess;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerSerialize;
|
|
};
|
|
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields
|
|
{
|
|
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* ___m_DeviceFreeQueue;
|
|
int32_t ___m_ActiveDeviceCount;
|
|
bool ___m_SubscribedToNotifications;
|
|
bool ___m_SynchronousFree;
|
|
int32_t ___s_GradientSettingsTexID;
|
|
int32_t ___s_ShaderInfoTexID;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAllocate;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFree;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAdvanceFrame;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFence;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerBeforeDraw;
|
|
};
|
|
struct Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields
|
|
{
|
|
float ___nearZ;
|
|
};
|
|
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields
|
|
{
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid;
|
|
};
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_StaticFields
|
|
{
|
|
int32_t ___k_ColorId;
|
|
int32_t ___k_MainTexId;
|
|
};
|
|
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields
|
|
{
|
|
int32_t ___k_ID_MainTex;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ImmediateOverheadMarker;
|
|
};
|
|
struct TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2_StaticFields
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___IsEditorTextRenderingModeBitmap;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___IsEditorTextRenderingModeRaster;
|
|
List_1_tDC6862FA7C9B0B533109A8EC28A2142DB7D2DF2E* ___fontFeatures;
|
|
};
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
int32_t ___GenerateAllMips;
|
|
};
|
|
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___identityTransformTexel;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___infiniteClipRectTexel;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___fullOpacityTexel;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___clearColorTexel;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___defaultTextCoreSettingsTexel;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityTransformValue;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow0Value;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow1Value;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow2Value;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___infiniteClipRectValue;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullOpacityValue;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clearColorValue;
|
|
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___defaultTextCoreSettingsValue;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___identityTransform;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___infiniteClipRect;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___fullOpacity;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clearColor;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defaultTextCoreSettings;
|
|
int32_t ___s_DefaultShaderInfoTextureRefCount;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexture;
|
|
};
|
|
struct MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerDrawRectangle;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerDrawBorder;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerDrawVectorImage;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_MarkerDrawRectangleRepeat;
|
|
};
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
|
|
};
|
|
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields
|
|
{
|
|
uint32_t ___s_NextId;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList;
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey;
|
|
String_t* ___disabledUssClassName;
|
|
int32_t ___s_FinalizerCount;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___childCountProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___contentRectProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___dataSourcePathProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___dataSourceProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___disablePlayModeTintProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___enabledInHierarchyProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___enabledSelfProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___layoutProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___languageDirectionProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___localBoundProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___nameProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___panelProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___pickingModeProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___styleSheetsProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___tooltipProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___usageHintsProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___userDataProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___viewDataKeyProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___visibleProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___visualTreeAssetSourceProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___worldBoundProperty;
|
|
BindingId_t8BBB6188CD126EACCA07816C78760E92DC16620E ___worldTransformProperty;
|
|
uint32_t ___s_NextParentVersion;
|
|
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList;
|
|
CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath;
|
|
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey;
|
|
Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* m_Items[1];
|
|
|
|
inline List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E** 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, List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* m_Items[1];
|
|
|
|
inline Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9** 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, Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 m_Items[1];
|
|
|
|
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* 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, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B m_Items[1];
|
|
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* 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, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* m_Items[1];
|
|
|
|
inline List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599** 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, List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
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;
|
|
}
|
|
};
|
|
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;
|
|
}
|
|
};
|
|
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;
|
|
}
|
|
};
|
|
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 m_Items[1];
|
|
|
|
inline VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948* 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, VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C m_Items[1];
|
|
|
|
inline AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* 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, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) float m_Items[1];
|
|
|
|
inline float GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline float* 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, float value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline float GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 m_Items[1];
|
|
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2* 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, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C m_Items[1];
|
|
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C* 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, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled);
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled);
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled);
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(const ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled, ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0& unmarshaled);
|
|
IL2CPP_EXTERN_C void ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_back(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_cleanup(BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_back(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled);
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_cleanup(BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled);
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared (Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared (LinkedPoolItem_1_tD677E54AEDFCA19642ADA7F09E665AC2A79625DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797_gshared (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213_gshared (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_gshared (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807_gshared (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_gshared (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_gshared (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_gshared (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_gshared (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_gshared (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_gshared (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_gshared_inline (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_gshared (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_gshared (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_gshared (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_gshared (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m25F8C6095172E75DEE8A43E857889659DFC4DCE9_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImplicitPool_1__ctor_m7080F9327A1A384D9BC2FC403CCC7CB12E8D4950_gshared (ImplicitPool_1_t3616E09365F6576C89A2C428540368CE89CCB174* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_createAction, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___1_resetAction, int32_t ___2_startCapacity, int32_t ___3_maxCapacity, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ImplicitPool_1_Get_m0449A737C52F60CE6F55A229B7510440B761184E_gshared (ImplicitPool_1_t3616E09365F6576C89A2C428540368CE89CCB174* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_mD550E89582979ECB0D6E6D68F0237FC14708BE85_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImplicitPool_1_ReturnAll_m45291AD3897476BE507C985235AE173D7A3CD1AD_gshared (ImplicitPool_1_t3616E09365F6576C89A2C428540368CE89CCB174* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_gshared_inline (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2_gshared (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* ___0_result, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB_gshared (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_gshared (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6_gshared (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640_gshared (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_gshared_inline (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_thisSlice, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_nativeSlice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_nativeSlice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662_gshared (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E_gshared (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B* ___0_result, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_gshared (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6_gshared (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5_gshared (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599_gshared (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D_gshared (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B_gshared (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077 List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000_gshared (List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8_gshared (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_gshared_inline (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_gshared (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 ___0_nativeSlice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85_gshared (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C_gshared (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C_gshared (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0_gshared (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11 List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39_gshared (List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E_gshared (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_gshared_inline (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_gshared (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B ___0_nativeSlice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948_gshared (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A_gshared (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57_gshared (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481_gshared (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993 List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785_gshared (List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910_gshared (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_gshared_inline (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_gshared (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 ___0_nativeSlice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8_gshared (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7_gshared (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A_gshared (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7_gshared (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3_gshared (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16_gshared (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F_gshared (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307_gshared (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3_gshared (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E_gshared (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_gshared (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A_gshared (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1_gshared (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_gshared (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_gshared_inline (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_gshared_inline (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_gshared (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E_gshared (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_gshared (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3_gshared (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C_gshared (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D_gshared (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802_gshared (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7C3D0A1FD36704AFBBE4FD4E69204B809D3FC90E_gshared (List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745_gshared (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mDE2F02C693FD9EAA8F93873E407BC46C47ACFC7A_gshared (List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, float ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_gshared_inline (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_gshared (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_gshared (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_gshared (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_gshared (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_gshared (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_gshared (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, int32_t ___0_index, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_gshared (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_gshared (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_gshared (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_gshared (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_gshared_inline (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_gshared (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E_gshared (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, uint16_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_gshared (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5_gshared (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8_gshared (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_gshared (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7_gshared (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D_gshared (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F_gshared (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548_gshared (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_gshared (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_gshared (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_slice, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE_gshared (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___0_nativePagedList, int32_t ___1_offset, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2_gshared (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113_gshared (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_gshared (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, int32_t ___0_index, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m0830B25F952D7499147A764B49FDDC3C4389EA30_gshared (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m446487BF7F55E757E7D552B2436AD74AC354EA99_gshared (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, float ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_mE6F81248246BFFBD68E9720229EAA10255F64658_gshared (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m2E6F0EF4A4C9E947917DACE45957A7888BE26A19_gshared (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___0_item, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method) ;
|
|
inline Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760 List_1_GetEnumerator_m5AB357B341782341F28B413C2324F47A938B40F4 (List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760 (*) (List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_mA80CA333461ED4A651AB4020F0887936236F0B14 (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
inline CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* Enumerator_get_Current_mC10BB309913B7F42222BCDC9D7F34687A8337402_inline (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* (*) (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandList_Dispose_mBF9750671C4D3A6810207557863E80C4C41FA80D (CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* __this, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_mB0248D0C615DE01B62D01B71C888FD204643A240 (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE (DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshHandle__ctor_m000E1D4AFFFF44FB73C577EBACEAFE307D563BDE (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockPool__ctor_m6692A8FE6D052C519D3C60E69427BCD3FBED3F6A (BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* __this, const RuntimeMethod* method) ;
|
|
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);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_BestFitFindAvailableBlock_mD62D1F1276CD0306BD7A880B800956F449BFC152 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Block_get_size_mAA4F0F88023DA4FF93727B8BD1F72B7544AF47BD (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D (bool ___0_condition, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_SplitBlock_m248D4E5BCA1AFDDA83CD6BE9BF410B8F87DAECAB (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, uint32_t ___1_size, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6 (bool ___0_condition, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, const RuntimeMethod* method) ;
|
|
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);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Block__ctor_m63E8975B0F59FF5EE83E9D95AB86C9AB78823AEF (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* __this, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_mB91C598BF4B2FC0922F88920C97D3302B39C4E96 (Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t4AC33020F32B9919AFABC2E593B16A92E4DEEEE5*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Action_1__ctor_mF9B88F224502C968F8174D7D2FBE668DD77CBB8B (Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tA37ECB651C08AD5DDFF46DF8996415A5FB132ED5*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
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);
|
|
}
|
|
inline void LinkedPoolItem_1__ctor_m7F110DA1F7E20E77FC671D179EDC80D82A6FC5DA (LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedPoolItem_1_t1EEADB3183DB84148A2A6AE200F93F5D51CE51C5*, const RuntimeMethod*))LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, uint32_t ___0_size, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_totalSize_mCBA39078AE7200F14A3D2F474A8523CDCCFF3F73_inline (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_HighLowCollide_mF242CDB10E03C2947A159CA82A86DD0E039A6406 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78 (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
|
|
inline void DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797 (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A*, int32_t, uint32_t, uint32_t, uint32_t, const RuntimeMethod*))DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797_gshared)(__this, ___0_bufferType, ___1_totalCount, ___2_maxQueuedFrameCount, ___3_updateRangePoolSize, method);
|
|
}
|
|
inline void DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213 (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, int32_t ___0_bufferType, uint32_t ___1_totalCount, uint32_t ___2_maxQueuedFrameCount, uint32_t ___3_updateRangePoolSize, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB*, int32_t, uint32_t, uint32_t, uint32_t, const RuntimeMethod*))DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213_gshared)(__this, ___0_bufferType, ___1_totalCount, ___2_maxQueuedFrameCount, ___3_updateRangePoolSize, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method) ;
|
|
inline void DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01 (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB*, const RuntimeMethod*))DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_gshared)(__this, method);
|
|
}
|
|
inline void DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807 (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A*, const RuntimeMethod*))DataSet_1_Dispose_mD12AA80FA56001813C547DECAE9061F84CE98807_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Page_set_disposed_m6AAC6283536E280359ADC7BEB63E8FDC89B58E26_inline (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUBufferAllocator_get_isEmpty_m5D8F554F1F77B48F6C6EBE6C8F1BBE4C674F42FA (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, const RuntimeMethod* method) ;
|
|
inline void Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*, const RuntimeMethod*))Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
|
|
inline void Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6, const RuntimeMethod*))Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, const RuntimeMethod*))Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_gshared)(__this, method);
|
|
}
|
|
inline void Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D, const RuntimeMethod*))Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
inline void Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*, int32_t, const RuntimeMethod*))Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, int32_t, const RuntimeMethod*))Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, float ___1_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 Utility_GetActiveViewport_mBD15484BBD5C3FC53D138D775E6DBA1857290C7E (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RectInt_Overlaps_m9E82E1C8BFDA3297221E5FDC8B8773AD3F50C4EE_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Utility_GetUnityProjectionMatrix_m8A3811628DD34AEB8F339749F579FB6B8A562200 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_current_m25217A02CB09E3BD50E3E0327879E870AD58C6C3 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7 (const RuntimeMethod* method) ;
|
|
inline int32_t Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_inline (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, const RuntimeMethod*))Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_DisableScissor_mBBB317D30B26224F4B85D15AAE82588E91206562 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope__ctor_m5251E311D308625C438134442CA69D75E872DCD4 (ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_objectTransform, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_clipRect, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope_Dispose_m39F5E11A8E9346D5ADE850A5A600A675589E786D (ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetupCurrent_m564B3A5A985E2DF0C7CE924FD93CD9545002C515 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cur, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_value, const RuntimeMethod* method) ;
|
|
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 (*) (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*, const RuntimeMethod*))Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadProjectionMatrix_m4310EBD83BF1858124306A227C18FF52152718BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_mat, const RuntimeMethod* method) ;
|
|
inline Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, const RuntimeMethod*))Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetScissorRect_m663CB0AA5510907C659DC9D6AF9799B74AABA92E (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_scissorRect, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_ComputeMatrixRelativeToRenderTree_m5F3A2B67746A3195F04D5AE990F89187236DF82A (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_transform, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RenderData_get_clippingRect_mA9C8E3A3BA56D19DE5BF1994C97BB465C92EF432 (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_PushScissor_mAB1EEEAA694D2F0A5496CE814553A11E7A9DA835 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_scissor, float ___2_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 (*) (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*, const RuntimeMethod*))Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_PopScissor_m11D536CBA6E11344F7FE85D507EDE425927DB64D (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, float ___1_pixelsPerPoint, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_r0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_r1, const RuntimeMethod* method) ;
|
|
inline Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D (*) (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*, const RuntimeMethod*))Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA (float ___0_val1, float ___1_val2, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mE913811A2F7566294BF4649A434282634E7254B3 (float ___0_val1, float ___1_val2, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_xMin, int32_t ___1_yMin, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_width_mCD96AA9D096114147F8411A340CE4AD3476DCD4C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
inline void LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE (LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9*, const RuntimeMethod*))LinkedPoolItem_1__ctor_mA018ED386AC444CF69EA75D204B24C5CE97FB4A3_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JobsUtility_get_ThreadIndexCount_m88A954344398143540618B35943F863B92465676 (const RuntimeMethod* method) ;
|
|
inline void Stack_1__ctor_mE2F8F28B622571A49E473C999FEF8B88E12405C9 (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*, int32_t, const RuntimeMethod*))Stack_1__ctor_m25F8C6095172E75DEE8A43E857889659DFC4DCE9_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void ImplicitPool_1__ctor_mC4C3D32B7B444473AB97C47895BEC0E9E256AB62 (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* __this, Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* ___0_createAction, Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* ___1_resetAction, int32_t ___2_startCapacity, int32_t ___3_maxCapacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412*, Func_1_t982CB7A062BCE4087A4D33590F111E883F594359*, Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA*, int32_t, int32_t, const RuntimeMethod*))ImplicitPool_1__ctor_m7080F9327A1A384D9BC2FC403CCC7CB12E8D4950_gshared)(__this, ___0_createAction, ___1_resetAction, ___2_startCapacity, ___3_maxCapacity, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRUtility_GetThreadIndex_m1079EE74D7D8108D57CBF42D7AD36CB7707A11C2_inline (const RuntimeMethod* method) ;
|
|
inline int32_t Stack_1_get_Count_m6C2A89A16CF7A4FF016A4BC9C84F98B6F6119338_inline (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
inline Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ImplicitPool_1_Get_m85AE112788AAAF673186F3AA802CAD0294C0CB1F (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* (*) (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412*, const RuntimeMethod*))ImplicitPool_1_Get_m0449A737C52F60CE6F55A229B7510440B761184E_gshared)(__this, method);
|
|
}
|
|
inline void Stack_1_Push_mDBF86E4D1EDD18644C9F2AB2D0EEE673E36CA400 (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* Stack_1_Pop_mA3AEF8B1C274D685F16D19AE62443A62E0EE9AB5 (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* (*) (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
|
}
|
|
inline void Stack_1_Clear_m6C106A5B813386999C4368FEA8408C9A1C84DE95 (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*, const RuntimeMethod*))Stack_1_Clear_mD550E89582979ECB0D6E6D68F0237FC14708BE85_gshared)(__this, method);
|
|
}
|
|
inline void ImplicitPool_1_ReturnAll_m6BD0ED778140E04DA1A0D375D343D76E311EEE67 (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412*, const RuntimeMethod*))ImplicitPool_1_ReturnAll_m45291AD3897476BE507C985235AE173D7A3CD1AD_gshared)(__this, method);
|
|
}
|
|
inline void Func_1__ctor_m558C36349018B75ED03DA7C7285AC06C1D4A4E4D (Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t982CB7A062BCE4087A4D33590F111E883F594359*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Action_1__ctor_m0FEAE0E4832156DC30A3768EDD77ACD093800BD7 (Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m2E1DFA67718FC1A0B6E5DFEB78831FFE9C059EB4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m48B13A5F425AC044F3901D8E9FB88E51F4CA25EF (U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_m2EF86B00D2AEDE80147617D0499E5C6768ED23AC (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_Reset_m9A4AFCC8A579ED818FE2E1D6B34F5EB42A978675 (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* __this, const RuntimeMethod* method) ;
|
|
inline void List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_inline (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, const RuntimeMethod*))List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_entry, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
inline int32_t Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_inline (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE*, const RuntimeMethod*))Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_Add_mAC9BF7DC1E52DB57D4313988CDD8D7D61640C648_inline (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, const RuntimeMethod*))NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F (const RuntimeMethod* method) ;
|
|
inline int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, const RuntimeMethod*))NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_Add_m795DAC107A1867F9C64F8F4FDDDEE9D923C8C4BF (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, const RuntimeMethod* method) ;
|
|
inline int32_t List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_inline (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
inline bool Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2 (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE*, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*, const RuntimeMethod*))Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2_gshared)(__this, ___0_result, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
inline void Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE*, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C, const RuntimeMethod*))Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C, const RuntimeMethod*))List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958 (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, int32_t, const RuntimeMethod*))List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void List_1__ctor_m0BFC03A4ED5890195C10B8308A908F10B13FA1DA (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6 (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE*, int32_t, const RuntimeMethod*))Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderTreeManager_get_device_m35110EF1CEF0E13FABFEFD579CABDA81D5335310_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_PreProcess_mDE17D36C20EFCE7C50FEDF76810647759D6F7921 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_root, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
inline int32_t List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, const RuntimeMethod*))List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderData_get_hasExtraMeshes_m5C633F6BAC7B522BB278D8C6BB0C0FEAC9B950BD_inline (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTreeManager_FreeExtraMeshes_m4432E17A9175C2C352ABA59D726C700F2A3ECBAD (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTreeManager_ResetTextures_m2845BB213631F75C75A07AF367BBFCAA460265BF (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderData_get_isGroupTransform_m6468EE90AFB0A8428B7303E799083782E8B42835_inline (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* __this, const RuntimeMethod* method) ;
|
|
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) ;
|
|
inline void Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640 (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*, const RuntimeMethod*))Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_ClearReferences_mF449FCAD2899EB12652343DA77E9BFD52909C8B6 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_firstHeadCommand_mBE104E8C906F5FA965B9D0507EE01020395EF89A_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_lastHeadCommand_m088C5FC5037309F7BDAB270EDBDB4EF7BDC0593E_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_firstTailCommand_m398CD7397CA43A58357445F4CA2BB7C89CFC3922_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_lastTailCommand_m08E9498996AFCE23F1F485A484140DD3FFC88E98_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessFirstAlloc_m6DE39BC922047D750296D27B394840A174E900C7 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, List_1_tCF065800FF47BB709E407B98E405036C6C82A151* ___0_allocList, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** ___1_mesh, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EntryPreProcessor_get_childrenIndex_m34DE5797C9193E6D87B1E0E47C3E6B69035AA512_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, int32_t ___0_first, int32_t ___1_last, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* EntryPreProcessor_get_flattenedEntries_m9CAA092B86D2D53B86C61C3F07C2730D4A23F94F_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
inline int32_t Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_inline (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*, const RuntimeMethod*))Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_gshared_inline)(__this, method);
|
|
}
|
|
inline Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* List_1_get_Item_mBFF504097D352A9C3488B9148BA7E429827E7F44 (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* (*) (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_entry, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_textureId, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderTreeManager_get_atlas_m1F4883A7FBB1B14BD27D4D6C29F85BCD1841BC13_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578 (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_src, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___2_id, bool ___3_isAtlas, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5 (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderTreeManager_get_vectorImageManager_mB11BA851B05B0256E9C075960F8C9BF0FD02B246_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625 (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_next, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_DrawReverseMask_m5C12D6218832AE35EE676823A4ECF62E3F13899C (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessNextAlloc_mED9B7C12714E2576C5543C809BC6605D786F5B04 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_GetVerticesTransformInfo_m2832F7F7AA59C6AC1573E5E531E7AA05CD83C88D (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_transform, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
|
|
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)
|
|
{
|
|
return (( NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_gshared)(___0_thisSlice, ___1_start, ___2_length, method);
|
|
}
|
|
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)
|
|
{
|
|
return (( NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_gshared)(___0_thisSlice, ___1_start, ___2_length, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRUtility_ShapeWindingIsClockwise_mCB54BE4682881EE9A1EDC154E0C9C655FB8883DF_inline (int32_t ___0_maskDepth, int32_t ___1_stencilRef, const RuntimeMethod* method) ;
|
|
inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_nativeSlice, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_gshared)(___0_nativeSlice, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D (void* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3 (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
|
|
inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_nativeSlice, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_gshared)(___0_nativeSlice, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderTreeManager_get_isFlat_mBEF4B1D5E0BAC4606D60130DBC23EFC07A2515B5_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* RenderTreeManager_get_jobManager_mCFD0DB0F9AD9E6F232B8A11087BEEFC9AD773ABD_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Add_m67E5C5C0D9AD911FDA18CB3407E7D52A63F238FD (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* ___0_job, const RuntimeMethod* method) ;
|
|
inline void Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662 (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B, const RuntimeMethod*))Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_CreateMeshDrawCommand_m7D4E592F3A0F48CD7EF1701A404FC6279E479B14 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, int32_t ___1_indexCount, int32_t ___2_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___4_texture, const RuntimeMethod* method) ;
|
|
inline bool Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*, MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B*, const RuntimeMethod*))Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E_gshared)(__this, ___0_result, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Add_m7C7A8BA3BAD7E045640D438875D98910B73E2070 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8* ___0_job, const RuntimeMethod* method) ;
|
|
inline AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7 (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, int32_t, const RuntimeMethod*))List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* RenderTreeManager_get_statsByRef_m8EF071157397B9D3C84F269DF5714E680FA46F58 (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_UpdateOrAllocate_m60176BFF61ED2A6CDBD2000EB22E68E00647DDAA (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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTreeManager_InsertExtraMesh_m06E31CEF21342DBB09ECDC91351B3B12A7801032 (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___0_renderData, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___1_mesh, const RuntimeMethod* method) ;
|
|
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) ;
|
|
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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor__ctor_mC9F66325C7C577C763300E59F0E00196432E6405 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method) ;
|
|
inline void Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6 (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*, int32_t, const RuntimeMethod*))Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4 (EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969 (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___1_entry, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextureId_IsValid_mD1F9B7DA90F32FE6B1D601652AC64BDC68606F2F (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___1_entry, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_disposed_m17E7BF319F63EB21F3E9F8CD1E4CD39FAF2A671C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Reset_m9BA30E0D7CBFF91C78D1561934BA5EA2C30EA8A5 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F (RuntimeObject* ___0_disposable, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352 (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* __this, float ___0_f0, float ___1_f1, float ___2_f2, float ___3_f3, int32_t ___4_destX, int32_t ___5_destY, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* __this, int32_t ___0_v0, int32_t ___1_v1, int32_t ___2_destX, int32_t ___3_destY, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_MustCommit_m8B96F6854A1F1D5A0B826A2C93BD7C09355CA26C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_PrepareAtlas_mF61F90B14225B81E7D2A22169262698E4A357B1E (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixels32_m169F9873A21FB8DECA24DC1B8F06FB23D13BEE2A (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___0_colors, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mB1445796B2A76B3D867B2603205F513AF494B9F3 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_textureFormat, int32_t ___3_mipCount, bool ___4_linear, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5 (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*, NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022*, const RuntimeMethod*))NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5_gshared)(__this, ___0_data, method);
|
|
}
|
|
inline void NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599 (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*, ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1*, const RuntimeMethod*))NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599_gshared)(__this, ___0_data, method);
|
|
}
|
|
inline void NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*, CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8*, const RuntimeMethod*))NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D_gshared)(__this, ___0_data, method);
|
|
}
|
|
inline List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* (*) (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*, const RuntimeMethod*))NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B_gshared)(__this, method);
|
|
}
|
|
inline Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077 List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000 (List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077 (*) (List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59*, const RuntimeMethod*))List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8 (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077*, const RuntimeMethod*))Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8_gshared)(__this, method);
|
|
}
|
|
inline NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_inline (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 (*) (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077*, const RuntimeMethod*))Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_gshared_inline)(__this, method);
|
|
}
|
|
inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 ___0_nativeSlice, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_gshared)(___0_nativeSlice, method);
|
|
}
|
|
inline int32_t NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85 (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882*, const RuntimeMethod*))NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobProcessor_ScheduleNudgeJobs_mC3C0C6F856264646767483FDDE321FB0C73FE855 (intptr_t ___0_buffer, int32_t ___1_jobCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077*, const RuntimeMethod*))Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0 (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* __this, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*, const RuntimeMethod*))NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C_gshared)(__this, method);
|
|
}
|
|
inline List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0 (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* (*) (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*, const RuntimeMethod*))NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0_gshared)(__this, method);
|
|
}
|
|
inline Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11 List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39 (List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11 (*) (List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655*, const RuntimeMethod*))List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11*, const RuntimeMethod*))Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E_gshared)(__this, method);
|
|
}
|
|
inline NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_inline (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B (*) (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11*, const RuntimeMethod*))Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_gshared_inline)(__this, method);
|
|
}
|
|
inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2 (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B ___0_nativeSlice, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_gshared)(___0_nativeSlice, method);
|
|
}
|
|
inline int32_t NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948 (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B*, const RuntimeMethod*))NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobProcessor_ScheduleConvertMeshJobs_m6D8068AB5B170640DEBE3899EF6F714B607530B2 (intptr_t ___0_buffer, int32_t ___1_jobCount, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11*, const RuntimeMethod*))Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A_gshared)(__this, method);
|
|
}
|
|
inline void NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57 (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*, const RuntimeMethod*))NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57_gshared)(__this, method);
|
|
}
|
|
inline List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481 (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* (*) (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*, const RuntimeMethod*))NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481_gshared)(__this, method);
|
|
}
|
|
inline Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993 List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785 (List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993 (*) (List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37*, const RuntimeMethod*))List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910 (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993*, const RuntimeMethod*))Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910_gshared)(__this, method);
|
|
}
|
|
inline NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_inline (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 (*) (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993*, const RuntimeMethod*))Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_gshared_inline)(__this, method);
|
|
}
|
|
inline void* NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9 (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 ___0_nativeSlice, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0, const RuntimeMethod*))NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_gshared)(___0_nativeSlice, method);
|
|
}
|
|
inline int32_t NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8 (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0*, const RuntimeMethod*))NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobProcessor_ScheduleCopyMeshJobs_mB7AE520F58B9927278955C4C39F80C9BA272F46F (intptr_t ___0_buffer, int32_t ___1_jobCount, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7 (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993*, const RuntimeMethod*))Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7_gshared)(__this, method);
|
|
}
|
|
inline void NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*, const RuntimeMethod*))NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Dispose_m5275BF8291FB8F2EF16E9BB247C5E642A6158EC8 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JobManager_get_disposed_m1D44ED01E54131EC104ECE6A8C89F771EC1486A3_inline (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7 (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*, const RuntimeMethod*))NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7_gshared)(__this, method);
|
|
}
|
|
inline void NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3 (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*, const RuntimeMethod*))NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3_gshared)(__this, method);
|
|
}
|
|
inline void NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16 (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*, const RuntimeMethod*))NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Dispose_m6CE4AD5F39809CAC885ABAD1A579E6FC222EBE0F (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JobManager_set_disposed_mA7FF425DA05D4E99F89FF1A59D156A634AC6794A_inline (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F_gshared)(__this, ___0_poolCapacity, ___1_firstPageAllocator, ___2_otherPagesAllocator, method);
|
|
}
|
|
inline void NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307 (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307_gshared)(__this, ___0_poolCapacity, ___1_firstPageAllocator, ___2_otherPagesAllocator, method);
|
|
}
|
|
inline void NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3 (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3_gshared)(__this, ___0_poolCapacity, ___1_firstPageAllocator, ___2_otherPagesAllocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger__ctor_m434D3B31FF11BBABEDE8917E188DC2B10BF51496 (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobHandle_CombineDependencies_m5B482F42E4C9CAC22FF24C1BF76F3AFB870DBB3E (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_jobs, const RuntimeMethod* method) ;
|
|
inline NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277 (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 (*) (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_gshared)(___0_thisArray, ___1_start, ___2_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobHandle_CombineDependencies_m97D94C038D7FAF721612B7BBE2147B05FCFF5C40 (NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 ___0_jobs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Dispose_m6B2AA8B6E5FBA4A83C43FD5D87C4A986D466805B (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JobMerger_get_disposed_m3C23A63A09573145E14DC129A7F8303B249B2EBE_inline (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*, const RuntimeMethod*))NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JobMerger_set_disposed_mE922866C09D73B3EF4FCFBD99F4FC1F113965A6F_inline (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline void Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1 (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
inline void Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82 (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08, const RuntimeMethod*))Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*, const RuntimeMethod*))Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_inline (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9*, const RuntimeMethod*))Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_gshared_inline)(__this, method);
|
|
}
|
|
inline CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84 (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 (*) (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*, const RuntimeMethod*))Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927 (CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 ___0_ci, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___1_mgc, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9*, const RuntimeMethod*))Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_inline (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* MeshGenerationContext_get_visualElement_m5BD62AB93701F205885266F97A216B7E0EE7BC31_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext_End_mE8610A0108D65B726716F089D23E0E1BABA1ED55 (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_Dispose_m43FA429C45AF5A7575C0D7A99B7075CD5E463A58 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MeshGenerationDeferrer_get_disposed_mA4DCFD2B1C8B313658B7249793BF00343B9AFB91_inline (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_set_disposed_m53F8C5DCF6C98A78560FA471585A0DAAA54CF50C_inline (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline void Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*, int32_t, const RuntimeMethod*))Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
inline void Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3 (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9*, int32_t, const RuntimeMethod*))Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandlePool__ctor_m23D9993FE958E8F43DB1BEBA49D79C4F50A9CA19 (GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* __this, int32_t ___0_capacity, int32_t ___1_allocBatchSize, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m241E24715CC5F6293DC90A4D25884548BAD0D602 (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextGenerationSettings__ctor_mA20608A16443434DAE9FEF0BF8BD076270FA660E (TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D (const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0*, const RuntimeMethod*))List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E*, const RuntimeMethod*))List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_mD3639440D8DA82147DC9629DE83F253326590E28 (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802 (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, const RuntimeMethod*))List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_m75D8592E29191AA043FCA0F1A20F3A586C2CF596 (List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984*, const RuntimeMethod*))List_1__ctor_m7C3D0A1FD36704AFBBE4FD4E69204B809D3FC90E_gshared)(__this, method);
|
|
}
|
|
inline void List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745 (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, int32_t, const RuntimeMethod*))List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745_gshared)(__this, ___0_capacity, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationCallback__ctor_mF5DE3F56327858A3E5FF0F01AF1CF57C0AA3EB26 (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextJobSystem__ctor_m59F7FC712C06F551A769CEEC3FE6D9436667357E (TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_set_textJobSystem_m9B4BD761CA76DF3C5F2ABFCE431999FE5D2B8353_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderTopLeftRadius_m67D177E6AF91CC1413FCA6EA2675FEC54AD84974 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_borderRectSize, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderBottomLeftRadius_m0591621DC5BDEF35B0F24C7791A9244BCC72D87E (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderTopRightRadius_m65B3C6F4578C9512769A4CDBC59E15C8C840A588 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ComputedStyle_get_borderBottomRightRadius_m570211084F0CD1C730B7F7D3A6510394895CC980 (ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ;
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_mC6B7A89D831773B30421C937E934D58B64FF61F7_inline (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* __this, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t List_1_get_Item_m556FFF46D3934C7FD10392613E00E8D495B9B1B4 (List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984*, int32_t, const RuntimeMethod*))List_1_get_Item_mDE2F02C693FD9EAA8F93873E407BC46C47ACFC7A_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextGeneratorUtilities_IsBitmapRendering_m93C5008776EEDD84825ED2133CDA0FC66DD56EEA (int32_t ___0_glyphRenderMode, const RuntimeMethod* method) ;
|
|
inline int32_t List_1_get_Count_mED079FEB063B8FEF7F43AED70CB562DD77470DE2_inline (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3 (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* (*) (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture2D_get_format_mE39DD922F83CA1097383309278BB6F20636A7D9D (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, float, const RuntimeMethod*))List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawText_m01EB09E76E103C71074CE2F229718799D48D0EF2 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* ___0_vertices, List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* ___1_indices, List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* ___2_atlases, List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* ___3_renderModes, List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* ___4_sdfScales, const RuntimeMethod* method) ;
|
|
inline void List_1_Clear_mBFD86AB2F85FB10B7CBA3FABFCD5AB785B271EDA_inline (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
|
}
|
|
inline void List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, const RuntimeMethod*))List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_inline (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0*, const RuntimeMethod*))List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_gshared_inline)(__this, method);
|
|
}
|
|
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 (*) (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0*, int32_t, const RuntimeMethod*))List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6 (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A (*) (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E*, int32_t, const RuntimeMethod*))List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_MakeText_m1F5EE305C26FE3BA9ACDBDD1352FE9FB0193330A (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, bool ___3_isSdf, float ___4_sdfScale, float ___5_sharpness, bool ___6_multiChannel, const RuntimeMethod* method) ;
|
|
inline float List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50 (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, int32_t, const RuntimeMethod*))List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* MeshGenerationContext_get_entryRecorder_m0AE5D8E72A6B3046981F33DC0C18BB6CD458BE14_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* MeshGenerationContext_get_parentEntry_m3268F4013D059959D8D269C0093B604D74B22313_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawSdfText_m8C05A0D3CA3C334A2B9617F8137ECB5D724CE88D (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_texture, float ___4_scale, float ___5_sharpness, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawRasterText_m83C71FD9C47E9D983FD1602D7D24F99FA0DF1719 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_texture, bool ___4_multiChannel, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_ToNativeParams_m2918D7BE66764D854C9B3641B39AA4459E387999 (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___0_nativeRectParams, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39 (GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* __this, RuntimeObject* ___0_target, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* Sprite_get_triangles_m5D2A3D916814891FF5DF236D8A2D72C89A66EFD4 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext_InsertUnsafeMeshGenerationNode_mD5EA6DC3E153CD95EFC696521251D1A46FBF62C3 (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* ___0_node, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2, const RuntimeMethod*))List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_DoDrawRectangleRepeat_m004BF778C004F01A67BDAFF237D207AA84D96F70_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_totalRect, float ___2_scaledPixelsPerPoint, const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566 (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, const RuntimeMethod*))List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_gshared)(__this, method);
|
|
}
|
|
inline void List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, const RuntimeMethod*))List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42 (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6 (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9 (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C, const RuntimeMethod*))List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AlignmentUtils_CeilToPixelGrid_m4A98E79C0F6956E4D814A27197271F6A281624AE (float ___0_v, float ___1_pixelsPerPoint, float ___2_offset, const RuntimeMethod* method) ;
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5 (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, int32_t, const RuntimeMethod*))List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline void List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51 (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, int32_t ___0_index, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, int32_t, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C, const RuntimeMethod*))List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline int32_t List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, const RuntimeMethod*))List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m5665723DD0443E990EA203A54451B2BB324D8224_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_source, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207 (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, int32_t ___0_poolCapacity, int32_t ___1_firstPageAllocator, int32_t ___2_otherPagesAllocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_gshared)(__this, ___0_poolCapacity, ___1_firstPageAllocator, ___2_otherPagesAllocator, method);
|
|
}
|
|
inline int32_t NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891 (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, const RuntimeMethod*))NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_gshared)(__this, method);
|
|
}
|
|
inline Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, const RuntimeMethod*))List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75*, const RuntimeMethod*))Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_gshared)(__this, method);
|
|
}
|
|
inline RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_inline (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C (*) (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75*, const RuntimeMethod*))Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_StampRectangleWithSubRect_mE1EC234B8950B71B6E75814252624108B6D30B4E (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_targetRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_totalRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_targetUV, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** ___4_backgroundRepeatInstanceList, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D ___0_rectParams, const RuntimeMethod* method) ;
|
|
inline bool Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75*, const RuntimeMethod*))Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_gshared)(__this, method);
|
|
}
|
|
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) ;
|
|
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) ;
|
|
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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasSlices_mE8C8A8E25FC90446E4864F1F84D44F78502D56E7 (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, float ___0_epsilon, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_RectIntersection_m86CF873F0F81BBED370B25621CAEA85DC936250B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_a, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Rect_op_Equality_mF2A038255CAF5F1E86079B9EE0FC96DE54307C1F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_lhs, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_rhs, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D ___0_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D, const RuntimeMethod*))NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E_gshared)(__this, ___0_data, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Cross_mF93A280558BCE756D13B6CC5DCD7DE8A43148987_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
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_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, int32_t, uint16_t, const RuntimeMethod*))NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline int32_t List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, const RuntimeMethod*))List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*, const RuntimeMethod*))NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_gshared)(__this, method);
|
|
}
|
|
inline void NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5 (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8 (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, int32_t, const RuntimeMethod*))List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline void List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, const RuntimeMethod*))List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_gshared_inline)(__this, method);
|
|
}
|
|
inline NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 (*) (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_gshared)(___0_thisArray, ___1_start, ___2_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext_GetTempMeshAllocator_m55D086A87FD210C5651F45A86D424787A5F6325B (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* ___0_allocator, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7_gshared)(___0_jobData, ___1_arrayLength, ___2_innerloopBatchCount, ___3_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext_AddMeshGenerationJob_mE4B15CCA86E8D7674CFC0B8815C965C31DBF18B0 (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_jobHandle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationContext_AddMeshGenerationCallback_mFEC434C2C1DC64DCEA93753EB7357C870C3D7A5B (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* ___0_callback, RuntimeObject* ___1_userData, int32_t ___2_callbackType, bool ___3_isJobDependent, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, const RuntimeMethod*))NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandlePool_ReturnAll_m4CA6FE74E837F1DFE777F2CBD6B53DD9C7549EE8 (GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_Dispose_mE5D9CE39F3B2EC22187799F8C3AC484BCD3C774C (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MeshGenerator_get_disposed_m252F8A2251B6E21201475223482D040285655BDB_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, const RuntimeMethod* method) ;
|
|
inline void NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, const RuntimeMethod*))NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandlePool_Dispose_m20366AC5A8BE211053F3F9C480CF6885E41F45DE (GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_set_disposed_m93CB2C56225893294763BD2646EC07607115995C_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderParams_ToNativeParams_m09D4C862CB5EF8BF6716FBEC67E0474AFC34B62E (BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* __this, NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A* ___0_nativeBorderParams, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_min_m6557D7D73C6F115CA7C92E38C88EA9E95FC89253_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_m2D222BC18ACD4F965981EC93451DDD1D7ADFDDA0_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_max_mAD2D6D5DC1F5A6E69A0A0BD7E34C209F91C381F0_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_position, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustUVsForScaleMode_m45E415CC0915994EC698B5CEC85746AB2C3F88FC (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_scaleMode, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___4_rectOut, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___5_uvOut, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeGeomRect_m39013A31DC1973B19C11D5BE6CC35C3EC31B217D (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_sprite, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeUVRect_m13CB982A1C6F01F5CDE48C12F2F28C8652451617 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_sprite, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Sprite_get_border_m024C8361A808BF597EC6E1849AADDA9C756B459F (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Rect_op_Inequality_mB5D7316EB50B1DDA9324F4BE6741DFF6A673137D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_lhs, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ApplyPackingRotation_m1E92FC553461B6C57624DA9E97F36CF292C748B4 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_uv, int32_t ___1_rotation, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustSpriteUVsForScaleMode_m226AF26DCE7DFC919544724BF10B2D44D69885E8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_containerRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_srcRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_spriteGeomRect, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___3_sprite, int32_t ___4_scaleMode, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___5_rectOut, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___6_uvOut, const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VectorImage_get_width_mA39D687F62250B20F206094E5539B3AED8D4C618 (VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VectorImage_get_height_m9FB8C8D4BF7C5C1AF3229610D6C97BA611463ECB (VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasRadius_m59AB1CC44E6E57FCD7107BD475B83546ECA9E40F (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, float ___0_epsilon, const RuntimeMethod* method) ;
|
|
inline TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548 (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 (*) (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0*, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawBorder_m5A4F1B151ECB9DA52BC10147070451A71470F642 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* ___1_borderParams, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
inline VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* TessellationJob_ExtractHandle_TisVectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_m5A9E769F30BD472872C263C6FE521BA3305E96F3 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawVectorImage_m37FD585653D5C6289EEFC8918A6FE9350CAF3D17 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_vi, const RuntimeMethod* method) ;
|
|
inline Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* TessellationJob_ExtractHandle_TisSprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_m2D53D7E8C3665C6E6B0E96D315CE7B5D8DE300B2 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawSprite_m623B77F2F4177511B03BAF326DDF001CB53AA27E (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_sprite, const RuntimeMethod* method) ;
|
|
inline Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TessellationJob_ExtractHandle_TisTexture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_m629C2A65AC4E4A8D52BCE92C70CB5E7AE448F73D (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawRectangle_mD5FA9A1BE0282115A504B9332B78859A4B5C4697 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_tex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_Execute_m21A23823C24DF15C2EBEEBB6FA43E3172B03885E (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_i, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F MeshBuilderNative_MakeBorder_mF13BCCB5AF445E463D3AE5EC88119384CE71D569 (NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A* ___0_borderParams, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF (intptr_t ___0_value, const RuntimeMethod* method) ;
|
|
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514 (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 (*) (void*, int32_t, const RuntimeMethod*))UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_gshared)(___0_p, ___1_count, method);
|
|
}
|
|
inline NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A (*) (void*, int32_t, const RuntimeMethod*))UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_gshared)(___0_p, ___1_count, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___2_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___3_indices, const RuntimeMethod* method) ;
|
|
inline void NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, const RuntimeMethod*))NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_gshared)(__this, ___0_slice, method);
|
|
}
|
|
inline void NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___0_slice, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, const RuntimeMethod*))NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_gshared)(__this, ___0_slice, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_op_Explicit_mA5F28206637454AD677BE13DF86C6152190B6F0F (intptr_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
inline void Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* ___0_nativePagedList, int32_t ___1_offset, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA*, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*, int32_t, const RuntimeMethod*))Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE_gshared)(__this, ___0_nativePagedList, ___1_offset, method);
|
|
}
|
|
inline bool Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2 (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA*, const RuntimeMethod*))Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2_gshared)(__this, method);
|
|
}
|
|
inline BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113 (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D (*) (Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA*, const RuntimeMethod*))Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F MeshBuilderNative_MakeTexturedRect_m1718D96CEA44761CECB041486DDAC35E51CEEDE2 (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___0_rectParams, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F MeshBuilderNative_MakeSolidRect_mD3161CB9F6524F3AD9DB0EBE38B4D02B856FF1F3 (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___0_rectParams, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177 (void* ___0_destination, void* ___1_source, int64_t ___2_size, const RuntimeMethod* method) ;
|
|
inline uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( uint16_t (*) (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* TessellationJob_ExtractHandle_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mC6DC2B787FC45EC7120FA44B9F05FEE4A19F804D (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
inline Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
inline UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* TessellationJob_ExtractHandle_TisUInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_mF3E0B43DFD948E6CC0A5F3D6EC7470EC1185B06C (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, intptr_t ___0_handlePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* (*) (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT, intptr_t, const RuntimeMethod*))TessellationJob_ExtractHandle_TisRuntimeObject_m910411FA5E6188E7C9B709EE3E353142384B73C1_gshared)(__this, ___0_handlePtr, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_AdjustSpriteWinding_m59048D2C2126AB5C92B5E14B6BD9EB71E38E880D (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_vertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_indices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_newIndices, const RuntimeMethod* method) ;
|
|
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) ;
|
|
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_t66375568C4FF313931F4D2F646D64FE6A406BAD2*, int32_t, Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7, const RuntimeMethod*))NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawMeshInternal_m17EB0B9B5B465A6AB6C3B5766D292DD4672ED0BA_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_textureOptions, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F MeshBuilderNative_MakeVectorGraphicsStretchBackground_m66D4A10C2B437222ABAEEAE92CB1CD26787F78BF (VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___0_svgVertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_svgIndices, float ___2_svgWidth, float ___3_svgHeight, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___4_targetRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___5_sourceUV, int32_t ___6_scaleMode, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___7_tint, NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___8_colorPage, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F MeshBuilderNative_MakeVectorGraphics9SliceBackground_m5B782066B91DE41009F3ED1F4004E166D65CD61E (VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* ___0_svgVertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_svgIndices, float ___2_svgWidth, float ___3_svgHeight, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___4_targetRect, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___5_sliceLTRB, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___6_tint, NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B ___7_colorPage, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawGradientsInternal_mC40438C6EDA9C1A0EB8B6EEAECE03C27139A6EB2_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_gradientsOwner, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7 (intptr_t ___0_markerPtr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409 (intptr_t ___0_markerPtr, const RuntimeMethod* method) ;
|
|
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) ;
|
|
inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JobsUtility_get_ThreadIndex_m39774EEE2F8D257787DD3217CBABD0DCD6E9703E (const RuntimeMethod* method) ;
|
|
inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
|
|
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) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* UnsafeMeshGenerationNode_GetManaged_m97AFC4F89078EA148F85F6D701ACA3B24DED82C1_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationNodeImpl_DrawMesh_m698B059EABB7FAD16D56AA7569A2D9694BD81CBF (MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_textureOptions, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GCHandle_CanDereferenceHandle_mAAAC42D1268CEF3FDD040A3D1574773D08140579_inline (intptr_t ___0_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_GetRef_mAC7E58E62417209DC41C99F66BA70F0C3AA18DA8_inline (intptr_t ___0_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_GetTarget_mE0AF851834410E2AEA6285B2497751570236C794 (intptr_t ___0_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationNodeImpl_DrawGradients_mC07687F77CD91C7538685A3397C101B758111673 (MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_gradientsOwner, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_AddWithResize_m0830B25F952D7499147A764B49FDDC3C4389EA30 (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C, const RuntimeMethod*))List_1_AddWithResize_m0830B25F952D7499147A764B49FDDC3C4389EA30_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_AddWithResize_m446487BF7F55E757E7D552B2436AD74AC354EA99 (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*, float, const RuntimeMethod*))List_1_AddWithResize_m446487BF7F55E757E7D552B2436AD74AC354EA99_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_AddWithResize_mE6F81248246BFFBD68E9720229EAA10255F64658 (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2, const RuntimeMethod*))List_1_AddWithResize_mE6F81248246BFFBD68E9720229EAA10255F64658_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void List_1_AddWithResize_m2E6F0EF4A4C9E947917DACE45957A7888BE26A19 (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C, const RuntimeMethod*))List_1_AddWithResize_m2E6F0EF4A4C9E947917DACE45957A7888BE26A19_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
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
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___meshHandleException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandleException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke_back(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___meshHandleException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandleException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke_cleanup(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___meshHandleException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandleException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com_back(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com& marshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___meshHandleException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512____meshHandle_FieldInfo_var, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandleException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com_cleanup(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_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
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke_back(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke_cleanup(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com_back(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com& marshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8____page_FieldInfo_var, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com_cleanup(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_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
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke_back(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke_cleanup(DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com_back(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___pageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B____page_FieldInfo_var, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___pageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com_cleanup(DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 19951
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE (DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA80CA333461ED4A651AB4020F0887936236F0B14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB0248D0C615DE01B62D01B71C888FD204643A240_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC10BB309913B7F42222BCDC9D7F34687A8337402_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5AB357B341782341F28B413C2324F47A938B40F4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* V_5 = NULL;
|
|
bool V_6 = false;
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0003:
|
|
{
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_0 = __this->___page;
|
|
V_0 = L_0;
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_1 = __this->___page;
|
|
NullCheck(L_1);
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_2 = L_1->___next;
|
|
__this->___page = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___page), (void*)L_2);
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41(L_3, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_4 = __this->___page;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (L_5)
|
|
{
|
|
goto IL_0003;
|
|
}
|
|
}
|
|
{
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* L_6 = __this->___commandLists;
|
|
V_2 = (bool)((!(((RuntimeObject*)(List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* L_8 = __this->___commandLists;
|
|
int32_t L_9 = V_3;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
NullCheck(L_11);
|
|
Enumerator_tD30B80307A3DA6675F3942243087324DD0EB1760 L_12;
|
|
L_12 = List_1_GetEnumerator_m5AB357B341782341F28B413C2324F47A938B40F4(L_11, List_1_GetEnumerator_m5AB357B341782341F28B413C2324F47A938B40F4_RuntimeMethod_var);
|
|
V_4 = L_12;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0072:
|
|
{
|
|
Enumerator_Dispose_mA80CA333461ED4A651AB4020F0887936236F0B14((&V_4), Enumerator_Dispose_mA80CA333461ED4A651AB4020F0887936236F0B14_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0067_1;
|
|
}
|
|
|
|
IL_0056_1:
|
|
{
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* L_13;
|
|
L_13 = Enumerator_get_Current_mC10BB309913B7F42222BCDC9D7F34687A8337402_inline((&V_4), Enumerator_get_Current_mC10BB309913B7F42222BCDC9D7F34687A8337402_RuntimeMethod_var);
|
|
V_5 = L_13;
|
|
CommandList_t8553A361F36DBF9C304D626BE58FC5AEC0ED38B0* L_14 = V_5;
|
|
NullCheck(L_14);
|
|
CommandList_Dispose_mBF9750671C4D3A6810207557863E80C4C41FA80D(L_14, NULL);
|
|
}
|
|
|
|
IL_0067_1:
|
|
{
|
|
bool L_15;
|
|
L_15 = Enumerator_MoveNext_mB0248D0C615DE01B62D01B71C888FD204643A240((&V_4), Enumerator_MoveNext_mB0248D0C615DE01B62D01B71C888FD204643A240_RuntimeMethod_var);
|
|
if (L_15)
|
|
{
|
|
goto IL_0056_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* L_16 = __this->___commandLists;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, NULL);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (List_1_t2A1B5F23CE88404F66E4A1AB7ADC7F78F18B6E9E*)NULL);
|
|
int32_t L_18 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
int32_t L_19 = V_3;
|
|
List_1U5BU5D_tD7E8D354E002BAA9C366B7ED1871E18A44619421* L_20 = __this->___commandLists;
|
|
NullCheck(L_20);
|
|
V_6 = (bool)((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))? 1 : 0);
|
|
bool L_21 = V_6;
|
|
if (L_21)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B*>(__this + _offset);
|
|
DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_pinvoke(const DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A& unmarshaled, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_pinvoke_back(const DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_pinvoke& marshaled, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_pinvoke_cleanup(DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_com(const DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A& unmarshaled, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_com_back(const DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshaled_com& marshaled, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A____material_FieldInfo_var, DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_marshal_com_cleanup(DisableForceGammaMaterial_tF89B8EF0A65865B5059DF9B3417BDDC4DC6E9A4A_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
|
|
|
|
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___activeCommandListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___activeCommandListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke_back(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___activeCommandListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___activeCommandListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke_cleanup(EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___activeCommandListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___activeCommandListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com_back(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com& marshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___activeCommandListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", EvaluationState_t91A908747DD184A56AA6402529B965E07E555567____activeCommandList_FieldInfo_var, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___activeCommandListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com_cleanup(EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_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
|
|
#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
|
|
// Method Definition Index: 19952
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7609878CD1E5C5A097E06BF7F2A497CADC96E90A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* L_0 = (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA*)il2cpp_codegen_object_new(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3(L_0, NULL);
|
|
((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19953
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19954
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* U3CU3Ec_U3C_ctorU3Eb__59_0_m8AEDB07DD0CB43CB2016BC682AEA8D2467DA1C03 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)il2cpp_codegen_object_new(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var);
|
|
MeshHandle__ctor_m000E1D4AFFFF44FB73C577EBACEAFE307D563BDE(L_0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19955
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__59_1_m7EBE9AF115D2E4F4050C282B5D73FF990B5A51A2 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mh, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
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
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___start = unmarshaled.___start;
|
|
marshaled.___size = unmarshaled.___size;
|
|
if (unmarshaled.___handle != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle))
|
|
{
|
|
marshaled.___handle = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___handle));
|
|
(marshaled.___handle)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___handle);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle = NULL;
|
|
}
|
|
marshaled.___shortLived = static_cast<int32_t>(unmarshaled.___shortLived);
|
|
}
|
|
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;
|
|
unmarshaled.___start = unmarshaledstart_temp_0;
|
|
uint32_t unmarshaledsize_temp_1 = 0;
|
|
unmarshaledsize_temp_1 = marshaled.___size;
|
|
unmarshaled.___size = unmarshaledsize_temp_1;
|
|
if (marshaled.___handle != NULL)
|
|
{
|
|
unmarshaled.___handle = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___handle), Il2CppIUnknown::IID, marshaled.___handle);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___handle = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle), (void*)NULL);
|
|
}
|
|
bool unmarshaledshortLived_temp_3 = false;
|
|
unmarshaledshortLived_temp_3 = static_cast<bool>(marshaled.___shortLived);
|
|
unmarshaled.___shortLived = unmarshaledshortLived_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (marshaled.___handle != NULL)
|
|
{
|
|
(marshaled.___handle)->Release();
|
|
marshaled.___handle = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___start = unmarshaled.___start;
|
|
marshaled.___size = unmarshaled.___size;
|
|
if (unmarshaled.___handle != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle))
|
|
{
|
|
marshaled.___handle = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___handle));
|
|
(marshaled.___handle)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___handle);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___handle = NULL;
|
|
}
|
|
marshaled.___shortLived = static_cast<int32_t>(unmarshaled.___shortLived);
|
|
}
|
|
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;
|
|
unmarshaled.___start = unmarshaledstart_temp_0;
|
|
uint32_t unmarshaledsize_temp_1 = 0;
|
|
unmarshaledsize_temp_1 = marshaled.___size;
|
|
unmarshaled.___size = unmarshaledsize_temp_1;
|
|
if (marshaled.___handle != NULL)
|
|
{
|
|
unmarshaled.___handle = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___handle, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___handle))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___handle), Il2CppIUnknown::IID, marshaled.___handle);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___handle = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___handle), (void*)NULL);
|
|
}
|
|
bool unmarshaledshortLived_temp_3 = false;
|
|
unmarshaledshortLived_temp_3 = static_cast<bool>(marshaled.___shortLived);
|
|
unmarshaled.___shortLived = unmarshaledshortLived_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled)
|
|
{
|
|
if (marshaled.___handle != NULL)
|
|
{
|
|
(marshaled.___handle)->Release();
|
|
marshaled.___handle = 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
|
|
// Method Definition Index: 19956
|
|
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);
|
|
BlockPool__ctor_m6692A8FE6D052C519D3C60E69427BCD3FBED3F6A(L_0, NULL);
|
|
__this->___m_BlockPool = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlockPool), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
uint32_t L_1 = ___0_size;
|
|
__this->___U3CtotalSizeU3Ek__BackingField = L_1;
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_2 = __this->___m_BlockPool;
|
|
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 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock), (void*)L_4);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_5 = V_0;
|
|
__this->___m_FirstBlock = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstBlock), (void*)L_5);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_6 = __this->___m_FirstAvailableBlock;
|
|
uint32_t L_7 = ___0_size;
|
|
NullCheck(L_6);
|
|
L_6->___end = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19957
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19958
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
uint32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 19959
|
|
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;
|
|
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;
|
|
uint32_t L_21 = __this->___m_HighWatermark;
|
|
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;
|
|
__this->___m_HighWatermark = L_24;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_25 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = __this->___m_FirstAvailableBlock;
|
|
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;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___nextAvailable;
|
|
__this->___m_FirstAvailableBlock = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock), (void*)L_29);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_30 = V_0;
|
|
NullCheck(L_30);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = L_30->___prevAvailable;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = L_35->___nextAvailable;
|
|
NullCheck(L_34);
|
|
L_34->___nextAvailable = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_34->___nextAvailable), (void*)L_36);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_37 = V_0;
|
|
NullCheck(L_37);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_38 = L_37->___nextAvailable;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_42 = V_0;
|
|
NullCheck(L_42);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_43 = L_42->___prevAvailable;
|
|
NullCheck(L_41);
|
|
L_41->___prevAvailable = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_41->___prevAvailable), (void*)L_43);
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
L_44->___allocated = (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 = (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___nextAvailable), (void*)(Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698*)NULL);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_47 = V_9;
|
|
NullCheck(L_45);
|
|
L_45->___prevAvailable = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_45->___prevAvailable), (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;
|
|
(&V_2)->___start = 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 = L_51;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_52 = V_0;
|
|
(&V_2)->___handle = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___handle), (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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19960
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_9 = ___0_alloc;
|
|
uint32_t L_10 = L_9.___start;
|
|
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;
|
|
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;
|
|
uint32_t L_17 = __this->___m_HighWatermark;
|
|
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;
|
|
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;
|
|
NullCheck(L_23);
|
|
bool L_24 = L_23->___allocated;
|
|
if (L_24)
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_009f;
|
|
}
|
|
G_B5_0 = __this;
|
|
}
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_26 = L_25->___prev;
|
|
NullCheck(L_26);
|
|
uint32_t L_27 = L_26->___start;
|
|
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;
|
|
NullCheck(L_29);
|
|
uint32_t L_30 = L_29->___end;
|
|
G_B7_0 = L_30;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
G_B7_1->___m_HighWatermark = G_B7_0;
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
__this->___m_HighWatermark = 0;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
L_31->___allocated = (bool)0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_32 = __this->___m_FirstAvailableBlock;
|
|
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;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
uint32_t L_40 = L_39->___start;
|
|
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;
|
|
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;
|
|
NullCheck(L_46);
|
|
L_46->___nextAvailable = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___nextAvailable), (void*)L_47);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_48 = V_0;
|
|
__this->___m_FirstAvailableBlock = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstAvailableBlock), (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 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_49->___prevAvailable), (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;
|
|
NullCheck(L_51);
|
|
L_51->___nextAvailable = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_51->___nextAvailable), (void*)L_53);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_54 = V_2;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_55 = V_0;
|
|
NullCheck(L_54);
|
|
L_54->___nextAvailable = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_54->___nextAvailable), (void*)L_55);
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_56 = V_0;
|
|
NullCheck(L_56);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_57 = L_56->___nextAvailable;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_61 = V_0;
|
|
NullCheck(L_60);
|
|
L_60->___prevAvailable = L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_60->___prevAvailable), (void*)L_61);
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_62 = V_0;
|
|
NullCheck(L_62);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_63 = L_62->___prevAvailable;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_65 = L_64->___prev;
|
|
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;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_73 = V_0;
|
|
NullCheck(L_73);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_74 = L_73->___next;
|
|
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;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_80;
|
|
L_80 = BestFitAllocator_CoalesceBlockWithPrevious_m6344BE70D0922D9A7D5687D0E0AD1B3B140FE8D2(__this, L_79, NULL);
|
|
V_0 = L_80;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19961
|
|
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;
|
|
NullCheck(L_1);
|
|
uint32_t L_2 = L_1->___end;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_3 = ___0_block;
|
|
NullCheck(L_3);
|
|
uint32_t L_4 = L_3->___start;
|
|
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;
|
|
NullCheck(L_6);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_7 = L_6->___nextAvailable;
|
|
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;
|
|
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;
|
|
NullCheck(L_11);
|
|
L_11->___next = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___next), (void*)L_13);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_14 = ___0_block;
|
|
NullCheck(L_14);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_15 = L_14->___next;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_19 = V_0;
|
|
NullCheck(L_18);
|
|
L_18->___prev = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___prev), (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;
|
|
NullCheck(L_20);
|
|
L_20->___nextAvailable = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___nextAvailable), (void*)L_22);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = ___0_block;
|
|
NullCheck(L_23);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_24 = L_23->___nextAvailable;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = ___0_block;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___prevAvailable;
|
|
NullCheck(L_27);
|
|
L_27->___prevAvailable = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___prevAvailable), (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;
|
|
NullCheck(L_30);
|
|
L_30->___end = L_32;
|
|
BlockPool_t2122FBCA9477E112DB16942F9F85F9FA11C76878* L_33 = __this->___m_BlockPool;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19962
|
|
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;
|
|
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;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19963
|
|
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;
|
|
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;
|
|
NullCheck(L_5);
|
|
L_5->___next = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___next), (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;
|
|
NullCheck(L_8);
|
|
L_8->___nextAvailable = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___nextAvailable), (void*)L_10);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_11 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_12 = ___0_block;
|
|
NullCheck(L_11);
|
|
L_11->___prev = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___prev), (void*)L_12);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_13 = V_0;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_14 = ___0_block;
|
|
NullCheck(L_13);
|
|
L_13->___prevAvailable = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___prevAvailable), (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;
|
|
uint32_t L_18 = ___1_size;
|
|
NullCheck(L_15);
|
|
L_15->___start = ((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;
|
|
NullCheck(L_19);
|
|
L_19->___end = L_21;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_23 = L_22->___next;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_27 = V_0;
|
|
NullCheck(L_26);
|
|
L_26->___prev = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___prev), (void*)L_27);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_29 = L_28->___nextAvailable;
|
|
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;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_33 = V_0;
|
|
NullCheck(L_32);
|
|
L_32->___prevAvailable = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___prevAvailable), (void*)L_33);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_34 = ___0_block;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_35 = V_0;
|
|
NullCheck(L_34);
|
|
L_34->___next = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_34->___next), (void*)L_35);
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_36 = ___0_block;
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_37 = V_0;
|
|
NullCheck(L_36);
|
|
L_36->___nextAvailable = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_36->___nextAvailable), (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;
|
|
NullCheck(L_38);
|
|
L_38->___end = 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
|
|
// Method Definition Index: 19964
|
|
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);
|
|
Block__ctor_m63E8975B0F59FF5EE83E9D95AB86C9AB78823AEF(L_0, NULL);
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 19965
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockPool_ResetBlock_m7A4C3973EC94BB8C20CB724F4BA12041941E7C82 (Block_tC16ED855DBC82D8C78C1F89B766EA18B563EA698* ___0_block, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19966
|
|
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);
|
|
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);
|
|
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
|
|
// Method Definition Index: 19967
|
|
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;
|
|
uint32_t L_1 = __this->___start;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19968
|
|
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
|
|
// Method Definition Index: 19969
|
|
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);
|
|
BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480(L_1, L_0, NULL);
|
|
__this->___m_Low = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Low), (void*)L_1);
|
|
uint32_t L_2 = ___0_maxSize;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_3 = (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7*)il2cpp_codegen_object_new(BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480(L_3, L_2, NULL);
|
|
__this->___m_High = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_High), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19970
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_12 = V_0;
|
|
uint32_t L_13 = L_12.___size;
|
|
(&V_0)->___start = ((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 = 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;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19971
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_9 = ___0_alloc;
|
|
uint32_t L_10 = L_9.___size;
|
|
(&___0_alloc)->___start = ((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;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_12 = ___0_alloc;
|
|
NullCheck(L_11);
|
|
BestFitAllocator_Free_mB44B05995E04B7B5CF693DA646FA84218F15B08B(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19972
|
|
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;
|
|
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;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19973
|
|
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;
|
|
NullCheck(L_0);
|
|
uint32_t L_1;
|
|
L_1 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_0, NULL);
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_2 = __this->___m_High;
|
|
NullCheck(L_2);
|
|
uint32_t L_3;
|
|
L_3 = BestFitAllocator_get_highWatermark_mBA19D9590AE4C496C942C8DF8095FA44F6382B78(L_2, NULL);
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_4 = __this->___m_Low;
|
|
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
|
|
// Method Definition Index: 19974
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page__ctor_mB4A44C18D08B63C9B006A249972F766195E17375 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, uint32_t ___0_vertexMaxCount, uint32_t ___1_indexMaxCount, uint32_t ___2_maxQueuedFrameCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797_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;
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_4 = (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A*)il2cpp_codegen_object_new(DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A_il2cpp_TypeInfo_var);
|
|
DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797(L_4, 0, L_2, L_3, ((int32_t)32), DataSet_1__ctor_mE92786B05E4200B1EBF0C534E6C3C95100C16797_RuntimeMethod_var);
|
|
__this->___vertices = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___vertices), (void*)L_4);
|
|
uint32_t L_5 = ___1_indexMaxCount;
|
|
uint32_t L_6 = ___2_maxQueuedFrameCount;
|
|
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_7 = (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB*)il2cpp_codegen_object_new(DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB_il2cpp_TypeInfo_var);
|
|
DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213(L_7, 1, L_5, L_6, ((int32_t)32), DataSet_1__ctor_m0480AFE7A3A981502D60F38968F0354DBC7A8213_RuntimeMethod_var);
|
|
__this->___indices = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___indices), (void*)L_7);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19975
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Page_get_disposed_mB9D5389FA3CAE94F52E70CF443512732D099E09B (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19976
|
|
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 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19977
|
|
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, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19978
|
|
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;
|
|
NullCheck(L_4);
|
|
DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01(L_4, DataSet_1_Dispose_mE9997AB02B091EDA67677B46C117C46B57E2BC01_RuntimeMethod_var);
|
|
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_5 = __this->___vertices;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 19979
|
|
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;
|
|
NullCheck(L_0);
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_1 = L_0->___allocator;
|
|
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;
|
|
NullCheck(L_3);
|
|
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_4 = L_3->___allocator;
|
|
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
|
|
#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
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___materialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", State_tC241510131965D8DE1919EB16A3650E397E5AEAB____material_FieldInfo_var, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___materialException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_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
|
|
#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
|
|
// Method Definition Index: 19991
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams_Reset_m235ECFB0268B9DCA813D86AC4F4E183B86A23AA8 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_0 = __this->___view;
|
|
NullCheck(L_0);
|
|
Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E(L_0, Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var);
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_1 = __this->___view;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
|
|
L_2 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
NullCheck(L_1);
|
|
Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56(L_1, L_2, Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_3 = __this->___scissor;
|
|
NullCheck(L_3);
|
|
Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960(L_3, Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_4 = __this->___scissor;
|
|
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect;
|
|
NullCheck(L_4);
|
|
Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F(L_4, L_5, Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_6 = __this->___defaultMaterial;
|
|
NullCheck(L_6);
|
|
List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_inline(L_6, List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19992
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams__ctor_mB32E5A17EE38E8D728A265460BC709DDE4BE95B0 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_0 = (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*)il2cpp_codegen_object_new(Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2(L_0, 8, Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var);
|
|
__this->___view = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___view), (void*)L_0);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_1 = (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*)il2cpp_codegen_object_new(Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3(L_1, 8, Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var);
|
|
__this->___scissor = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___scissor), (void*)L_1);
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_2 = (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*)il2cpp_codegen_object_new(List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23(L_2, 8, List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var);
|
|
__this->___defaultMaterial = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultMaterial), (void*)L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19993
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams__cctor_mE9FAF1F7B82954EB5B4362A861339875410655E0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_0), (-100000.0f), (-100000.0f), (200000.0f), (200000.0f), NULL);
|
|
((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect = L_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_1), (-1.0f), (-1.0f), (2.0f), (2.0f), NULL);
|
|
((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_FullNormalizedRect = L_1;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 19994
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19 (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method)
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
__this->___owner = (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___owner), (void*)(RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)NULL);
|
|
V_0 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
__this->___next = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___next), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = V_0;
|
|
__this->___prev = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___prev), (void*)L_0);
|
|
__this->___isTail = (bool)0;
|
|
__this->___type = 0;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_1 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&__this->___state);
|
|
il2cpp_codegen_initobj(L_1, sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
|
|
__this->___mesh = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mesh), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
int32_t L_2 = 0;
|
|
V_1 = L_2;
|
|
__this->___indexCount = L_2;
|
|
int32_t L_3 = V_1;
|
|
__this->___indexOffset = L_3;
|
|
__this->___callback = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___callback), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19995
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_ExecuteNonDrawMesh_m8E3516241CAAC2AAD86E4C72A3CDBD1B5DED19CE (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, float ___1_pixelsPerPoint, Exception_t** ___2_immediateException, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_5 = NULL;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_6 = NULL;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Exception_t* V_11 = NULL;
|
|
bool V_12 = false;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* V_15 = NULL;
|
|
bool V_16 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___type;
|
|
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_0037;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0213;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_3 = __this->___owner;
|
|
NullCheck(L_3);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = L_3->___owner;
|
|
NullCheck(L_4);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5;
|
|
L_5 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_4, NULL);
|
|
float L_6 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_7;
|
|
L_7 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_8;
|
|
L_8 = Utility_GetActiveViewport_mBD15484BBD5C3FC53D138D775E6DBA1857290C7E(NULL);
|
|
bool L_9;
|
|
L_9 = RectInt_Overlaps_m9E82E1C8BFDA3297221E5FDC8B8773AD3F50C4EE_inline((&V_2), L_8, NULL);
|
|
V_3 = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Exception_t** L_11 = ___2_immediateException;
|
|
Exception_t* L_12 = *((Exception_t**)L_11);
|
|
V_8 = (bool)((!(((RuntimeObject*)(Exception_t*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_13 = V_8;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
|
|
L_14 = Utility_GetUnityProjectionMatrix_m8A3811628DD34AEB8F339749F579FB6B8A562200(NULL);
|
|
V_4 = L_14;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15;
|
|
L_15 = Camera_get_current_m25217A02CB09E3BD50E3E0327879E870AD58C6C3(NULL);
|
|
V_5 = L_15;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16;
|
|
L_16 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
|
|
V_6 = L_16;
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_17 = ___0_drawParams;
|
|
NullCheck(L_17);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_18 = L_17->___scissor;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_inline(L_18, Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var);
|
|
V_7 = (bool)((((int32_t)L_19) > ((int32_t)1))? 1 : 0);
|
|
bool L_20 = V_7;
|
|
V_9 = L_20;
|
|
bool L_21 = V_9;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Utility_DisableScissor_mBBB317D30B26224F4B85D15AAE82588E91206562(NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_22 = __this->___owner;
|
|
NullCheck(L_22);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = L_22->___owner;
|
|
NullCheck(L_23);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24;
|
|
L_24 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_23, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_25 = __this->___owner;
|
|
NullCheck(L_25);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = L_25->___owner;
|
|
NullCheck(L_26);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27;
|
|
L_27 = VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A(L_26, NULL);
|
|
ParentClipScope__ctor_m5251E311D308625C438134442CA69D75E872DCD4((&V_10), L_24, L_27, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0113:
|
|
{
|
|
ParentClipScope_Dispose_m39F5E11A8E9346D5ADE850A5A600A675589E786D((&V_10), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker), NULL);
|
|
}
|
|
try
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_28 = __this->___callback;
|
|
NullCheck(L_28);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_28, NULL);
|
|
goto IL_0105_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00fb_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00fb_1:
|
|
{
|
|
Exception_t* L_29 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_11 = L_29;
|
|
Exception_t** L_30 = ___2_immediateException;
|
|
Exception_t* L_31 = V_11;
|
|
*((RuntimeObject**)L_30) = (RuntimeObject*)L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_30, (void*)(RuntimeObject*)L_31);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0105_1;
|
|
}
|
|
|
|
IL_0105_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker), NULL);
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_32 = V_5;
|
|
Camera_SetupCurrent_m564B3A5A985E2DF0C7CE924FD93CD9545002C515(L_32, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_33 = V_6;
|
|
RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB(L_33, NULL);
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_34 = ___0_drawParams;
|
|
NullCheck(L_34);
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_35 = L_34->___view;
|
|
NullCheck(L_35);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36;
|
|
L_36 = Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498(L_35, Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
|
|
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_36, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37 = V_4;
|
|
GL_LoadProjectionMatrix_m4310EBD83BF1858124306A227C18FF52152718BD(L_37, NULL);
|
|
bool L_38 = V_7;
|
|
V_12 = L_38;
|
|
bool L_39 = V_12;
|
|
if (!L_39)
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_40 = ___0_drawParams;
|
|
NullCheck(L_40);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_41 = L_40->___scissor;
|
|
NullCheck(L_41);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_42;
|
|
L_42 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_41, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
float L_43 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_44;
|
|
L_44 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_42, L_43, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Utility_SetScissorRect_m663CB0AA5510907C659DC9D6AF9799B74AABA92E(L_44, NULL);
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker), NULL);
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_45 = __this->___owner;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_ComputeMatrixRelativeToRenderTree_m5F3A2B67746A3195F04D5AE990F89187236DF82A(L_45, (&V_13), NULL);
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_46 = ___0_drawParams;
|
|
NullCheck(L_46);
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_47 = L_46->___view;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_48 = V_13;
|
|
NullCheck(L_47);
|
|
Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56(L_47, L_48, Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_49 = V_13;
|
|
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_49, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_50 = __this->___owner;
|
|
NullCheck(L_50);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_51 = L_50->___parent;
|
|
V_15 = L_51;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_52 = V_15;
|
|
V_16 = (bool)((!(((RuntimeObject*)(RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)L_52) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_53 = V_16;
|
|
if (!L_53)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_54 = V_15;
|
|
NullCheck(L_54);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_55;
|
|
L_55 = RenderData_get_clippingRect_mA9C8E3A3BA56D19DE5BF1994C97BB465C92EF432(L_54, NULL);
|
|
V_14 = L_55;
|
|
goto IL_01c9;
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_56 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_FullNormalizedRect;
|
|
V_14 = L_56;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_57 = ___0_drawParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_58 = V_14;
|
|
float L_59 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_PushScissor_mAB1EEEAA694D2F0A5496CE814553A11E7A9DA835(L_57, L_58, L_59, NULL);
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_60 = ___0_drawParams;
|
|
NullCheck(L_60);
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_61 = L_60->___view;
|
|
NullCheck(L_61);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_62;
|
|
L_62 = Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F(L_61, Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var);
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_63 = ___0_drawParams;
|
|
NullCheck(L_63);
|
|
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_64 = L_63->___view;
|
|
NullCheck(L_64);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_65;
|
|
L_65 = Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498(L_64, Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
|
|
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_65, NULL);
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_66 = ___0_drawParams;
|
|
float L_67 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_PopScissor_m11D536CBA6E11344F7FE85D507EDE425927DB64D(L_66, L_67, NULL);
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_68 = ___0_drawParams;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_69 = __this->___owner;
|
|
NullCheck(L_69);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70;
|
|
L_70 = RenderData_get_clippingRect_mA9C8E3A3BA56D19DE5BF1994C97BB465C92EF432(L_69, NULL);
|
|
float L_71 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_PushScissor_mAB1EEEAA694D2F0A5496CE814553A11E7A9DA835(L_68, L_70, L_71, NULL);
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_0213:
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_72 = ___0_drawParams;
|
|
float L_73 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RenderChainCommand_PopScissor_m11D536CBA6E11344F7FE85D507EDE425927DB64D(L_72, L_73, NULL);
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_021e:
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
|
|
IL_0220:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19996
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_PushScissor_mAB1EEEAA694D2F0A5496CE814553A11E7A9DA835 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_scissor, float ___2_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___1_scissor;
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_1 = ___0_drawParams;
|
|
NullCheck(L_1);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_2 = L_1->___scissor;
|
|
NullCheck(L_2);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3;
|
|
L_3 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_2, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498(L_0, L_3, NULL);
|
|
V_0 = L_4;
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_5 = ___0_drawParams;
|
|
NullCheck(L_5);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_6 = L_5->___scissor;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7 = V_0;
|
|
NullCheck(L_6);
|
|
Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F(L_6, L_7, Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = V_0;
|
|
float L_9 = ___2_pixelsPerPoint;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_10;
|
|
L_10 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_8, L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Utility_SetScissorRect_m663CB0AA5510907C659DC9D6AF9799B74AABA92E(L_10, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19997
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_PopScissor_m11D536CBA6E11344F7FE85D507EDE425927DB64D (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, float ___1_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_0 = ___0_drawParams;
|
|
NullCheck(L_0);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_1 = L_0->___scissor;
|
|
NullCheck(L_1);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2;
|
|
L_2 = Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516(L_1, Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var);
|
|
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_3 = ___0_drawParams;
|
|
NullCheck(L_3);
|
|
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_4 = L_3->___scissor;
|
|
NullCheck(L_4);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5;
|
|
L_5 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_4, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
|
|
V_0 = L_5;
|
|
float L_6;
|
|
L_6 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_0), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect;
|
|
V_2 = L_7;
|
|
float L_8;
|
|
L_8 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_2), NULL);
|
|
V_1 = (bool)((((float)L_6) == ((float)L_8))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Utility_DisableScissor_mBBB317D30B26224F4B85D15AAE82588E91206562(NULL);
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10 = V_0;
|
|
float L_11 = ___1_pixelsPerPoint;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_12;
|
|
L_12 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_10, L_11, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
Utility_SetScissorRect_m663CB0AA5510907C659DC9D6AF9799B74AABA92E(L_12, NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 19998
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_r0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_r1, 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;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_0), (0.0f), (0.0f), (0.0f), (0.0f), NULL);
|
|
float L_0;
|
|
L_0 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___0_r0), NULL);
|
|
float L_1;
|
|
L_1 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_r1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
float L_2;
|
|
L_2 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_0, L_1, NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_0), L_2, NULL);
|
|
float L_3;
|
|
L_3 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___0_r0), NULL);
|
|
float L_4;
|
|
L_4 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_r1), NULL);
|
|
float L_5;
|
|
L_5 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_3, L_4, NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), L_5, NULL);
|
|
float L_6;
|
|
L_6 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_0), NULL);
|
|
float L_7;
|
|
L_7 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___0_r0), NULL);
|
|
float L_8;
|
|
L_8 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___1_r1), NULL);
|
|
float L_9;
|
|
L_9 = Math_Min_mE913811A2F7566294BF4649A434282634E7254B3(L_7, L_8, NULL);
|
|
float L_10;
|
|
L_10 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_6, L_9, NULL);
|
|
Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D_inline((&V_0), L_10, NULL);
|
|
float L_11;
|
|
L_11 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_0), NULL);
|
|
float L_12;
|
|
L_12 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___0_r0), NULL);
|
|
float L_13;
|
|
L_13 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___1_r1), NULL);
|
|
float L_14;
|
|
L_14 = Math_Min_mE913811A2F7566294BF4649A434282634E7254B3(L_12, L_13, NULL);
|
|
float L_15;
|
|
L_15 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_11, L_14, NULL);
|
|
Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B_inline((&V_0), L_15, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16 = V_0;
|
|
V_1 = L_16;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
}
|
|
// Method Definition Index: 19999
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, float ___1_pixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Utility_t8CE21DCF1C28EAB31D71109C60BE5319271612D9_il2cpp_TypeInfo_var);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_0;
|
|
L_0 = Utility_GetActiveViewport_mBD15484BBD5C3FC53D138D775E6DBA1857290C7E(NULL);
|
|
V_2 = L_0;
|
|
int32_t L_1;
|
|
L_1 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline((&V_2), NULL);
|
|
V_0 = ((float)L_1);
|
|
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline((&V_1), 0, 0, 0, 0, NULL);
|
|
float L_2;
|
|
L_2 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___0_rect), NULL);
|
|
float L_3 = ___1_pixelsPerPoint;
|
|
int32_t L_4;
|
|
L_4 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_2, L_3)), NULL);
|
|
RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075_inline((&V_1), L_4, NULL);
|
|
float L_5 = V_0;
|
|
float L_6;
|
|
L_6 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___0_rect), NULL);
|
|
float L_7 = ___1_pixelsPerPoint;
|
|
int32_t L_8;
|
|
L_8 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_subtract(L_5, ((float)il2cpp_codegen_multiply(L_6, L_7)))), NULL);
|
|
RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D_inline((&V_1), L_8, NULL);
|
|
float L_9;
|
|
L_9 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_rect), NULL);
|
|
float L_10 = ___1_pixelsPerPoint;
|
|
int32_t L_11;
|
|
L_11 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_9, L_10)), NULL);
|
|
RectInt_set_width_mCD96AA9D096114147F8411A340CE4AD3476DCD4C_inline((&V_1), L_11, NULL);
|
|
float L_12;
|
|
L_12 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_rect), NULL);
|
|
float L_13 = ___1_pixelsPerPoint;
|
|
int32_t L_14;
|
|
L_14 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_12, L_13)), NULL);
|
|
RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6_inline((&V_1), L_14, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_15 = V_1;
|
|
V_3 = L_15;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_16 = V_3;
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 20000
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE(__this, LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20001
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__cctor_mE23A37D624A9E72D1E2A109E57F8B2C568B46E11 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
|
|
((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___k_ID_MainTex = L_0;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229, NULL);
|
|
((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker = L_1;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20002
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPool__ctor_m2C05E4662433987E1B9946BAB8A504906BC062F3 (EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* __this, int32_t ___0_maxCapacity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImplicitPool_1__ctor_mC4C3D32B7B444473AB97C47895BEC0E9E256AB62_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mE2F8F28B622571A49E473C999FEF8B88E12405C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0;
|
|
L_0 = JobsUtility_get_ThreadIndexCount_m88A954344398143540618B35943F863B92465676(NULL);
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* L_1 = (Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD*)(Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD*)SZArrayNew(Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
__this->___m_ThreadEntries = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ThreadEntries), (void*)L_1);
|
|
V_0 = 0;
|
|
int32_t L_2;
|
|
L_2 = JobsUtility_get_ThreadIndexCount_m88A954344398143540618B35943F863B92465676(NULL);
|
|
V_1 = L_2;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* L_3 = __this->___m_ThreadEntries;
|
|
int32_t L_4 = V_0;
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_5 = (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*)il2cpp_codegen_object_new(Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_mE2F8F28B622571A49E473C999FEF8B88E12405C9(L_5, ((int32_t)128), Stack_1__ctor_mE2F8F28B622571A49E473C999FEF8B88E12405C9_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_5);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9*)L_5);
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
V_2 = (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (L_9)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var);
|
|
Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* L_10 = ((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_CreateAction;
|
|
Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* L_11 = ((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_ResetAction;
|
|
int32_t L_12 = ___0_maxCapacity;
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_13 = (ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412*)il2cpp_codegen_object_new(ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412_il2cpp_TypeInfo_var);
|
|
ImplicitPool_1__ctor_mC4C3D32B7B444473AB97C47895BEC0E9E256AB62(L_13, L_10, L_11, ((int32_t)128), L_12, ImplicitPool_1__ctor_mC4C3D32B7B444473AB97C47895BEC0E9E256AB62_RuntimeMethod_var);
|
|
__this->___m_SharedPool = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SharedPool), (void*)L_13);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20003
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4 (EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImplicitPool_1_Get_m85AE112788AAAF673186F3AA802CAD0294C0CB1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mA3AEF8B1C274D685F16D19AE62443A62E0EE9AB5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mDBF86E4D1EDD18644C9F2AB2D0EEE673E36CA400_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m6C2A89A16CF7A4FF016A4BC9C84F98B6F6119338_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* V_0 = NULL;
|
|
bool V_1 = false;
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_6 = NULL;
|
|
{
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* L_0 = __this->___m_ThreadEntries;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = UIRUtility_GetThreadIndex_m1079EE74D7D8108D57CBF42D7AD36CB7707A11C2_inline(NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_0 = L_3;
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Stack_1_get_Count_m6C2A89A16CF7A4FF016A4BC9C84F98B6F6119338_inline(L_4, Stack_1_get_Count_m6C2A89A16CF7A4FF016A4BC9C84F98B6F6119338_RuntimeMethod_var);
|
|
V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_7 = __this->___m_SharedPool;
|
|
V_2 = L_7;
|
|
V_3 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005e:
|
|
{
|
|
{
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_9 = V_2;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_9, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_10 = V_2;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_10, (&V_3), NULL);
|
|
V_4 = 0;
|
|
goto IL_004c_1;
|
|
}
|
|
|
|
IL_0034_1:
|
|
{
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_11 = V_0;
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_12 = __this->___m_SharedPool;
|
|
NullCheck(L_12);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13;
|
|
L_13 = ImplicitPool_1_Get_m85AE112788AAAF673186F3AA802CAD0294C0CB1F(L_12, ImplicitPool_1_Get_m85AE112788AAAF673186F3AA802CAD0294C0CB1F_RuntimeMethod_var);
|
|
NullCheck(L_11);
|
|
Stack_1_Push_mDBF86E4D1EDD18644C9F2AB2D0EEE673E36CA400(L_11, L_13, Stack_1_Push_mDBF86E4D1EDD18644C9F2AB2D0EEE673E36CA400_RuntimeMethod_var);
|
|
int32_t L_14 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
int32_t L_15 = V_4;
|
|
V_5 = (bool)((((int32_t)L_15) < ((int32_t)((int32_t)128)))? 1 : 0);
|
|
bool L_16 = V_5;
|
|
if (L_16)
|
|
{
|
|
goto IL_0034_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_18;
|
|
L_18 = Stack_1_Pop_mA3AEF8B1C274D685F16D19AE62443A62E0EE9AB5(L_17, Stack_1_Pop_mA3AEF8B1C274D685F16D19AE62443A62E0EE9AB5_RuntimeMethod_var);
|
|
V_6 = L_18;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_19 = V_6;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 20004
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPool_ReturnAll_mD59A652BF89E1E0DC69D72A4B65B6518E09F07C8 (EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImplicitPool_1_ReturnAll_m6BD0ED778140E04DA1A0D375D343D76E311EEE67_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_m6C106A5B813386999C4368FEA8408C9A1C84DE95_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
V_0 = 0;
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* L_0 = __this->___m_ThreadEntries;
|
|
NullCheck(L_0);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Stack_1U5BU5D_tB8C0B9FA7DE6675E82033977E5A45FEDB414BDCD* L_1 = __this->___m_ThreadEntries;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
Stack_1_tF342DC06D5F3F8538A227D51E54B593CEA69F7D9* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_4);
|
|
Stack_1_Clear_m6C106A5B813386999C4368FEA8408C9A1C84DE95(L_4, Stack_1_Clear_m6C106A5B813386999C4368FEA8408C9A1C84DE95_RuntimeMethod_var);
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
V_2 = (bool)((((int32_t)L_6) < ((int32_t)L_7))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ImplicitPool_1_t2D758386B307245014F16B331C466B9CCD02B412* L_9 = __this->___m_SharedPool;
|
|
NullCheck(L_9);
|
|
ImplicitPool_1_ReturnAll_m6BD0ED778140E04DA1A0D375D343D76E311EEE67(L_9, ImplicitPool_1_ReturnAll_m6BD0ED778140E04DA1A0D375D343D76E311EEE67_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20005
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPool__cctor_m62C2BEED84F585226D7FEF73F788E4D91E48E60F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t982CB7A062BCE4087A4D33590F111E883F594359_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__8_0_m2A456017C00F9E5F985ED54151D3B47109166132_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__8_1_m214A8C8B7B02523134470C61875DB969AAF075EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* L_0 = ((U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_t982CB7A062BCE4087A4D33590F111E883F594359* L_1 = (Func_1_t982CB7A062BCE4087A4D33590F111E883F594359*)il2cpp_codegen_object_new(Func_1_t982CB7A062BCE4087A4D33590F111E883F594359_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m558C36349018B75ED03DA7C7285AC06C1D4A4E4D(L_1, L_0, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__8_0_m2A456017C00F9E5F985ED54151D3B47109166132_RuntimeMethod_var), NULL);
|
|
((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_CreateAction = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_CreateAction), (void*)L_1);
|
|
U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* L_2 = ((U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA* L_3 = (Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA*)il2cpp_codegen_object_new(Action_1_t95A460D225DC6B59FFDB8A16532DE6018F065FBA_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m0FEAE0E4832156DC30A3768EDD77ACD093800BD7(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__8_1_m214A8C8B7B02523134470C61875DB969AAF075EE_RuntimeMethod_var), NULL);
|
|
((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_ResetAction = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_StaticFields*)il2cpp_codegen_static_fields_for(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951_il2cpp_TypeInfo_var))->___k_ResetAction), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20006
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m8D6539EFE84EF1D51A48B5967A6C447D5153CAA9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* L_0 = (U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1*)il2cpp_codegen_object_new(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m48B13A5F425AC044F3901D8E9FB88E51F4CA25EF(L_0, NULL);
|
|
((U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20007
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m48B13A5F425AC044F3901D8E9FB88E51F4CA25EF (U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20008
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* U3CU3Ec_U3C_cctorU3Eb__8_0_m2A456017C00F9E5F985ED54151D3B47109166132 (U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Entry_t475ED76E31923970E7F7A6522E570E7577C487B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)il2cpp_codegen_object_new(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9_il2cpp_TypeInfo_var);
|
|
Entry__ctor_m2EF86B00D2AEDE80147617D0499E5C6768ED23AC(L_0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20009
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__8_1_m214A8C8B7B02523134470C61875DB969AAF075EE (U3CU3Ec_t04B2618A0FA9D71C76BBC4A53B38568C648ACAC1* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
Entry_Reset_m9A4AFCC8A579ED818FE2E1D6B34F5EB42A978675(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20010
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EntryPreProcessor_get_childrenIndex_m34DE5797C9193E6D87B1E0E47C3E6B69035AA512 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ChildrenIndex;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20011
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = __this->___m_HeadAllocs;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20012
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = __this->___m_TailAllocs;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20013
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* EntryPreProcessor_get_flattenedEntries_m9CAA092B86D2D53B86C61C3F07C2730D4A23F94F (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_0 = __this->___m_FlattenedEntries;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20014
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_PreProcess_mDE17D36C20EFCE7C50FEDF76810647759D6F7921 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_root, 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_mB002209F8C208D13868EEDE08C3D0728C1007742_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_ChildrenIndex = (-1);
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_0 = __this->___m_FlattenedEntries;
|
|
NullCheck(L_0);
|
|
List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_inline(L_0, List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_RuntimeMethod_var);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_1 = __this->___m_HeadAllocs;
|
|
NullCheck(L_1);
|
|
List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_inline(L_1, List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_RuntimeMethod_var);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_2 = __this->___m_TailAllocs;
|
|
NullCheck(L_2);
|
|
List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_inline(L_2, List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_RuntimeMethod_var);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_3 = __this->___m_HeadAllocs;
|
|
__this->___m_Allocs = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Allocs), (void*)L_3);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = ___0_root;
|
|
EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695(__this, L_4, NULL);
|
|
EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1_inline(__this, NULL);
|
|
bool L_5 = __this->___m_IsPushingMask;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0), NULL);
|
|
Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* L_6 = __this->___m_Mask;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_inline(L_6, Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_8 = __this->___m_ChildrenIndex;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20015
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_ClearReferences_mF449FCAD2899EB12652343DA77E9BFD52909C8B6 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_0 = __this->___m_FlattenedEntries;
|
|
NullCheck(L_0);
|
|
List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_inline(L_0, List_1_Clear_mB002209F8C208D13868EEDE08C3D0728C1007742_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20016
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_entry, 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_mAC9BF7DC1E52DB57D4313988CDD8D7D61640C648_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_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*)&Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
uint16_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___0_entry;
|
|
NullCheck(L_0);
|
|
uint16_t L_1 = L_0->___type;
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)((int32_t)21)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_3 = __this->___m_FlattenedEntries;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = ___0_entry;
|
|
NullCheck(L_3);
|
|
List_1_Add_mAC9BF7DC1E52DB57D4313988CDD8D7D61640C648_inline(L_3, L_4, List_1_Add_mAC9BF7DC1E52DB57D4313988CDD8D7D61640C648_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = ___0_entry;
|
|
NullCheck(L_5);
|
|
uint16_t L_6 = L_5->___type;
|
|
V_2 = L_6;
|
|
uint16_t L_7 = V_2;
|
|
V_1 = L_7;
|
|
uint16_t L_8 = V_1;
|
|
switch (L_8)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = ___0_entry;
|
|
NullCheck(L_9);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_10 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_9->___vertices);
|
|
int32_t L_11;
|
|
L_11 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_10, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_12;
|
|
L_12 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((int64_t)((int64_t)L_11)) > ((int64_t)((int64_t)(uint64_t)((uint32_t)L_12))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = ___0_entry;
|
|
NullCheck(L_13);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_14 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_13->___vertices);
|
|
int32_t L_15;
|
|
L_15 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_14, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_16 = ___0_entry;
|
|
NullCheck(L_16);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_17 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_16->___indices);
|
|
int32_t L_18;
|
|
L_18 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_17, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
EntryPreProcessor_Add_m795DAC107A1867F9C64F8F4FDDDEE9D923C8C4BF(__this, L_15, L_18, NULL);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
bool L_19 = __this->___m_IsPushingMask;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0), NULL);
|
|
int32_t L_20 = __this->___m_ChildrenIndex;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_20) == ((int32_t)(-1)))? 1 : 0), NULL);
|
|
EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1_inline(__this, NULL);
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_21 = __this->___m_FlattenedEntries;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_inline(L_21, List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_RuntimeMethod_var);
|
|
__this->___m_ChildrenIndex = ((int32_t)il2cpp_codegen_subtract(L_22, 1));
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_23;
|
|
L_23 = EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline(__this, NULL);
|
|
__this->___m_Allocs = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Allocs), (void*)L_23);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
bool L_24 = __this->___m_IsPushingMask;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0), NULL);
|
|
__this->___m_IsPushingMask = (bool)1;
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
bool L_25 = __this->___m_IsPushingMask;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_25, NULL);
|
|
__this->___m_IsPushingMask = (bool)0;
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* L_26 = __this->___m_Mask;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2(L_26, (&V_3), Stack_1_TryPop_mF8B1F26D2865F1E5A3B5945D1A8BD0BE0BCAEAE2_RuntimeMethod_var);
|
|
V_4 = L_27;
|
|
bool L_28 = V_4;
|
|
if (!L_28)
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_29 = V_3;
|
|
int32_t L_30 = L_29.___vertexCount;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_31 = V_3;
|
|
int32_t L_32 = L_31.___indexCount;
|
|
EntryPreProcessor_Add_m795DAC107A1867F9C64F8F4FDDDEE9D923C8C4BF(__this, L_30, L_32, NULL);
|
|
goto IL_0143;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_33 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_33, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_34 = ___0_entry;
|
|
NullCheck(L_34);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_35 = L_34->___firstChild;
|
|
V_5 = (bool)((!(((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_35) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_36 = V_5;
|
|
if (!L_36)
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
}
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_37 = ___0_entry;
|
|
NullCheck(L_37);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_38 = L_37->___firstChild;
|
|
EntryPreProcessor_DoEvaluate_mC737A76C7F4482FE699DEAD81D947A10C8BBD695(__this, L_38, NULL);
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_39 = ___0_entry;
|
|
NullCheck(L_39);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_40 = L_39->___nextSibling;
|
|
___0_entry = L_40;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_41 = ___0_entry;
|
|
V_6 = (bool)((!(((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_41) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_42 = V_6;
|
|
if (L_42)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20017
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_Add_m795DAC107A1867F9C64F8F4FDDDEE9D923C8C4BF (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, int32_t ___0_vertexCount, int32_t ___1_indexCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_vertexCount;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_indexCount;
|
|
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_3 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_4 = L_3->___vertexCount;
|
|
int32_t L_5 = ___0_vertexCount;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_5));
|
|
int32_t L_6 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_7;
|
|
L_7 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
V_2 = (bool)((((int32_t)((((int64_t)((int64_t)L_6)) > ((int64_t)((int64_t)(uint64_t)((uint32_t)L_7))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_9 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_10 = V_0;
|
|
L_9->___vertexCount = L_10;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_11 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t* L_12 = (int32_t*)(&L_11->___indexCount);
|
|
int32_t* L_13 = L_12;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
int32_t L_15 = ___1_indexCount;
|
|
*((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1_inline(__this, NULL);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_16 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_17 = ___0_vertexCount;
|
|
L_16->___vertexCount = L_17;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_18 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_19 = ___1_indexCount;
|
|
L_18->___indexCount = L_19;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
bool L_20 = __this->___m_IsPushingMask;
|
|
V_3 = L_20;
|
|
bool L_21 = V_3;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* L_22 = __this->___m_Mask;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C));
|
|
int32_t L_23 = ___0_vertexCount;
|
|
(&V_4)->___vertexCount = L_23;
|
|
int32_t L_24 = ___1_indexCount;
|
|
(&V_4)->___indexCount = L_24;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_25 = V_4;
|
|
NullCheck(L_22);
|
|
Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB(L_22, L_25, Stack_1_Push_m6232A17919816D16392B4FD8CFD9EE078911AFAB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20018
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_0 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_1 = L_0->___vertexCount;
|
|
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_3 = __this->___m_Allocs;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_4 = __this->___m_Pending;
|
|
NullCheck(L_3);
|
|
List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_inline(L_3, L_4, List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_RuntimeMethod_var);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_5 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
il2cpp_codegen_initobj(L_5, sizeof(AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20019
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPreProcessor__ctor_mC9F66325C7C577C763300E59F0E00196432E6405 (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0BFC03A4ED5890195C10B8308A908F10B13FA1DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCF065800FF47BB709E407B98E405036C6C82A151_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*)il2cpp_codegen_object_new(List_1_tCF065800FF47BB709E407B98E405036C6C82A151_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958(L_0, 1, List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_RuntimeMethod_var);
|
|
__this->___m_HeadAllocs = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_HeadAllocs), (void*)L_0);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_1 = (List_1_tCF065800FF47BB709E407B98E405036C6C82A151*)il2cpp_codegen_object_new(List_1_tCF065800FF47BB709E407B98E405036C6C82A151_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958(L_1, 1, List_1__ctor_m4C1B634836A6AD039A135E2AFAF17B09E97E3958_RuntimeMethod_var);
|
|
__this->___m_TailAllocs = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TailAllocs), (void*)L_1);
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_2 = (List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F*)il2cpp_codegen_object_new(List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m0BFC03A4ED5890195C10B8308A908F10B13FA1DA(L_2, 8, List_1__ctor_m0BFC03A4ED5890195C10B8308A908F10B13FA1DA_RuntimeMethod_var);
|
|
__this->___m_FlattenedEntries = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FlattenedEntries), (void*)L_2);
|
|
Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* L_3 = (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE*)il2cpp_codegen_object_new(Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6(L_3, 1, Stack_1__ctor_m926E7695A4304CE6339322C2C24794FAEF8F3BC6_RuntimeMethod_var);
|
|
__this->___m_Mask = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mask), (void*)L_3);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20020
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_get_firstHeadCommand_m5530A1FD175E72353F73DED826380CFD69473C6A (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___U3CfirstHeadCommandU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20021
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_set_firstHeadCommand_mBE104E8C906F5FA965B9D0507EE01020395EF89A (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3CfirstHeadCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfirstHeadCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20022
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_get_lastHeadCommand_m932EC33A1691EAF1AA3698ED7BCD4F3CCAA7BFF9 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___U3ClastHeadCommandU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20023
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_set_lastHeadCommand_m088C5FC5037309F7BDAB270EDBDB4EF7BDC0593E (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3ClastHeadCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClastHeadCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20024
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_get_firstTailCommand_m0A84A496538AB6B42C8D277DA8596379B2DCF564 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___U3CfirstTailCommandU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20025
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_set_firstTailCommand_m398CD7397CA43A58357445F4CA2BB7C89CFC3922 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3CfirstTailCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfirstTailCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20026
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_get_lastTailCommand_mE89219C4E51155E46FDC6D566F30E2DEBA8DC79F (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___U3ClastTailCommandU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20027
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_set_lastTailCommand_m08E9498996AFCE23F1F485A484140DD3FFC88E98 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3ClastTailCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClastTailCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20028
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_Init_m69F92144A8F958A1CB176F2B83991D3753FD0F41 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_root, RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* ___1_renderTreeManager, RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* ___2_renderData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* V_0 = NULL;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* V_1 = NULL;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* G_B15_0 = NULL;
|
|
EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* G_B14_0 = NULL;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 G_B16_0;
|
|
memset((&G_B16_0), 0, sizeof(G_B16_0));
|
|
EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* G_B16_1 = NULL;
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_0 = ___1_renderTreeManager;
|
|
NullCheck(L_0);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_1;
|
|
L_1 = RenderTreeManager_get_device_m35110EF1CEF0E13FABFEFD579CABDA81D5335310_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_2 = ___1_renderTreeManager;
|
|
__this->___m_RenderTreeManager = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderTreeManager), (void*)L_2);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_3 = ___2_renderData;
|
|
__this->___m_CurrentRenderData = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentRenderData), (void*)L_3);
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_4 = __this->___m_PreProcessor;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = ___0_root;
|
|
NullCheck(L_4);
|
|
EntryPreProcessor_PreProcess_mDE17D36C20EFCE7C50FEDF76810647759D6F7921(L_4, L_5, NULL);
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_6 = __this->___m_PreProcessor;
|
|
NullCheck(L_6);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_7;
|
|
L_7 = EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_inline(L_7, List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_9 = ___2_renderData;
|
|
NullCheck(L_9);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_10 = L_9->___headMesh;
|
|
G_B3_0 = ((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_3 = (bool)G_B3_0;
|
|
bool L_11 = V_3;
|
|
if (!L_11)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_12 = V_0;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_13 = ___2_renderData;
|
|
NullCheck(L_13);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_14 = L_13->___headMesh;
|
|
NullCheck(L_12);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_12, L_14, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_15 = ___2_renderData;
|
|
NullCheck(L_15);
|
|
L_15->___headMesh = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___headMesh), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_16 = __this->___m_PreProcessor;
|
|
NullCheck(L_16);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_17;
|
|
L_17 = EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline(L_16, NULL);
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_inline(L_17, List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
if (L_18)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_19 = ___2_renderData;
|
|
NullCheck(L_19);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_20 = L_19->___tailMesh;
|
|
G_B8_0 = ((!(((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_20) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
bool L_21 = V_4;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_22 = V_0;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_23 = ___2_renderData;
|
|
NullCheck(L_23);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_24 = L_23->___tailMesh;
|
|
NullCheck(L_22);
|
|
UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92(L_22, L_24, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_25 = ___2_renderData;
|
|
NullCheck(L_25);
|
|
L_25->___tailMesh = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_25->___tailMesh), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_26 = ___2_renderData;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = RenderData_get_hasExtraMeshes_m5C633F6BAC7B522BB278D8C6BB0C0FEAC9B950BD_inline(L_26, NULL);
|
|
V_5 = L_27;
|
|
bool L_28 = V_5;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_29 = ___1_renderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_30 = ___2_renderData;
|
|
NullCheck(L_29);
|
|
RenderTreeManager_FreeExtraMeshes_m4432E17A9175C2C352ABA59D726C700F2A3ECBAD(L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_31 = ___1_renderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_32 = ___2_renderData;
|
|
NullCheck(L_31);
|
|
RenderTreeManager_ResetTextures_m2845BB213631F75C75A07AF367BBFCAA460265BF(L_31, L_32, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_33 = ___2_renderData;
|
|
NullCheck(L_33);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_34 = L_33->___parent;
|
|
V_1 = L_34;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_35 = ___2_renderData;
|
|
NullCheck(L_35);
|
|
bool L_36;
|
|
L_36 = RenderData_get_isGroupTransform_m6468EE90AFB0A8428B7303E799083782E8B42835_inline(L_35, NULL);
|
|
V_2 = L_36;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_37 = V_1;
|
|
V_6 = (bool)((!(((RuntimeObject*)(RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)L_37) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_38 = V_6;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_39 = V_1;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = L_39->___childrenMaskDepth;
|
|
__this->___m_MaskDepthPopped = L_40;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
int32_t L_42 = L_41->___childrenStencilRef;
|
|
__this->___m_StencilRefPopped = L_42;
|
|
bool L_43 = V_2;
|
|
if (L_43)
|
|
{
|
|
G_B15_0 = __this;
|
|
goto IL_00ee;
|
|
}
|
|
G_B14_0 = __this;
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_45 = L_44->___clipRectID;
|
|
G_B16_0 = L_45;
|
|
G_B16_1 = G_B14_0;
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
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;
|
|
G_B16_0 = L_46;
|
|
G_B16_1 = G_B15_0;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
NullCheck(G_B16_1);
|
|
G_B16_1->___m_ClipRectIdPopped = G_B16_0;
|
|
goto IL_0116;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
__this->___m_MaskDepthPopped = 0;
|
|
__this->___m_StencilRefPopped = 0;
|
|
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;
|
|
__this->___m_ClipRectIdPopped = L_47;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
int32_t L_48 = __this->___m_MaskDepthPopped;
|
|
__this->___m_MaskDepthPushed = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
int32_t L_49 = __this->___m_MaskDepthPopped;
|
|
__this->___m_StencilRefPushed = L_49;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_50 = ___2_renderData;
|
|
NullCheck(L_50);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_51 = L_50->___clipRectID;
|
|
__this->___m_ClipRectIdPushed = L_51;
|
|
int32_t L_52 = __this->___m_MaskDepthPopped;
|
|
__this->___m_MaskDepth = L_52;
|
|
int32_t L_53 = __this->___m_StencilRefPopped;
|
|
__this->___m_StencilRef = L_53;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_54 = __this->___m_ClipRectIdPopped;
|
|
__this->___m_ClipRectId = L_54;
|
|
__this->___m_VertexDataComputed = (bool)0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_55;
|
|
L_55 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
__this->___m_Transform = L_55;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_56;
|
|
memset((&L_56), 0, sizeof(L_56));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_56), (uint8_t)0, (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
__this->___m_TextCoreSettingsPage = L_56;
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* L_57 = __this->___m_MaskMeshes;
|
|
NullCheck(L_57);
|
|
Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640(L_57, Stack_1_Clear_m53824BE509EAD11B4398248C21F27E87F5860640_RuntimeMethod_var);
|
|
__this->___m_IsDrawingMask = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20029
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ClearReferences_m798684C3E28BE01F37AD4F856423A08484703236 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_0 = __this->___m_PreProcessor;
|
|
NullCheck(L_0);
|
|
EntryPreProcessor_ClearReferences_mF449FCAD2899EB12652343DA77E9BFD52909C8B6(L_0, NULL);
|
|
__this->___m_RenderTreeManager = (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderTreeManager), (void*)(RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E*)NULL);
|
|
__this->___m_CurrentRenderData = (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentRenderData), (void*)(RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2*)NULL);
|
|
__this->___m_Mesh = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mesh), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
__this->___m_FirstCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
__this->___m_LastCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
EntryProcessor_set_firstHeadCommand_mBE104E8C906F5FA965B9D0507EE01020395EF89A_inline(__this, (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL, NULL);
|
|
EntryProcessor_set_lastHeadCommand_m088C5FC5037309F7BDAB270EDBDB4EF7BDC0593E_inline(__this, (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL, NULL);
|
|
EntryProcessor_set_firstTailCommand_m398CD7397CA43A58357445F4CA2BB7C89CFC3922_inline(__this, (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL, NULL);
|
|
EntryProcessor_set_lastTailCommand_m08E9498996AFCE23F1F485A484140DD3FFC88E98_inline(__this, (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20030
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessHead_m1FF76D062963F833AC9AC13FDBBD191B1150B085 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___m_IsTail = (bool)0;
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_0 = __this->___m_PreProcessor;
|
|
NullCheck(L_0);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_1;
|
|
L_1 = EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18_inline(L_0, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_2 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_2);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_3 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)(&L_2->___headMesh);
|
|
EntryProcessor_ProcessFirstAlloc_m6DE39BC922047D750296D27B394840A174E900C7(__this, L_1, L_3, NULL);
|
|
__this->___m_FirstCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
__this->___m_LastCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_4 = __this->___m_PreProcessor;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = EntryPreProcessor_get_childrenIndex_m34DE5797C9193E6D87B1E0E47C3E6B69035AA512_inline(L_4, NULL);
|
|
EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D(__this, 0, ((int32_t)il2cpp_codegen_subtract(L_5, 1)), NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = __this->___m_FirstCommand;
|
|
EntryProcessor_set_firstHeadCommand_mBE104E8C906F5FA965B9D0507EE01020395EF89A_inline(__this, L_6, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = __this->___m_LastCommand;
|
|
EntryProcessor_set_lastHeadCommand_m088C5FC5037309F7BDAB270EDBDB4EF7BDC0593E_inline(__this, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20031
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessTail_m892ABA28607211F2AE4D24670F1AC14A280E03B6 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __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_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_IsTail = (bool)1;
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_0 = __this->___m_PreProcessor;
|
|
NullCheck(L_0);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_1;
|
|
L_1 = EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline(L_0, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_2 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_2);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_3 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)(&L_2->___tailMesh);
|
|
EntryProcessor_ProcessFirstAlloc_m6DE39BC922047D750296D27B394840A174E900C7(__this, L_1, L_3, NULL);
|
|
__this->___m_FirstCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
__this->___m_LastCommand = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_4 = __this->___m_PreProcessor;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = EntryPreProcessor_get_childrenIndex_m34DE5797C9193E6D87B1E0E47C3E6B69035AA512_inline(L_4, NULL);
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_6 = __this->___m_PreProcessor;
|
|
NullCheck(L_6);
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_7;
|
|
L_7 = EntryPreProcessor_get_flattenedEntries_m9CAA092B86D2D53B86C61C3F07C2730D4A23F94F_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_inline(L_7, List_1_get_Count_mFFDD3DEDFA58ADCD13897BB6550FE0B082F168FD_RuntimeMethod_var);
|
|
EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D(__this, ((int32_t)il2cpp_codegen_add(L_5, 1)), ((int32_t)il2cpp_codegen_subtract(L_8, 1)), NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_9 = __this->___m_FirstCommand;
|
|
EntryProcessor_set_firstTailCommand_m398CD7397CA43A58357445F4CA2BB7C89CFC3922_inline(__this, L_9, NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = __this->___m_LastCommand;
|
|
EntryProcessor_set_lastTailCommand_m08E9498996AFCE23F1F485A484140DD3FFC88E98_inline(__this, L_10, NULL);
|
|
int32_t L_11 = __this->___m_MaskDepth;
|
|
int32_t L_12 = __this->___m_MaskDepthPopped;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_11) == ((int32_t)L_12))? 1 : 0), NULL);
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* L_13 = __this->___m_MaskMeshes;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_inline(L_13, Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0), NULL);
|
|
bool L_15 = __this->___m_IsDrawingMask;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20032
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, int32_t ___0_first, int32_t ___1_last, 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_mBFF504097D352A9C3488B9148BA7E429827E7F44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_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;
|
|
}
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_2 = NULL;
|
|
uint16_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_5 = NULL;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_13 = NULL;
|
|
bool V_14 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_15 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_16 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_17 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_18 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_19 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_20 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_21 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_22 = NULL;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_23 = NULL;
|
|
bool V_24 = false;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_0 = __this->___m_PreProcessor;
|
|
NullCheck(L_0);
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_1;
|
|
L_1 = EntryPreProcessor_get_flattenedEntries_m9CAA092B86D2D53B86C61C3F07C2730D4A23F94F_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___0_first;
|
|
V_1 = L_2;
|
|
goto IL_062c;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_3 = V_0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5;
|
|
L_5 = List_1_get_Item_mBFF504097D352A9C3488B9148BA7E429827E7F44(L_3, L_4, List_1_get_Item_mBFF504097D352A9C3488B9148BA7E429827E7F44_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
uint16_t L_7 = L_6->___type;
|
|
V_4 = L_7;
|
|
uint16_t L_8 = V_4;
|
|
V_3 = L_8;
|
|
uint16_t L_9 = V_3;
|
|
switch (L_9)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01e9;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0204;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0248;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_02f1;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0387;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0393;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_03e3;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0408;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0443;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0454;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_0465;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_04a3;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_04e1;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_051f;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_05aa;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_05e5;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_0387;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0621;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
__this->___m_RenderType = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_10 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_11 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_10, L_11, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = L_12->___texture;
|
|
V_5 = L_13;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_14 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid;
|
|
V_6 = L_14;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_15 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_16;
|
|
L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_7 = L_16;
|
|
bool L_17 = V_7;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_18 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_18);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_19;
|
|
L_19 = RenderTreeManager_get_atlas_m1F4883A7FBB1B14BD27D4D6C29F85BCD1841BC13_inline(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_20 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_20);
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_21;
|
|
L_21 = RenderTreeManager_get_atlas_m1F4883A7FBB1B14BD27D4D6C29F85BCD1841BC13_inline(L_20, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_22 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_22);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = L_22->___owner;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = V_5;
|
|
NullCheck(L_21);
|
|
bool L_25;
|
|
L_25 = VirtualFuncInvoker4< bool, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(4, L_21, L_23, ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_24, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var)), (&V_6), (&V_8));
|
|
G_B8_0 = ((int32_t)(L_25));
|
|
goto IL_00fd;
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
V_9 = (bool)G_B8_0;
|
|
bool L_26 = V_9;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_RenderType = 3;
|
|
int32_t L_27;
|
|
L_27 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline((&V_8), NULL);
|
|
int32_t L_28;
|
|
L_28 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline((&V_8), NULL);
|
|
int32_t L_29;
|
|
L_29 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline((&V_8), NULL);
|
|
int32_t L_30;
|
|
L_30 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline((&V_8), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_31;
|
|
memset((&L_31), 0, sizeof(L_31));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_31), ((float)L_27), ((float)L_28), ((float)L_29), ((float)L_30), NULL);
|
|
__this->___m_AtlasRect = L_31;
|
|
__this->___m_RemapUVs = (bool)1;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_32 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_33 = __this->___m_CurrentRenderData;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_34 = V_5;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_35 = V_6;
|
|
NullCheck(L_32);
|
|
RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578(L_32, L_33, L_34, L_35, (bool)1, NULL);
|
|
goto IL_0185;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
__this->___m_RenderType = 2;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_36;
|
|
L_36 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_37 = V_5;
|
|
NullCheck(L_36);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_38;
|
|
L_38 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_36, L_37, NULL);
|
|
V_6 = L_38;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_39 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_40 = __this->___m_CurrentRenderData;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_41 = V_5;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_42 = V_6;
|
|
NullCheck(L_39);
|
|
RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578(L_39, L_40, L_41, L_42, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
__this->___m_RenderType = 0;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_43 = V_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_44 = V_6;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_43, L_44, NULL);
|
|
__this->___m_RemapUVs = (bool)0;
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
__this->___m_RenderType = 2;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_45;
|
|
L_45 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_46 = V_2;
|
|
NullCheck(L_46);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_47 = L_46->___texture;
|
|
NullCheck(L_45);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_48;
|
|
L_48 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_45, L_47, NULL);
|
|
V_10 = L_48;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_49 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_50 = __this->___m_CurrentRenderData;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_51 = V_2;
|
|
NullCheck(L_51);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_52 = L_51->___texture;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_53 = V_10;
|
|
NullCheck(L_49);
|
|
RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578(L_49, L_50, L_52, L_53, (bool)0, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_54 = V_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_55 = V_10;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_54, L_55, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
__this->___m_RenderType = 2;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_56 = V_2;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_57 = V_2;
|
|
NullCheck(L_57);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_58 = L_57->___textureId;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_56, L_58, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
__this->___m_RenderType = 1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_59;
|
|
L_59 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_60 = V_2;
|
|
NullCheck(L_60);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_61 = L_60->___texture;
|
|
NullCheck(L_59);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_62;
|
|
L_62 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_59, L_61, NULL);
|
|
V_11 = L_62;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_63 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_64 = __this->___m_CurrentRenderData;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_65 = V_2;
|
|
NullCheck(L_65);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_66 = L_65->___texture;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_67 = V_11;
|
|
NullCheck(L_63);
|
|
RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578(L_63, L_64, L_66, L_67, (bool)0, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_68 = V_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_69 = V_11;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_68, L_69, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
__this->___m_RenderType = 4;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_70 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_70);
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_71;
|
|
L_71 = RenderTreeManager_get_vectorImageManager_mB11BA851B05B0256E9C075960F8C9BF0FD02B246_inline(L_70, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_72 = V_2;
|
|
NullCheck(L_72);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_73 = L_72->___gradientsOwner;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_74 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_74);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_75 = L_74->___owner;
|
|
NullCheck(L_71);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_76;
|
|
L_76 = VectorImageManager_AddUser_m3F4161820F0F85C7A51782F28D7BDD6DEF6281F3(L_71, L_73, L_75, NULL);
|
|
V_13 = L_76;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_77 = V_13;
|
|
NullCheck(L_77);
|
|
int32_t L_78 = L_77->___destIndex;
|
|
__this->___m_GradientSettingIndexOffset = L_78;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_79 = V_13;
|
|
NullCheck(L_79);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_80 = L_79->___atlas;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_81 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid;
|
|
bool L_82;
|
|
L_82 = TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline(L_80, L_81, NULL);
|
|
V_14 = L_82;
|
|
bool L_83 = V_14;
|
|
if (!L_83)
|
|
{
|
|
goto IL_02a2;
|
|
}
|
|
}
|
|
{
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_84 = V_13;
|
|
NullCheck(L_84);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_85 = L_84->___atlas;
|
|
V_12 = L_85;
|
|
goto IL_02db;
|
|
}
|
|
|
|
IL_02a2:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
|
|
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_86;
|
|
L_86 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_87 = V_2;
|
|
NullCheck(L_87);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_88 = L_87->___gradientsOwner;
|
|
NullCheck(L_88);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_89 = L_88->___atlas;
|
|
NullCheck(L_86);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_90;
|
|
L_90 = TextureRegistry_Acquire_m01619423C02D5352BBFE67A299A6A972DBBA14D5(L_86, L_89, NULL);
|
|
V_12 = L_90;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_91 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_92 = __this->___m_CurrentRenderData;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_93 = V_2;
|
|
NullCheck(L_93);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_94 = L_93->___gradientsOwner;
|
|
NullCheck(L_94);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_95 = L_94->___atlas;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_96 = V_12;
|
|
NullCheck(L_91);
|
|
RenderTreeManager_InsertTexture_m67F98B57A42F3508AAE72EDED83DAEA642E41578(L_91, L_92, L_95, L_96, (bool)0, NULL);
|
|
}
|
|
|
|
IL_02db:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_97 = V_2;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_98 = V_12;
|
|
EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47(__this, L_97, L_98, NULL);
|
|
__this->___m_GradientSettingIndexOffset = (-1);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_02f1:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_99 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_99);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_100;
|
|
L_100 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_99, NULL);
|
|
V_15 = L_100;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_101 = V_15;
|
|
NullCheck(L_101);
|
|
L_101->___type = 2;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_102 = V_15;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_103 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_102);
|
|
L_102->___owner = L_103;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_102->___owner), (void*)L_103);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_104 = V_15;
|
|
bool L_105 = __this->___m_IsTail;
|
|
NullCheck(L_104);
|
|
L_104->___isTail = L_105;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_106 = V_15;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_107 = V_2;
|
|
NullCheck(L_107);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_108 = L_107->___immediateCallback;
|
|
NullCheck(L_106);
|
|
L_106->___callback = L_108;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_106->___callback), (void*)L_108);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_109 = V_15;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_109, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_033c:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_110 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_110);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_111;
|
|
L_111 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_110, NULL);
|
|
V_16 = L_111;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_112 = V_16;
|
|
NullCheck(L_112);
|
|
L_112->___type = 1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_113 = V_16;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_114 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_113);
|
|
L_113->___owner = L_114;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_113->___owner), (void*)L_114);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_115 = V_16;
|
|
bool L_116 = __this->___m_IsTail;
|
|
NullCheck(L_115);
|
|
L_115->___isTail = L_116;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_117 = V_16;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_118 = V_2;
|
|
NullCheck(L_118);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_119 = L_118->___immediateCallback;
|
|
NullCheck(L_117);
|
|
L_117->___callback = L_119;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_117->___callback), (void*)L_119);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_120 = V_16;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_120, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0387:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)0, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0393:
|
|
{
|
|
int32_t L_121 = __this->___m_MaskDepth;
|
|
int32_t L_122 = __this->___m_MaskDepthPopped;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_121) == ((int32_t)L_122))? 1 : 0), NULL);
|
|
bool L_123 = __this->___m_IsDrawingMask;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_123) == ((int32_t)0))? 1 : 0), NULL);
|
|
__this->___m_IsDrawingMask = (bool)1;
|
|
int32_t L_124 = __this->___m_StencilRefPushed;
|
|
__this->___m_StencilRef = L_124;
|
|
int32_t L_125 = __this->___m_MaskDepth;
|
|
int32_t L_126 = __this->___m_StencilRef;
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_125) == ((int32_t)L_126))? 1 : 0), NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_03e3:
|
|
{
|
|
bool L_127 = __this->___m_IsDrawingMask;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_127, NULL);
|
|
__this->___m_IsDrawingMask = (bool)0;
|
|
int32_t L_128 = __this->___m_MaskDepthPushed;
|
|
__this->___m_MaskDepth = L_128;
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0408:
|
|
{
|
|
int32_t L_129 = __this->___m_MaskDepth;
|
|
int32_t L_130 = __this->___m_StencilRef;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_129) == ((int32_t)((int32_t)il2cpp_codegen_add(L_130, 1))))? 1 : 0), NULL);
|
|
EntryProcessor_DrawReverseMask_m5C12D6218832AE35EE676823A4ECF62E3F13899C(__this, NULL);
|
|
int32_t L_131 = __this->___m_MaskDepthPopped;
|
|
__this->___m_MaskDepth = L_131;
|
|
int32_t L_132 = __this->___m_StencilRefPopped;
|
|
__this->___m_StencilRef = L_132;
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0443:
|
|
{
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_133 = __this->___m_ClipRectIdPushed;
|
|
__this->___m_ClipRectId = L_133;
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0454:
|
|
{
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_134 = __this->___m_ClipRectIdPopped;
|
|
__this->___m_ClipRectId = L_134;
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0465:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_135 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_135);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_136;
|
|
L_136 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_135, NULL);
|
|
V_17 = L_136;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_137 = V_17;
|
|
NullCheck(L_137);
|
|
L_137->___type = 5;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_138 = V_17;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_139 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_138);
|
|
L_138->___owner = L_139;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_138->___owner), (void*)L_139);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_140 = V_17;
|
|
bool L_141 = __this->___m_IsTail;
|
|
NullCheck(L_140);
|
|
L_140->___isTail = L_141;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_142 = V_17;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_142, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_04a3:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_143 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_143);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_144;
|
|
L_144 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_143, NULL);
|
|
V_18 = L_144;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_145 = V_18;
|
|
NullCheck(L_145);
|
|
L_145->___type = 6;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_146 = V_18;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_147 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_146);
|
|
L_146->___owner = L_147;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_146->___owner), (void*)L_147);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_148 = V_18;
|
|
bool L_149 = __this->___m_IsTail;
|
|
NullCheck(L_148);
|
|
L_148->___isTail = L_149;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_150 = V_18;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_150, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_04e1:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_151 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_151);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_152;
|
|
L_152 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_151, NULL);
|
|
V_19 = L_152;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_153 = V_19;
|
|
NullCheck(L_153);
|
|
L_153->___type = 3;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_154 = V_19;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_155 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_154);
|
|
L_154->___owner = L_155;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_154->___owner), (void*)L_155);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_156 = V_19;
|
|
bool L_157 = __this->___m_IsTail;
|
|
NullCheck(L_156);
|
|
L_156->___isTail = L_157;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_158 = V_19;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_158, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_051f:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_159 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_159);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_160;
|
|
L_160 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_159, NULL);
|
|
V_20 = L_160;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_161 = V_20;
|
|
NullCheck(L_161);
|
|
L_161->___type = 4;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_162 = V_20;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_163 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_162);
|
|
L_162->___owner = L_163;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_162->___owner), (void*)L_163);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_164 = V_20;
|
|
bool L_165 = __this->___m_IsTail;
|
|
NullCheck(L_164);
|
|
L_164->___isTail = L_165;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_166 = V_20;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_166, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_055d:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_167 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_167);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_168;
|
|
L_168 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_167, NULL);
|
|
V_21 = L_168;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_169 = V_21;
|
|
NullCheck(L_169);
|
|
L_169->___type = 7;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_170 = V_21;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_171 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_170);
|
|
L_170->___owner = L_171;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_170->___owner), (void*)L_171);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_172 = V_21;
|
|
bool L_173 = __this->___m_IsTail;
|
|
NullCheck(L_172);
|
|
L_172->___isTail = L_173;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_174 = V_21;
|
|
NullCheck(L_174);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_175 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_174->___state);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_176 = V_2;
|
|
NullCheck(L_176);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_177 = L_176->___material;
|
|
L_175->___material = L_177;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_175->___material), (void*)L_177);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_178 = V_21;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_178, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_05aa:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_179 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_179);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_180;
|
|
L_180 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_179, NULL);
|
|
V_22 = L_180;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_181 = V_22;
|
|
NullCheck(L_181);
|
|
L_181->___type = 8;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_182 = V_22;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_183 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_182);
|
|
L_182->___owner = L_183;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_182->___owner), (void*)L_183);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_184 = V_22;
|
|
bool L_185 = __this->___m_IsTail;
|
|
NullCheck(L_184);
|
|
L_184->___isTail = L_185;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_186 = V_22;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_186, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_05e5:
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_187 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_187);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_188;
|
|
L_188 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_187, NULL);
|
|
V_23 = L_188;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_189 = V_23;
|
|
NullCheck(L_189);
|
|
L_189->___type = ((int32_t)11);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_190 = V_23;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_191 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_190);
|
|
L_190->___owner = L_191;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_190->___owner), (void*)L_191);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_192 = V_23;
|
|
bool L_193 = __this->___m_IsTail;
|
|
NullCheck(L_192);
|
|
L_192->___isTail = L_193;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_194 = V_23;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_194, NULL);
|
|
goto IL_0627;
|
|
}
|
|
|
|
IL_0621:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_195 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_195, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_195, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EntryProcessor_ProcessRange_mB1186D4289A90A30288BEC8B50272D74F0993B4D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0627:
|
|
{
|
|
int32_t L_196 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_196, 1));
|
|
}
|
|
|
|
IL_062c:
|
|
{
|
|
int32_t L_197 = V_1;
|
|
int32_t L_198 = ___1_last;
|
|
V_24 = (bool)((((int32_t)((((int32_t)L_197) > ((int32_t)L_198))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_199 = V_24;
|
|
if (L_199)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20033
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessMeshEntry_mC5C43FF5A6AAD4B6E2DC5891EC3057B21E115F47 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_entry, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_textureId, 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*)&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*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_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*)&Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662_RuntimeMethod_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);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_14 = NULL;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
bool V_20 = false;
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
bool V_22 = false;
|
|
int32_t G_B3_0 = 0;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B12_0 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B11_0 = NULL;
|
|
int32_t G_B13_0 = 0;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B13_1 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B15_0 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B14_0 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B16_1 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B18_0 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B17_0 = NULL;
|
|
int32_t G_B19_0 = 0;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B19_1 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B21_0 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B20_0 = NULL;
|
|
float G_B22_0 = 0.0f;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B22_1 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B24_0 = NULL;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B23_0 = NULL;
|
|
int32_t G_B25_0 = 0;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* G_B25_1 = NULL;
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___0_entry;
|
|
NullCheck(L_0);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_1 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_0->___vertices);
|
|
int32_t L_2;
|
|
L_2 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_1, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_entry;
|
|
NullCheck(L_3);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_4 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_3->___indices);
|
|
int32_t L_5;
|
|
L_5 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_4, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((int32_t)L_6) > ((int32_t)0))? 1 : 0)) == ((int32_t)((((int32_t)L_7) > ((int32_t)0))? 1 : 0)))? 1 : 0), NULL);
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
G_B3_0 = ((((int32_t)L_9) > ((int32_t)0))? 1 : 0);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0472;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = __this->___m_VertsFilled;
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13 = __this->___m_AllocVertexCount;
|
|
V_15 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(L_11, L_12))) > ((int32_t)L_13))? 1 : 0);
|
|
bool L_14 = V_15;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
EntryProcessor_ProcessNextAlloc_mED9B7C12714E2576C5543C809BC6605D786F5B04(__this, NULL);
|
|
int32_t L_15 = __this->___m_VertsFilled;
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = __this->___m_AllocVertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_15, L_16))) > ((int32_t)L_17))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
bool L_18 = __this->___m_VertexDataComputed;
|
|
V_16 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
|
|
bool L_19 = V_16;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_20 = __this->___m_CurrentRenderData;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_21 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_Transform);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_GetVerticesTransformInfo_m2832F7F7AA59C6AC1573E5E531E7AA05CD83C88D(L_20, L_21, NULL);
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_22 = __this->___m_CurrentRenderData;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23 = __this->___m_Transform;
|
|
NullCheck(L_22);
|
|
L_22->___verticesSpace = L_23;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_24 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_24);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_25 = L_24->___shaderInfoAllocator;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_26 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_26);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_27 = L_26->___transformID;
|
|
NullCheck(L_25);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_28;
|
|
L_28 = UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1(L_25, L_27, NULL);
|
|
__this->___m_TransformData = L_28;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_29 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_29);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_30 = L_29->___shaderInfoAllocator;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_31 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_31);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_32 = L_31->___opacityID;
|
|
NullCheck(L_30);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_33;
|
|
L_33 = UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B(L_30, L_32, NULL);
|
|
__this->___m_OpacityData = L_33;
|
|
__this->___m_VertexDataComputed = (bool)1;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_34 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_OpacityData);
|
|
uint8_t L_35 = L_34->___r;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_36 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_OpacityData);
|
|
uint8_t L_37 = L_36->___g;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_3), L_35, L_37, (uint8_t)0, (uint8_t)0, NULL);
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_38 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_38);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_39 = L_38->___shaderInfoAllocator;
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_40 = __this->___m_ClipRectId;
|
|
NullCheck(L_39);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_41;
|
|
L_41 = UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA(L_39, L_40, NULL);
|
|
V_4 = L_41;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_42 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_TransformData);
|
|
uint8_t L_43 = L_42->___b;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_44 = V_4;
|
|
uint8_t L_45 = L_44.___b;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_46 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_OpacityData);
|
|
uint8_t L_47 = L_46->___b;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_5), L_43, L_45, L_47, (uint8_t)0, NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_48 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_TransformData);
|
|
uint8_t L_49 = L_48->___r;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_50 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_TransformData);
|
|
uint8_t L_51 = L_50->___g;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_52 = V_4;
|
|
uint8_t L_53 = L_52.___r;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_54 = V_4;
|
|
uint8_t L_55 = L_54.___g;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_6), L_49, L_51, L_53, L_55, NULL);
|
|
int32_t L_56 = __this->___m_RenderType;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_7), (uint8_t)((int32_t)(uint8_t)L_56), (uint8_t)0, (uint8_t)0, (uint8_t)0, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_57 = ___0_entry;
|
|
NullCheck(L_57);
|
|
uint16_t L_58 = L_57->___flags;
|
|
V_17 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_58&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_59 = V_17;
|
|
if (!L_59)
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_60 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_60);
|
|
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_61 = L_60->___shaderInfoAllocator;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_62 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_62);
|
|
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63 = L_62->___textCoreSettingsID;
|
|
NullCheck(L_61);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_64;
|
|
L_64 = UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A(L_61, L_63, NULL);
|
|
V_18 = L_64;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_65 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_TextCoreSettingsPage);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_66 = V_18;
|
|
uint8_t L_67 = L_66.___r;
|
|
L_65->___r = L_67;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_68 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&__this->___m_TextCoreSettingsPage);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_69 = V_18;
|
|
uint8_t L_70 = L_69.___g;
|
|
L_68->___g = L_70;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_71 = V_18;
|
|
uint8_t L_72 = L_71.___b;
|
|
(&V_5)->___a = L_72;
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_73 = __this->___m_Verts;
|
|
int32_t L_74 = __this->___m_VertsFilled;
|
|
int32_t L_75 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_76;
|
|
L_76 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_73, L_74, L_75, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
V_8 = L_76;
|
|
int32_t L_77 = __this->___m_VertsFilled;
|
|
uint16_t L_78 = __this->___m_IndexOffset;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_77, (int32_t)L_78));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_79 = __this->___m_Indices;
|
|
int32_t L_80 = __this->___m_IndicesFilled;
|
|
int32_t L_81 = V_1;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_82;
|
|
L_82 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_79, L_80, L_81, NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
V_10 = L_82;
|
|
int32_t L_83 = __this->___m_MaskDepth;
|
|
int32_t L_84 = __this->___m_StencilRef;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
bool L_85;
|
|
L_85 = UIRUtility_ShapeWindingIsClockwise_mCB54BE4682881EE9A1EDC154E0C9C655FB8883DF_inline(L_83, L_84, NULL);
|
|
V_11 = L_85;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_86 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_86);
|
|
bool L_87 = L_86->___worldFlipsWinding;
|
|
V_12 = L_87;
|
|
il2cpp_codegen_initobj((&V_19), sizeof(ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1));
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_88 = ___0_entry;
|
|
NullCheck(L_88);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_89 = L_88->___vertices;
|
|
void* L_90;
|
|
L_90 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_89, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
intptr_t L_91;
|
|
L_91 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_90, NULL);
|
|
(&V_19)->___vertSrc = L_91;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_92 = V_8;
|
|
void* L_93;
|
|
L_93 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_92, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
intptr_t L_94;
|
|
L_94 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_93, NULL);
|
|
(&V_19)->___vertDst = L_94;
|
|
int32_t L_95 = V_0;
|
|
(&V_19)->___vertCount = L_95;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_96 = __this->___m_Transform;
|
|
(&V_19)->___transform = L_96;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_97 = V_6;
|
|
(&V_19)->___xformClipPages = L_97;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_98 = V_5;
|
|
(&V_19)->___ids = L_98;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_99 = V_7;
|
|
(&V_19)->___addFlags = L_99;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_100 = V_3;
|
|
(&V_19)->___opacityPage = L_100;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_101 = __this->___m_TextCoreSettingsPage;
|
|
(&V_19)->___textCoreSettingsPage = L_101;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_102 = ___0_entry;
|
|
NullCheck(L_102);
|
|
uint16_t L_103 = L_102->___flags;
|
|
if (((int32_t)((int32_t)L_103&1)))
|
|
{
|
|
G_B12_0 = (&V_19);
|
|
goto IL_02c8;
|
|
}
|
|
G_B11_0 = (&V_19);
|
|
}
|
|
{
|
|
G_B13_0 = 0;
|
|
G_B13_1 = G_B11_0;
|
|
goto IL_02c9;
|
|
}
|
|
|
|
IL_02c8:
|
|
{
|
|
G_B13_0 = 1;
|
|
G_B13_1 = G_B12_0;
|
|
}
|
|
|
|
IL_02c9:
|
|
{
|
|
G_B13_1->___usesTextCoreSettings = G_B13_0;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
float L_104;
|
|
L_104 = TextureId_ConvertToGpu_m7631D660D6ACC5564194AE253544BE092BE83CC3((&___1_textureId), NULL);
|
|
(&V_19)->___textureId = L_104;
|
|
int32_t L_105 = __this->___m_GradientSettingIndexOffset;
|
|
(&V_19)->___gradientSettingsIndexOffset = L_105;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_106 = ___0_entry;
|
|
NullCheck(L_106);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_107 = L_106->___indices;
|
|
void* L_108;
|
|
L_108 = NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918(L_107, NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
intptr_t L_109;
|
|
L_109 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_108, NULL);
|
|
(&V_19)->___indexSrc = L_109;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_110 = V_10;
|
|
void* L_111;
|
|
L_111 = NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918(L_110, NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
intptr_t L_112;
|
|
L_112 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_111, NULL);
|
|
(&V_19)->___indexDst = L_112;
|
|
int32_t L_113;
|
|
L_113 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_10), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
(&V_19)->___indexCount = L_113;
|
|
int32_t L_114 = V_9;
|
|
(&V_19)->___indexOffset = L_114;
|
|
bool L_115 = V_11;
|
|
bool L_116 = V_12;
|
|
if ((((int32_t)L_115) == ((int32_t)L_116)))
|
|
{
|
|
G_B15_0 = (&V_19);
|
|
goto IL_0335;
|
|
}
|
|
G_B14_0 = (&V_19);
|
|
}
|
|
{
|
|
G_B16_0 = 0;
|
|
G_B16_1 = G_B14_0;
|
|
goto IL_0336;
|
|
}
|
|
|
|
IL_0335:
|
|
{
|
|
G_B16_0 = 1;
|
|
G_B16_1 = G_B15_0;
|
|
}
|
|
|
|
IL_0336:
|
|
{
|
|
G_B16_1->___flipIndices = G_B16_0;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_117 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_117);
|
|
bool L_118;
|
|
L_118 = RenderTreeManager_get_isFlat_mBEF4B1D5E0BAC4606D60130DBC23EFC07A2515B5_inline(L_117, NULL);
|
|
if (L_118)
|
|
{
|
|
G_B18_0 = (&V_19);
|
|
goto IL_034d;
|
|
}
|
|
G_B17_0 = (&V_19);
|
|
}
|
|
{
|
|
G_B19_0 = 0;
|
|
G_B19_1 = G_B17_0;
|
|
goto IL_034e;
|
|
}
|
|
|
|
IL_034d:
|
|
{
|
|
G_B19_0 = 1;
|
|
G_B19_1 = G_B18_0;
|
|
}
|
|
|
|
IL_034e:
|
|
{
|
|
G_B19_1->___forceZ = G_B19_0;
|
|
bool L_119 = __this->___m_IsDrawingMask;
|
|
if (L_119)
|
|
{
|
|
G_B21_0 = (&V_19);
|
|
goto IL_0364;
|
|
}
|
|
G_B20_0 = (&V_19);
|
|
}
|
|
{
|
|
G_B22_0 = (0.0f);
|
|
G_B22_1 = G_B20_0;
|
|
goto IL_0369;
|
|
}
|
|
|
|
IL_0364:
|
|
{
|
|
G_B22_0 = (1.0f);
|
|
G_B22_1 = G_B21_0;
|
|
}
|
|
|
|
IL_0369:
|
|
{
|
|
G_B22_1->___positionZ = G_B22_0;
|
|
bool L_120 = __this->___m_RemapUVs;
|
|
if (L_120)
|
|
{
|
|
G_B24_0 = (&V_19);
|
|
goto IL_037b;
|
|
}
|
|
G_B23_0 = (&V_19);
|
|
}
|
|
{
|
|
G_B25_0 = 0;
|
|
G_B25_1 = G_B23_0;
|
|
goto IL_037c;
|
|
}
|
|
|
|
IL_037b:
|
|
{
|
|
G_B25_0 = 1;
|
|
G_B25_1 = G_B24_0;
|
|
}
|
|
|
|
IL_037c:
|
|
{
|
|
G_B25_1->___remapUVs = G_B25_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_121 = __this->___m_AtlasRect;
|
|
(&V_19)->___atlasRect = L_121;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1 L_122 = V_19;
|
|
V_13 = L_122;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_123 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_123);
|
|
JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* L_124;
|
|
L_124 = RenderTreeManager_get_jobManager_mCFD0DB0F9AD9E6F232B8A11087BEEFC9AD773ABD_inline(L_123, NULL);
|
|
NullCheck(L_124);
|
|
JobManager_Add_m67E5C5C0D9AD911FDA18CB3407E7D52A63F238FD(L_124, (&V_13), NULL);
|
|
bool L_125 = __this->___m_IsDrawingMask;
|
|
V_20 = L_125;
|
|
bool L_126 = V_20;
|
|
if (!L_126)
|
|
{
|
|
goto IL_03e4;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* L_127 = __this->___m_MaskMeshes;
|
|
il2cpp_codegen_initobj((&V_21), sizeof(MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_128 = V_8;
|
|
(&V_21)->___vertices = L_128;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_129 = V_10;
|
|
(&V_21)->___indices = L_129;
|
|
int32_t L_130 = V_9;
|
|
(&V_21)->___indexOffset = L_130;
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B L_131 = V_21;
|
|
NullCheck(L_127);
|
|
Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662(L_127, L_131, Stack_1_Push_m2C039120BC692BECB3D8C0F260B01A50E1E39662_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_03e4:
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_132 = __this->___m_Mesh;
|
|
int32_t L_133 = V_1;
|
|
int32_t L_134 = __this->___m_IndicesFilled;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_135 = ___0_entry;
|
|
NullCheck(L_135);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_136 = L_135->___material;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_137 = ___1_textureId;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_138;
|
|
L_138 = EntryProcessor_CreateMeshDrawCommand_m7D4E592F3A0F48CD7EF1701A404FC6279E479B14(__this, L_132, L_133, L_134, L_136, L_137, NULL);
|
|
V_14 = L_138;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_139 = V_14;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_139, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_140 = ___0_entry;
|
|
NullCheck(L_140);
|
|
uint16_t L_141 = L_140->___type;
|
|
V_22 = (bool)((((int32_t)L_141) == ((int32_t)4))? 1 : 0);
|
|
bool L_142 = V_22;
|
|
if (!L_142)
|
|
{
|
|
goto IL_043e;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_143 = V_14;
|
|
NullCheck(L_143);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_144 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_143->___state);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_145 = ___0_entry;
|
|
NullCheck(L_145);
|
|
float L_146 = L_145->___textScale;
|
|
L_144->___sdfScale = L_146;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_147 = V_14;
|
|
NullCheck(L_147);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_148 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_147->___state);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_149 = ___0_entry;
|
|
NullCheck(L_149);
|
|
float L_150 = L_149->___fontSharpness;
|
|
L_148->___sharpness = L_150;
|
|
}
|
|
|
|
IL_043e:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_151 = V_14;
|
|
NullCheck(L_151);
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_152 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_151->___state);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_153 = ___0_entry;
|
|
NullCheck(L_153);
|
|
uint16_t L_154 = L_153->___flags;
|
|
L_152->___isPremultiplied = (bool)((!(((uint32_t)((int32_t)((int32_t)L_154&2))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_155 = __this->___m_VertsFilled;
|
|
int32_t L_156 = V_0;
|
|
__this->___m_VertsFilled = ((int32_t)il2cpp_codegen_add(L_155, L_156));
|
|
int32_t L_157 = __this->___m_IndicesFilled;
|
|
int32_t L_158 = V_1;
|
|
__this->___m_IndicesFilled = ((int32_t)il2cpp_codegen_add(L_157, L_158));
|
|
}
|
|
|
|
IL_0472:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20034
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_DrawReverseMask_m5C12D6218832AE35EE676823A4ECF62E3F13899C (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __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*)&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*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_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*)&Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_3 = NULL;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
{
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* L_0 = __this->___m_MaskMeshes;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E(L_0, (&V_0), Stack_1_TryPop_m1507821F01ECE85653C7908AB4BF5CDDA6BECB5E_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_3 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_4;
|
|
L_4 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_3, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_5 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices);
|
|
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)((((int32_t)L_4) > ((int32_t)0))? 1 : 0)) == ((int32_t)((((int32_t)L_6) > ((int32_t)0))? 1 : 0)))? 1 : 0), NULL);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_7 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_8;
|
|
L_8 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_7, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_9 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices);
|
|
int32_t L_10;
|
|
L_10 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_9, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
G_B5_0 = ((((int32_t)L_10) > ((int32_t)0))? 1 : 0);
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_01b9;
|
|
}
|
|
}
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_12 = __this->___m_Mesh;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_13 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_14;
|
|
L_14 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_13, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_15 = __this->___m_IndicesFilled;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_16 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_17;
|
|
L_17 = EntryProcessor_CreateMeshDrawCommand_m7D4E592F3A0F48CD7EF1701A404FC6279E479B14(__this, L_12, L_14, L_15, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, L_16, NULL);
|
|
V_3 = L_17;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_18 = V_3;
|
|
EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline(__this, L_18, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_19 = __this->___m_Verts;
|
|
int32_t L_20 = __this->___m_VertsFilled;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_21 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices);
|
|
int32_t L_22;
|
|
L_22 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_21, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_23;
|
|
L_23 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_19, L_20, L_22, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
V_4 = L_23;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_24 = __this->___m_Indices;
|
|
int32_t L_25 = __this->___m_IndicesFilled;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_26 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_27;
|
|
L_27 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_26, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_28;
|
|
L_28 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_24, L_25, L_27, NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
V_5 = L_28;
|
|
il2cpp_codegen_initobj((&V_7), sizeof(CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8));
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B L_29 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_30 = L_29.___vertices;
|
|
void* L_31;
|
|
L_31 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_30, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
intptr_t L_32;
|
|
L_32 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_31, NULL);
|
|
(&V_7)->___vertSrc = L_32;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_33 = V_4;
|
|
void* L_34;
|
|
L_34 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_33, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
intptr_t L_35;
|
|
L_35 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_34, NULL);
|
|
(&V_7)->___vertDst = L_35;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_36 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices);
|
|
int32_t L_37;
|
|
L_37 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_36, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
(&V_7)->___vertCount = L_37;
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B L_38 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_39 = L_38.___indices;
|
|
void* L_40;
|
|
L_40 = NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918(L_39, NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
intptr_t L_41;
|
|
L_41 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_40, NULL);
|
|
(&V_7)->___indexSrc = L_41;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_42 = V_5;
|
|
void* L_43;
|
|
L_43 = NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918(L_42, NativeSliceUnsafeUtility_GetUnsafePtr_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m6587359875DD85AF7B9BD3317FADF46E4DEA3918_RuntimeMethod_var);
|
|
intptr_t L_44;
|
|
L_44 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_43, NULL);
|
|
(&V_7)->___indexDst = L_44;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_45 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_46;
|
|
L_46 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_45, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
(&V_7)->___indexCount = L_46;
|
|
uint16_t L_47 = __this->___m_IndexOffset;
|
|
int32_t L_48 = __this->___m_VertsFilled;
|
|
MaskMesh_tBA4A29153655DB02C99D6BF624A64795A084806B L_49 = V_0;
|
|
int32_t L_50 = L_49.___indexOffset;
|
|
(&V_7)->___indexOffset = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_47, L_48)), L_50));
|
|
CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8 L_51 = V_7;
|
|
V_6 = L_51;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_52 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_52);
|
|
JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* L_53;
|
|
L_53 = RenderTreeManager_get_jobManager_mCFD0DB0F9AD9E6F232B8A11087BEEFC9AD773ABD_inline(L_52, NULL);
|
|
NullCheck(L_53);
|
|
JobManager_Add_m7C7A8BA3BAD7E045640D438875D98910B73E2070(L_53, (&V_6), NULL);
|
|
int32_t L_54 = __this->___m_IndicesFilled;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_55 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&(&V_0)->___indices);
|
|
int32_t L_56;
|
|
L_56 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_55, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
__this->___m_IndicesFilled = ((int32_t)il2cpp_codegen_add(L_54, L_56));
|
|
int32_t L_57 = __this->___m_VertsFilled;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_58 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&(&V_0)->___vertices);
|
|
int32_t L_59;
|
|
L_59 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_58, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
__this->___m_VertsFilled = ((int32_t)il2cpp_codegen_add(L_57, L_59));
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
goto IL_0001;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20035
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* EntryProcessor_CreateMeshDrawCommand_m7D4E592F3A0F48CD7EF1701A404FC6279E479B14 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, int32_t ___1_indexCount, int32_t ___2_indexOffset, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___4_texture, const RuntimeMethod* method)
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_2 = NULL;
|
|
{
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_0 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_0);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
|
|
L_1 = RenderTreeManager_AllocCommand_m68DA6598A943C3E26D21C2AF0369872567935625(L_0, NULL);
|
|
V_0 = L_1;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = 0;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___3_material;
|
|
(&V_1)->___material = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___material), (void*)L_4);
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_5 = ___4_texture;
|
|
(&V_1)->___texture = L_5;
|
|
int32_t L_6 = __this->___m_StencilRef;
|
|
(&V_1)->___stencilRef = L_6;
|
|
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_7 = V_1;
|
|
NullCheck(L_3);
|
|
L_3->___state = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_3->___state))->___material), (void*)NULL);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = V_0;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_9 = ___0_mesh;
|
|
NullCheck(L_8);
|
|
L_8->___mesh = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___mesh), (void*)L_9);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = V_0;
|
|
int32_t L_11 = ___2_indexOffset;
|
|
NullCheck(L_10);
|
|
L_10->___indexOffset = L_11;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_12 = V_0;
|
|
int32_t L_13 = ___1_indexCount;
|
|
NullCheck(L_12);
|
|
L_12->___indexCount = L_13;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_14 = V_0;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_15 = __this->___m_CurrentRenderData;
|
|
NullCheck(L_14);
|
|
L_14->___owner = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___owner), (void*)L_15);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_16 = V_0;
|
|
bool L_17 = __this->___m_IsTail;
|
|
NullCheck(L_16);
|
|
L_16->___isTail = L_17;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_18 = V_0;
|
|
V_2 = L_18;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_19 = V_2;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 20036
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_next, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___m_FirstCommand;
|
|
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = ___0_next;
|
|
__this->___m_FirstCommand = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand), (void*)L_2);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___0_next;
|
|
__this->___m_LastCommand = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)L_3);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = ___0_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = __this->___m_LastCommand;
|
|
NullCheck(L_4);
|
|
L_4->___prev = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___prev), (void*)L_5);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = __this->___m_LastCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = ___0_next;
|
|
NullCheck(L_6);
|
|
L_6->___next = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___next), (void*)L_7);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = ___0_next;
|
|
__this->___m_LastCommand = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)L_8);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20037
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessFirstAlloc_m6DE39BC922047D750296D27B394840A174E900C7 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, List_1_tCF065800FF47BB709E407B98E405036C6C82A151* ___0_allocList, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** ___1_mesh, 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_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = ___0_allocList;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_inline(L_0, List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_3 = ___0_allocList;
|
|
NullCheck(L_3);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_4;
|
|
L_4 = List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7(L_3, 0, List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_5 = ___1_mesh;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_6 = V_1;
|
|
int32_t L_7 = L_6.___vertexCount;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_8 = V_1;
|
|
int32_t L_9 = L_8.___indexCount;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_10 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_10);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_11;
|
|
L_11 = RenderTreeManager_get_device_m35110EF1CEF0E13FABFEFD579CABDA81D5335310_inline(L_10, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_12 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_Verts);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_13 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&__this->___m_Indices);
|
|
uint16_t* L_14 = (uint16_t*)(&__this->___m_IndexOffset);
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_15 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_15);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_16;
|
|
L_16 = RenderTreeManager_get_statsByRef_m8EF071157397B9D3C84F269DF5714E680FA46F58(L_15, NULL);
|
|
EntryProcessor_UpdateOrAllocate_m60176BFF61ED2A6CDBD2000EB22E68E00647DDAA(L_5, L_7, L_9, L_11, L_12, L_13, L_14, L_16, NULL);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_17 = ___1_mesh;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_18 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_17);
|
|
NullCheck(L_18);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_19 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_18->___allocVerts);
|
|
uint32_t L_20 = L_19->___size;
|
|
__this->___m_AllocVertexCount = L_20;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_21 = ___1_mesh;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_22 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_21);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)L_22) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_23 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_Verts);
|
|
il2cpp_codegen_initobj(L_23, sizeof(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_24 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&__this->___m_Indices);
|
|
il2cpp_codegen_initobj(L_24, sizeof(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A));
|
|
__this->___m_IndexOffset = (uint16_t)0;
|
|
__this->___m_AllocVertexCount = 0;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_25 = ___1_mesh;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_26 = *((MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)L_25);
|
|
__this->___m_Mesh = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mesh), (void*)L_26);
|
|
__this->___m_VertsFilled = 0;
|
|
__this->___m_IndicesFilled = 0;
|
|
__this->___m_AllocIndex = 0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20038
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_ProcessNextAlloc_mED9B7C12714E2576C5543C809BC6605D786F5B04 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __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_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* V_0 = NULL;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* G_B3_0 = NULL;
|
|
{
|
|
bool L_0 = __this->___m_IsTail;
|
|
if (L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_1 = __this->___m_PreProcessor;
|
|
NullCheck(L_1);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_2;
|
|
L_2 = EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18_inline(L_1, NULL);
|
|
G_B3_0 = L_2;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_3 = __this->___m_PreProcessor;
|
|
NullCheck(L_3);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_4;
|
|
L_4 = EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline(L_3, NULL);
|
|
G_B3_0 = L_4;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = G_B3_0;
|
|
int32_t L_5 = __this->___m_AllocIndex;
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_inline(L_6, List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_5) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_7, 1))))? 1 : 0), NULL);
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_8 = V_0;
|
|
int32_t L_9 = __this->___m_AllocIndex;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
int32_t L_10 = V_2;
|
|
__this->___m_AllocIndex = L_10;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_8);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_12;
|
|
L_12 = List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7(L_8, L_11, List_1_get_Item_mB10AD6372D0EE9C4AA96F31842BBDEC64782EEA7_RuntimeMethod_var);
|
|
V_1 = L_12;
|
|
__this->___m_Mesh = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Mesh), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E** L_13 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E**)(&__this->___m_Mesh);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_14 = V_1;
|
|
int32_t L_15 = L_14.___vertexCount;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_16 = V_1;
|
|
int32_t L_17 = L_16.___indexCount;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_18 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_18);
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_19;
|
|
L_19 = RenderTreeManager_get_device_m35110EF1CEF0E13FABFEFD579CABDA81D5335310_inline(L_18, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_20 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&__this->___m_Verts);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_21 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&__this->___m_Indices);
|
|
uint16_t* L_22 = (uint16_t*)(&__this->___m_IndexOffset);
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_23 = __this->___m_RenderTreeManager;
|
|
NullCheck(L_23);
|
|
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_24;
|
|
L_24 = RenderTreeManager_get_statsByRef_m8EF071157397B9D3C84F269DF5714E680FA46F58(L_23, NULL);
|
|
EntryProcessor_UpdateOrAllocate_m60176BFF61ED2A6CDBD2000EB22E68E00647DDAA(L_13, L_15, L_17, L_19, L_20, L_21, L_22, L_24, NULL);
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_25 = __this->___m_Mesh;
|
|
NullCheck(L_25);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_26 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_25->___allocVerts);
|
|
uint32_t L_27 = L_26->___size;
|
|
__this->___m_AllocVertexCount = L_27;
|
|
RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* L_28 = __this->___m_RenderTreeManager;
|
|
RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* L_29 = __this->___m_CurrentRenderData;
|
|
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_30 = __this->___m_Mesh;
|
|
NullCheck(L_28);
|
|
RenderTreeManager_InsertExtraMesh_m06E31CEF21342DBB09ECDC91351B3B12A7801032(L_28, L_29, L_30, NULL);
|
|
__this->___m_VertsFilled = 0;
|
|
__this->___m_IndicesFilled = 0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20039
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor_UpdateOrAllocate_m60176BFF61ED2A6CDBD2000EB22E68E00647DDAA (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);
|
|
uint32_t L_6 = L_5->___size;
|
|
int32_t L_7 = ___1_vertexCount;
|
|
if ((((int64_t)((int64_t)(uint64_t)((uint32_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);
|
|
uint32_t L_11 = L_10->___size;
|
|
int32_t L_12 = ___2_indexCount;
|
|
G_B4_0 = ((((int32_t)((((int64_t)((int64_t)(uint64_t)((uint32_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);
|
|
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);
|
|
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);
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 20040
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryProcessor__ctor_mF4859708661D54B2D4F3C17A479EA57A698F8EB8 (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* L_0 = (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D*)il2cpp_codegen_object_new(EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D_il2cpp_TypeInfo_var);
|
|
EntryPreProcessor__ctor_mC9F66325C7C577C763300E59F0E00196432E6405(L_0, NULL);
|
|
__this->___m_PreProcessor = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreProcessor), (void*)L_0);
|
|
Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* L_1 = (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631*)il2cpp_codegen_object_new(Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631_il2cpp_TypeInfo_var);
|
|
Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6(L_1, 1, Stack_1__ctor_mD407A708B955AD8874E4D824A2BF9D920C56E5F6_RuntimeMethod_var);
|
|
__this->___m_MaskMeshes = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MaskMeshes), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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
|
|
// Method Definition Index: 20041
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry_Reset_m9A4AFCC8A579ED818FE2E1D6B34F5EB42A978675 (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___nextSibling = (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nextSibling), (void*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL);
|
|
__this->___firstChild = (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstChild), (void*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL);
|
|
__this->___lastChild = (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastChild), (void*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)NULL);
|
|
__this->___texture = (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___texture), (void*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL);
|
|
__this->___material = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___material), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
|
|
__this->___gradientsOwner = (VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gradientsOwner), (void*)(VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC*)NULL);
|
|
__this->___flags = 0;
|
|
__this->___immediateCallback = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___immediateCallback), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20042
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_m2EF86B00D2AEDE80147617D0499E5C6768ED23AC (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* __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
|
|
// Method Definition Index: 20043
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder__ctor_m6EA75ADD478DDB33D7222E79F2143FF8FDD224DF (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* ___0_entryPool, 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;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = ___0_entryPool;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((RuntimeObject*)(EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_1 = ___0_entryPool;
|
|
__this->___m_EntryPool = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_EntryPool), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20044
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawMesh_m6311FD8C56149CA3C48AA1CD50F8AB92D33F3A4E (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_texture, int32_t ___4_textureOptions, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B2_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B3_1 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B10_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B9_0 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B11_1 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_3 = ___1_vertices;
|
|
NullCheck(L_2);
|
|
L_2->___vertices = L_3;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_5 = ___2_indices;
|
|
NullCheck(L_4);
|
|
L_4->___indices = L_5;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = V_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_7 = ___3_texture;
|
|
NullCheck(L_6);
|
|
L_6->___texture = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___texture), (void*)L_7);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_8 = V_0;
|
|
int32_t L_9 = ___4_textureOptions;
|
|
if (((int32_t)((int32_t)L_9&2)))
|
|
{
|
|
G_B2_0 = L_8;
|
|
goto IL_002d;
|
|
}
|
|
G_B1_0 = L_8;
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___flags = G_B3_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___3_texture;
|
|
V_1 = (bool)((((RuntimeObject*)(Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)L_10) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
L_12->___type = 0;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
uint16_t L_14 = L_13->___flags;
|
|
if (((int32_t)((int32_t)L_14&2)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___4_textureOptions;
|
|
G_B8_0 = ((!(((uint32_t)((int32_t)((int32_t)L_15&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_16 = V_0;
|
|
bool L_17 = V_2;
|
|
if (L_17)
|
|
{
|
|
G_B10_0 = L_16;
|
|
goto IL_0062;
|
|
}
|
|
G_B9_0 = L_16;
|
|
}
|
|
{
|
|
G_B11_0 = 1;
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
G_B11_0 = 2;
|
|
G_B11_1 = G_B10_0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
NullCheck(G_B11_1);
|
|
G_B11_1->___type = G_B11_0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_18 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_19 = V_0;
|
|
EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969(L_18, L_19, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20045
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawMesh_mDF6177144DBD0751A11A94A138C958FA2CBA951B (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___3_textureId, bool ___4_isPremultiplied, 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*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B2_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B3_1 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = TextureId_IsValid_mD1F9B7DA90F32FE6B1D601652AC64BDC68606F2F((&___3_textureId), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_1 = __this->___m_EntryPool;
|
|
NullCheck(L_1);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2;
|
|
L_2 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_1, NULL);
|
|
V_0 = L_2;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_4 = ___1_vertices;
|
|
NullCheck(L_3);
|
|
L_3->___vertices = L_4;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_6 = ___2_indices;
|
|
NullCheck(L_5);
|
|
L_5->___indices = L_6;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = V_0;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_8 = ___3_textureId;
|
|
NullCheck(L_7);
|
|
L_7->___textureId = L_8;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = V_0;
|
|
bool L_10 = ___4_isPremultiplied;
|
|
if (L_10)
|
|
{
|
|
G_B2_0 = L_9;
|
|
goto IL_0038;
|
|
}
|
|
G_B1_0 = L_9;
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___flags = G_B3_0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
L_11->___type = 3;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = V_0;
|
|
EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969(L_12, L_13, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20046
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawRasterText_m83C71FD9C47E9D983FD1602D7D24F99FA0DF1719 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_texture, bool ___4_multiChannel, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B2_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B3_1 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
bool L_3 = ___4_multiChannel;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
G_B1_0 = L_2;
|
|
}
|
|
{
|
|
G_B3_0 = 4;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___type = G_B3_0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
L_4->___flags = 1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_6 = ___1_vertices;
|
|
NullCheck(L_5);
|
|
L_5->___vertices = L_6;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_8 = ___2_indices;
|
|
NullCheck(L_7);
|
|
L_7->___indices = L_8;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = V_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___3_texture;
|
|
NullCheck(L_9);
|
|
L_9->___texture = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___texture), (void*)L_10);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
L_11->___textScale = (0.0f);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
L_12->___fontSharpness = (0.0f);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_14 = V_0;
|
|
EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969(L_13, L_14, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20047
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawSdfText_m8C05A0D3CA3C334A2B9617F8137ECB5D724CE88D (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_texture, float ___4_scale, float ___5_sharpness, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = 4;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->___flags = 1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_5 = ___1_vertices;
|
|
NullCheck(L_4);
|
|
L_4->___vertices = L_5;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_7 = ___2_indices;
|
|
NullCheck(L_6);
|
|
L_6->___indices = L_7;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_8 = V_0;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_9 = ___3_texture;
|
|
NullCheck(L_8);
|
|
L_8->___texture = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___texture), (void*)L_9);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_10 = V_0;
|
|
float L_11 = ___4_scale;
|
|
NullCheck(L_10);
|
|
L_10->___textScale = L_11;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = V_0;
|
|
float L_13 = ___5_sharpness;
|
|
NullCheck(L_12);
|
|
L_12->___fontSharpness = L_13;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_14 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_15 = V_0;
|
|
EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969(L_14, L_15, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20048
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawGradients_mB599ED7165D8BD932F738FAE94719CFDA32F3452 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___3_gradientsOwner, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = 5;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = V_0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_4 = ___1_vertices;
|
|
NullCheck(L_3);
|
|
L_3->___vertices = L_4;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = V_0;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_6 = ___2_indices;
|
|
NullCheck(L_5);
|
|
L_5->___indices = L_6;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = V_0;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_8 = ___3_gradientsOwner;
|
|
NullCheck(L_7);
|
|
L_7->___gradientsOwner = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___gradientsOwner), (void*)L_8);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_10 = V_0;
|
|
EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969(L_9, L_10, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20049
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawImmediate_m077AA442A153C947721409BCD07A70670D4F19C5 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_callback, bool ___2_cullingEnabled, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B2_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* G_B3_1 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
bool L_3 = ___2_cullingEnabled;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
G_B1_0 = L_2;
|
|
}
|
|
{
|
|
G_B3_0 = 6;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 7;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->___type = G_B3_0;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ___1_callback;
|
|
NullCheck(L_4);
|
|
L_4->___immediateCallback = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___immediateCallback), (void*)L_5);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_6, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20050
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_DrawChildren_m491DC7298B6E48B30D75D95F8026AB0083CE63CB (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = 8;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20051
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_BeginStencilMask_m85530E539AE187A4CBA03393D5C4CBFA55415FD9 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)9);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20052
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_EndStencilMask_m7B32543086D4AC1117D25E83B96C03303A283376 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)10);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20053
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PopStencilMask_m817D051B69E5382684C41C948114FDD42F7F959D (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)11);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20054
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PushClippingRect_m616AA9E86D959B594749E2F0104425B71D91497A (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)12);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20055
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PopClippingRect_m3A08A776F7007F80F9B9D1AFE7A8F4043FB30E3C (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)13);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20056
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PushScissors_mC9373F26E354C24760D36AC90624F9FBEBABD600 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)14);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20057
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PopScissors_m35CB9BD401E35CD5E18087F82AA985439CCD446E (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)15);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20058
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PushGroupMatrix_m20A7682F814D571FD4CF0152A513731AAD97A7B1 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)16);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20059
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PopGroupMatrix_m9BC5CFD8662746E88DF88D63F626D5A91D48518A (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)17);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20060
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PushDefaultMaterial_mD461DED6B3128D3B468C4187480737453E6E2D2A (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)18);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = V_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___1_material;
|
|
NullCheck(L_3);
|
|
L_3->___material = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___material), (void*)L_4);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_5, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20061
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_PopDefaultMaterial_m2A4D9FDC045AA57B507079A651B36DA9C2630ECE (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)19);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20062
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_CutRenderChain_m43FA7487DE60C8C39B42A79971D6B55C52864A96 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)20);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20063
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* EntryRecorder_InsertPlaceholder_mC0039881FC3593C4586B35B5D43D09B0DD8A1A45 (EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* __this, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, const RuntimeMethod* method)
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_0 = NULL;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* V_1 = NULL;
|
|
{
|
|
EntryPool_tA3C5BA5AF7ABD15DF12312C1C7F232CD705F3951* L_0 = __this->___m_EntryPool;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1;
|
|
L_1 = EntryPool_Get_mD20A653A2B9D8DF5D91DA5F7985A71842EF362E4(L_0, NULL);
|
|
V_0 = L_1;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->___type = ((int32_t)21);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = V_0;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_3, L_4, NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = V_0;
|
|
V_1 = L_5;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 20064
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_AppendMeshEntry_mA3262C3AB824D1A1DC53E22909EFB21F4C836969 (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___1_entry, 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_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*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B60D8DB6A372B181C64319FE20948F6AB68418E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A8DD7C6F5FEA2DBEEF52342AA6C2BC5C2CC5292);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58ADCD3094CAFBED0B0FF7F8648348496D14B93E);
|
|
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;
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___1_entry;
|
|
NullCheck(L_0);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_1 = (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)(&L_0->___vertices);
|
|
int32_t L_2;
|
|
L_2 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2(L_1, NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___1_entry;
|
|
NullCheck(L_3);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_4 = (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)(&L_3->___indices);
|
|
int32_t L_5;
|
|
L_5 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F(L_4, NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_0;
|
|
V_2 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral3A8DD7C6F5FEA2DBEEF52342AA6C2BC5C2CC5292, NULL);
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_9;
|
|
L_9 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
V_3 = (bool)((((int64_t)((int64_t)L_8)) > ((int64_t)((int64_t)(uint64_t)((uint32_t)L_9))))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(il2cpp_defaults.int32_class, &L_12);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_14;
|
|
L_14 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
uint32_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(il2cpp_defaults.uint32_class, &L_15);
|
|
String_t* L_17;
|
|
L_17 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral58ADCD3094CAFBED0B0FF7F8648348496D14B93E, L_13, L_16, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_17, NULL);
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
V_4 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
|
|
bool L_19 = V_4;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral1B60D8DB6A372B181C64319FE20948F6AB68418E, NULL);
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_20 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_21 = ___1_entry;
|
|
EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline(L_20, L_21, NULL);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20065
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80 (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___1_entry, 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;
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___0_parentEntry;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1 = L_0->___lastChild;
|
|
V_0 = (bool)((((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
NullCheck(L_3);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = L_3->___firstChild;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = ___1_entry;
|
|
NullCheck(L_5);
|
|
L_5->___firstChild = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___firstChild), (void*)L_6);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_8 = ___1_entry;
|
|
NullCheck(L_7);
|
|
L_7->___lastChild = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___lastChild), (void*)L_8);
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = ___0_parentEntry;
|
|
NullCheck(L_9);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_10 = L_9->___lastChild;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_11 = ___1_entry;
|
|
NullCheck(L_10);
|
|
L_10->___nextSibling = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___nextSibling), (void*)L_11);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = ___1_entry;
|
|
NullCheck(L_12);
|
|
L_12->___lastChild = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___lastChild), (void*)L_13);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
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
|
|
// Method Definition Index: 20066
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GradientSettingsAtlas_get_length_m1B3592189141C1B29FBE8A22603E772230E9E5EA (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Length;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 20067
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20068
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_disposed_m17E7BF319F63EB21F3E9F8CD1E4CD39FAF2A671C (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20069
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Dispose_m4C157AEF461F729E64B8D703F1935C7CC9AD6269 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __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, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20070
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Dispose_mD2E0AD6202AFCA680454686421AEA6A950F42639 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = __this->___m_Atlas;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_4, NULL);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
GradientSettingsAtlas_set_disposed_m17E7BF319F63EB21F3E9F8CD1E4CD39FAF2A671C_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20071
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas__ctor_mCBA2EBBB6F83CBD06087C124728B980D0D5ACF52 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_length;
|
|
__this->___m_Length = L_0;
|
|
__this->___m_ElemWidth = 3;
|
|
GradientSettingsAtlas_Reset_m9BA30E0D7CBFF91C78D1561934BA5EA2C30EA8A5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20072
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Reset_m9BA30E0D7CBFF91C78D1561934BA5EA2C30EA8A5 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_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_0046;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_2 = __this->___m_Length;
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_3 = (BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7*)il2cpp_codegen_object_new(BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7_il2cpp_TypeInfo_var);
|
|
BestFitAllocator__ctor_m7DF0BF6C825993EC0FE08B9A0B59594A9CC45480(L_3, L_2, NULL);
|
|
__this->___m_Allocator = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Allocator), (void*)L_3);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = __this->___m_Atlas;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_4, NULL);
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_5 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
il2cpp_codegen_initobj(L_5, sizeof(RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA));
|
|
GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8_inline(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20073
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = __this->___m_Atlas;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 20074
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE GradientSettingsAtlas_Add_mFB2E6AE2091A7658DDB0F22A0096D6ECB9E77BBE (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___0_count, 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;
|
|
}
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
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));
|
|
{
|
|
int32_t L_0 = ___0_count;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0), NULL);
|
|
bool L_1;
|
|
L_1 = GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_inline(__this, NULL);
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_3 = V_2;
|
|
V_3 = L_3;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* L_4 = __this->___m_Allocator;
|
|
int32_t L_5 = ___0_count;
|
|
NullCheck(L_4);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_6;
|
|
L_6 = BestFitAllocator_Allocate_mA91E886990BE3F2C7B704F8BF83A8ABEFD00BBA4(L_4, L_5, NULL);
|
|
V_0 = L_6;
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_7 = V_0;
|
|
V_3 = L_7;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 20075
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___1_settings, GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___2_remap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
int32_t G_B11_0 = 0;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* G_B20_0 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_inline(__this, NULL);
|
|
V_1 = L_0;
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
|
|
goto IL_02ca;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_2 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_3 = L_2->___rgba;
|
|
V_2 = (bool)((((RuntimeObject*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_4), sizeof(RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA));
|
|
int32_t L_5 = __this->___m_ElemWidth;
|
|
int32_t L_6 = __this->___m_Length;
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_7 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_5, L_6)));
|
|
(&V_4)->___rgba = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___rgba), (void*)L_7);
|
|
int32_t L_8 = __this->___m_ElemWidth;
|
|
(&V_4)->___width = L_8;
|
|
int32_t L_9 = __this->___m_Length;
|
|
(&V_4)->___height = L_9;
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA L_10 = V_4;
|
|
__this->___m_RawAtlas = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_RawAtlas))->___rgba), (void*)NULL);
|
|
int32_t L_11 = __this->___m_ElemWidth;
|
|
int32_t L_12 = __this->___m_Length;
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_11, L_12));
|
|
V_5 = 0;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_13 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_14 = L_13->___rgba;
|
|
int32_t L_15 = V_5;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
|
|
L_16 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17;
|
|
L_17 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_16, NULL);
|
|
NullCheck(L_14);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_17);
|
|
int32_t L_18 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
int32_t L_19 = V_5;
|
|
int32_t L_20 = V_3;
|
|
V_6 = (bool)((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
|
|
bool L_21 = V_6;
|
|
if (L_21)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerWrite), NULL);
|
|
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_22 = ___0_alloc;
|
|
uint32_t L_23 = L_22.___start;
|
|
V_0 = L_23;
|
|
V_7 = 0;
|
|
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_24 = ___1_settings;
|
|
NullCheck(L_24);
|
|
V_8 = ((int32_t)(((RuntimeArray*)L_24)->max_length));
|
|
goto IL_02a8;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
V_9 = 0;
|
|
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_25 = ___1_settings;
|
|
int32_t L_26 = V_7;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_10 = L_28;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_29 = ___2_remap;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = V_0;
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_31 = ___2_remap;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = L_31->___destIndex;
|
|
G_B11_0 = ((((int32_t)L_30) == ((int32_t)L_32))? 1 : 0);
|
|
goto IL_00ee;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B11_0, NULL);
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_33 = V_10;
|
|
int32_t L_34 = L_33.___gradientType;
|
|
V_13 = (bool)((((int32_t)L_34) == ((int32_t)1))? 1 : 0);
|
|
bool L_35 = V_13;
|
|
if (!L_35)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_36 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = L_36.___radialFocus;
|
|
V_14 = L_37;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = V_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39;
|
|
L_39 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_38, L_39, NULL);
|
|
V_14 = L_40;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_14;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline(L_41, (2.0f), NULL);
|
|
V_14 = L_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43 = V_14;
|
|
float L_44 = L_43.___y;
|
|
(&V_14)->___y = ((float)il2cpp_codegen_subtract((1.0f), L_44));
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_45 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_46 = V_10;
|
|
int32_t L_47 = L_46.___addressMode;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = V_14;
|
|
float L_49 = L_48.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_14;
|
|
float L_51 = L_50.___y;
|
|
int32_t L_52 = V_9;
|
|
int32_t L_53 = L_52;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
int32_t L_54 = V_0;
|
|
RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352(L_45, (0.00392156886f), ((float)(((float)L_47)/(255.0f))), L_49, L_51, L_53, L_54, NULL);
|
|
goto IL_01b9;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_55 = V_10;
|
|
int32_t L_56 = L_55.___gradientType;
|
|
V_15 = (bool)((((int32_t)L_56) == ((int32_t)0))? 1 : 0);
|
|
bool L_57 = V_15;
|
|
if (!L_57)
|
|
{
|
|
goto IL_01b9;
|
|
}
|
|
}
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_58 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_59 = V_10;
|
|
int32_t L_60 = L_59.___addressMode;
|
|
int32_t L_61 = V_9;
|
|
int32_t L_62 = L_61;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
int32_t L_63 = V_0;
|
|
RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352(L_58, (0.0f), ((float)(((float)L_60)/(255.0f))), (0.0f), (0.0f), L_62, L_63, NULL);
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_64 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&(&V_10)->___location);
|
|
int32_t L_65;
|
|
L_65 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline(L_64, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_66 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&(&V_10)->___location);
|
|
int32_t L_67;
|
|
L_67 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline(L_66, NULL);
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&V_11), L_65, L_67, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_68 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&(&V_10)->___location);
|
|
int32_t L_69;
|
|
L_69 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline(L_68, NULL);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_70 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&(&V_10)->___location);
|
|
int32_t L_71;
|
|
L_71 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline(L_70, NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_12), ((float)((int32_t)il2cpp_codegen_subtract(L_69, 1))), ((float)((int32_t)il2cpp_codegen_subtract(L_71, 1))), NULL);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_72 = ___2_remap;
|
|
V_16 = (bool)((!(((RuntimeObject*)(GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)L_72) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_73 = V_16;
|
|
if (!L_73)
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_74 = ___2_remap;
|
|
NullCheck(L_74);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_75 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&L_74->___location);
|
|
int32_t L_76;
|
|
L_76 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline(L_75, NULL);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_77 = ___2_remap;
|
|
NullCheck(L_77);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_78 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&L_77->___location);
|
|
int32_t L_79;
|
|
L_79 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline(L_78, NULL);
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&V_11), L_76, L_79, NULL);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_80 = ___2_remap;
|
|
NullCheck(L_80);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_81 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&L_80->___location);
|
|
int32_t L_82;
|
|
L_82 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline(L_81, NULL);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_83 = ___2_remap;
|
|
NullCheck(L_83);
|
|
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_84 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&L_83->___location);
|
|
int32_t L_85;
|
|
L_85 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline(L_84, NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_12), ((float)((int32_t)il2cpp_codegen_subtract(L_82, 1))), ((float)((int32_t)il2cpp_codegen_subtract(L_85, 1))), NULL);
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_86 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
int32_t L_87;
|
|
L_87 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_11), NULL);
|
|
int32_t L_88;
|
|
L_88 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_11), NULL);
|
|
int32_t L_89 = V_9;
|
|
int32_t L_90 = L_89;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_90, 1));
|
|
int32_t L_91 = V_0;
|
|
RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C(L_86, L_87, L_88, L_90, L_91, NULL);
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_92 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_93 = V_12;
|
|
float L_94 = L_93.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_95 = V_12;
|
|
float L_96 = L_95.___y;
|
|
int32_t L_97 = V_9;
|
|
int32_t L_98 = L_97;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_98, 1));
|
|
int32_t L_99 = V_0;
|
|
RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C(L_92, il2cpp_codegen_cast_double_to_int<int32_t>(L_94), il2cpp_codegen_cast_double_to_int<int32_t>(L_96), L_98, L_99, NULL);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_100 = ___2_remap;
|
|
if (L_100)
|
|
{
|
|
goto IL_0295;
|
|
}
|
|
}
|
|
{
|
|
G_B20_0 = ((GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)(NULL));
|
|
goto IL_029b;
|
|
}
|
|
|
|
IL_0295:
|
|
{
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_101 = ___2_remap;
|
|
NullCheck(L_101);
|
|
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_102 = L_101->___next;
|
|
G_B20_0 = L_102;
|
|
}
|
|
|
|
IL_029b:
|
|
{
|
|
___2_remap = G_B20_0;
|
|
int32_t L_103 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_103, 1));
|
|
int32_t L_104 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_104, 1));
|
|
}
|
|
|
|
IL_02a8:
|
|
{
|
|
int32_t L_105 = V_7;
|
|
int32_t L_106 = V_8;
|
|
V_17 = (bool)((((int32_t)L_105) < ((int32_t)L_106))? 1 : 0);
|
|
bool L_107 = V_17;
|
|
if (L_107)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8_inline(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerWrite), NULL);
|
|
}
|
|
|
|
IL_02ca:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20076
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_MustCommit_m8B96F6854A1F1D5A0B826A2C93BD7C09355CA26C (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CMustCommitU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20077
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CMustCommitU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20078
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Commit_m35676ADF2285F3B08217018F5D9597095EE6A5F6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_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_006c;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_2;
|
|
L_2 = GradientSettingsAtlas_get_MustCommit_m8B96F6854A1F1D5A0B826A2C93BD7C09355CA26C_inline(__this, NULL);
|
|
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
GradientSettingsAtlas_PrepareAtlas_mF61F90B14225B81E7D2A22169262698E4A357B1E(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerCommit), NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = __this->___m_Atlas;
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* L_5 = (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*)(&__this->___m_RawAtlas);
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_6 = L_5->___rgba;
|
|
NullCheck(L_4);
|
|
Texture2D_SetPixels32_m169F9873A21FB8DECA24DC1B8F06FB23D13BEE2A(L_4, L_6, NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = __this->___m_Atlas;
|
|
NullCheck(L_7);
|
|
Texture2D_Apply_mA014182C9EE0BBF6EEE3B286854F29E50EB972DC(L_7, NULL);
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerCommit), NULL);
|
|
GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8_inline(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20079
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_PrepareAtlas_mF61F90B14225B81E7D2A22169262698E4A357B1E (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF66E6A8E08EF9D1870D4FB53412CE1F43408AD94);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = __this->___m_Atlas;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_3 = __this->___m_ElemWidth;
|
|
int32_t L_4 = __this->___m_Length;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
Texture2D__ctor_mB1445796B2A76B3D867B2603205F513AF494B9F3(L_5, L_3, L_4, 5, 0, (bool)1, NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_6, ((int32_t)61), NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = L_6;
|
|
il2cpp_codegen_runtime_class_init_inline(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = ((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_TextureCounter;
|
|
int32_t L_9 = L_8;
|
|
((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_TextureCounter = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
V_1 = L_9;
|
|
String_t* L_10;
|
|
L_10 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralF66E6A8E08EF9D1870D4FB53412CE1F43408AD94, L_10, NULL);
|
|
NullCheck(L_7);
|
|
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_7, L_11, NULL);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_12 = L_7;
|
|
NullCheck(L_12);
|
|
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_12, 0, NULL);
|
|
__this->___m_Atlas = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Atlas), (void*)L_12);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20080
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas__cctor_m8CE0D83FC71AF689C35E7E1354B27C28A6780121 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral290E205719922BE5B1CC11EDE48BD26B53321013);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78654EFE99F7930A0754A4BD194EB068D347EA41);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral78654EFE99F7930A0754A4BD194EB068D347EA41, NULL);
|
|
((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerWrite = L_0;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral290E205719922BE5B1CC11EDE48BD26B53321013, NULL);
|
|
((GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields*)il2cpp_codegen_static_fields_for(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var))->___s_MarkerCommit = L_1;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_pinvoke(const RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA& unmarshaled, RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (unmarshaled.___rgba != NULL)
|
|
{
|
|
il2cpp_array_size_t _unmarshaledrgba_Length = (unmarshaled.___rgba)->max_length;
|
|
marshaled.___rgba = il2cpp_codegen_marshal_allocate_array<Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B>(_unmarshaledrgba_Length);
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledrgba_Length); i++)
|
|
{
|
|
(marshaled.___rgba)[i] = (unmarshaled.___rgba)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___rgba = NULL;
|
|
}
|
|
marshaled.___width = unmarshaled.___width;
|
|
marshaled.___height = unmarshaled.___height;
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_pinvoke_back(const RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke& marshaled, RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
if (marshaled.___rgba != NULL)
|
|
{
|
|
if (unmarshaled.___rgba == NULL)
|
|
{
|
|
unmarshaled.___rgba = reinterpret_cast<Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*>((Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, 1));
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___rgba), (void*)reinterpret_cast<Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*>((Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, 1)));
|
|
}
|
|
il2cpp_array_size_t _arrayLength = (unmarshaled.___rgba)->max_length;
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
|
|
{
|
|
(unmarshaled.___rgba)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___rgba)[i]);
|
|
}
|
|
}
|
|
int32_t unmarshaledwidth_temp_1 = 0;
|
|
unmarshaledwidth_temp_1 = marshaled.___width;
|
|
unmarshaled.___width = unmarshaledwidth_temp_1;
|
|
int32_t unmarshaledheight_temp_2 = 0;
|
|
unmarshaledheight_temp_2 = marshaled.___height;
|
|
unmarshaled.___height = unmarshaledheight_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_pinvoke_cleanup(RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (marshaled.___rgba != NULL)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___rgba);
|
|
marshaled.___rgba = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_com(const RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA& unmarshaled, RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com& marshaled)
|
|
{
|
|
if (unmarshaled.___rgba != NULL)
|
|
{
|
|
il2cpp_array_size_t _unmarshaledrgba_Length = (unmarshaled.___rgba)->max_length;
|
|
marshaled.___rgba = il2cpp_codegen_marshal_allocate_array<Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B>(_unmarshaledrgba_Length);
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledrgba_Length); i++)
|
|
{
|
|
(marshaled.___rgba)[i] = (unmarshaled.___rgba)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___rgba = NULL;
|
|
}
|
|
marshaled.___width = unmarshaled.___width;
|
|
marshaled.___height = unmarshaled.___height;
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_com_back(const RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com& marshaled, RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
if (marshaled.___rgba != NULL)
|
|
{
|
|
if (unmarshaled.___rgba == NULL)
|
|
{
|
|
unmarshaled.___rgba = reinterpret_cast<Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*>((Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, 1));
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___rgba), (void*)reinterpret_cast<Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*>((Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, 1)));
|
|
}
|
|
il2cpp_array_size_t _arrayLength = (unmarshaled.___rgba)->max_length;
|
|
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
|
|
{
|
|
(unmarshaled.___rgba)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___rgba)[i]);
|
|
}
|
|
}
|
|
int32_t unmarshaledwidth_temp_1 = 0;
|
|
unmarshaledwidth_temp_1 = marshaled.___width;
|
|
unmarshaled.___width = unmarshaledwidth_temp_1;
|
|
int32_t unmarshaledheight_temp_2 = 0;
|
|
unmarshaledheight_temp_2 = marshaled.___height;
|
|
unmarshaled.___height = unmarshaledheight_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshal_com_cleanup(RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com& marshaled)
|
|
{
|
|
if (marshaled.___rgba != NULL)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___rgba);
|
|
marshaled.___rgba = NULL;
|
|
}
|
|
}
|
|
// Method Definition Index: 20081
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* __this, int32_t ___0_v0, int32_t ___1_v1, int32_t ___2_destX, int32_t ___3_destY, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
uint8_t V_1 = 0x0;
|
|
uint8_t V_2 = 0x0;
|
|
uint8_t V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
int32_t L_0 = ___0_v0;
|
|
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)(L_0/((int32_t)255))));
|
|
int32_t L_1 = ___0_v0;
|
|
uint8_t L_2 = V_0;
|
|
V_1 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, ((int32_t)255))))));
|
|
int32_t L_3 = ___1_v1;
|
|
V_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)(L_3/((int32_t)255))));
|
|
int32_t L_4 = ___1_v1;
|
|
uint8_t L_5 = V_2;
|
|
V_3 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(L_4, ((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)255))))));
|
|
int32_t L_6 = ___3_destY;
|
|
int32_t L_7 = __this->___width;
|
|
int32_t L_8 = ___2_destX;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_6, L_7)), L_8));
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_9 = __this->___rgba;
|
|
int32_t L_10 = V_4;
|
|
uint8_t L_11 = V_0;
|
|
uint8_t L_12 = V_1;
|
|
uint8_t L_13 = V_2;
|
|
uint8_t L_14 = V_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_15), L_11, L_12, L_13, L_14, NULL);
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_15);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_v0, int32_t ___1_v1, int32_t ___2_destX, int32_t ___3_destY, const RuntimeMethod* method)
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*>(__this + _offset);
|
|
RawTexture_WriteRawInt2Packed_mCCFB32510F7621F5A9DEF6A79C7C03FFD0843B4C(_thisAdjusted, ___0_v0, ___1_v1, ___2_destX, ___3_destY, method);
|
|
}
|
|
// Method Definition Index: 20082
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352 (RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* __this, float ___0_f0, float ___1_f1, float ___2_f2, float ___3_f3, int32_t ___4_destX, int32_t ___5_destY, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
uint8_t V_1 = 0x0;
|
|
uint8_t V_2 = 0x0;
|
|
uint8_t V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
float L_0 = ___0_f0;
|
|
V_0 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, (255.0f))), (0.5f))));
|
|
float L_1 = ___1_f1;
|
|
V_1 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, (255.0f))), (0.5f))));
|
|
float L_2 = ___2_f2;
|
|
V_2 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_2, (255.0f))), (0.5f))));
|
|
float L_3 = ___3_f3;
|
|
V_3 = (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_3, (255.0f))), (0.5f))));
|
|
int32_t L_4 = ___5_destY;
|
|
int32_t L_5 = __this->___width;
|
|
int32_t L_6 = ___4_destX;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_4, L_5)), L_6));
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_7 = __this->___rgba;
|
|
int32_t L_8 = V_4;
|
|
uint8_t L_9 = V_0;
|
|
uint8_t L_10 = V_1;
|
|
uint8_t L_11 = V_2;
|
|
uint8_t L_12 = V_3;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_13), L_9, L_10, L_11, L_12, NULL);
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_13);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352_AdjustorThunk (RuntimeObject* __this, float ___0_f0, float ___1_f1, float ___2_f2, float ___3_f3, int32_t ___4_destX, int32_t ___5_destY, const RuntimeMethod* method)
|
|
{
|
|
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA*>(__this + _offset);
|
|
RawTexture_WriteRawFloat4Packed_m12B9BF8A5CFDD4F92A0294D801CBA020D06DD352(_thisAdjusted, ___0_f0, ___1_f1, ___2_f2, ___3_f3, ___4_destX, ___5_destY, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20086
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Add_mF46A4ADE46145D766A0AAFC43FD4677BD20BAD92 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022* ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* L_0 = __this->___m_NudgeJobs;
|
|
NudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022* L_1 = ___0_job;
|
|
NullCheck(L_0);
|
|
NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5(L_0, L_1, NativePagedList_1_Add_m998277B4FEF7A14A4F93BC5DC5A576577BACE0B5_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20087
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Add_m67E5C5C0D9AD911FDA18CB3407E7D52A63F238FD (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* L_0 = __this->___m_ConvertMeshJobs;
|
|
ConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1* L_1 = ___0_job;
|
|
NullCheck(L_0);
|
|
NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599(L_0, L_1, NativePagedList_1_Add_mBAF4D2D1333D7015771AB3FAAE8ADA3886F55599_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20088
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Add_m7C7A8BA3BAD7E045640D438875D98910B73E2070 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8* ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* L_0 = __this->___m_CopyMeshJobs;
|
|
CopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8* L_1 = ___0_job;
|
|
NullCheck(L_0);
|
|
NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D(L_0, L_1, NativePagedList_1_Add_mBAFE910BDFBA63F28D85F43196DF699AF10CD33D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20089
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_CompleteNudgeJobs_mAD937E9DA2EFE26E427F2BF0140E40655B7C1EAA (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* L_0 = __this->___m_NudgeJobs;
|
|
NullCheck(L_0);
|
|
List_1_t0F69338B5D4A02A68707A17522CA6D2846DD3D59* L_1;
|
|
L_1 = NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B(L_0, NativePagedList_1_GetPages_m69F9D2306241BF83565C7679F4C13F486083FD9B_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077 L_2;
|
|
L_2 = List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000(L_1, List_1_GetEnumerator_mE9CC5173467E41CE4483FC2842831937644E9000_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004b:
|
|
{
|
|
Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8((&V_0), Enumerator_Dispose_m0D874C0FB3259E2D7E3B0D575DAEAD845BCC66D8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0040_1;
|
|
}
|
|
|
|
IL_0015_1:
|
|
{
|
|
NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_3;
|
|
L_3 = Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_inline((&V_0), Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_4 = __this->___m_JobMerger;
|
|
NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_5 = V_1;
|
|
void* L_6;
|
|
L_6 = NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E(L_5, NativeSliceUnsafeUtility_GetUnsafePtr_TisNudgeJobData_tC303DCF7D6A8683AA414D05AA13CB6FAD4BB4022_mA28ABDFFEBBBE1B3463D9D30DD91C5FD554E2D6E_RuntimeMethod_var);
|
|
intptr_t L_7;
|
|
L_7 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_6, NULL);
|
|
int32_t L_8;
|
|
L_8 = NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85((&V_1), NativeSlice_1_get_Length_mB86DEE2CFA74228E96FA2046C0C8217BD1515D85_RuntimeMethod_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9;
|
|
L_9 = JobProcessor_ScheduleNudgeJobs_mC3C0C6F856264646767483FDDE321FB0C73FE855(L_7, L_8, NULL);
|
|
NullCheck(L_4);
|
|
JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F(L_4, L_9, NULL);
|
|
}
|
|
|
|
IL_0040_1:
|
|
{
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C((&V_0), Enumerator_MoveNext_m0DA7DCCAC3CBBB7ADE3982549E33C1016E248C7C_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0015_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_11 = __this->___m_JobMerger;
|
|
NullCheck(L_11);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_12;
|
|
L_12 = JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0(L_11, NULL);
|
|
V_2 = L_12;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_2), NULL);
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* L_13 = __this->___m_NudgeJobs;
|
|
NullCheck(L_13);
|
|
NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C(L_13, NativePagedList_1_Reset_m5775FDE48490D93E33CFAC7B0F5885184D92086C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20090
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_CompleteConvertMeshJobs_m76A88F878A524BB6CA8A6071C74B6401FBF2A45D (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* L_0 = __this->___m_ConvertMeshJobs;
|
|
NullCheck(L_0);
|
|
List_1_t5E2BA95BA74C42BB9A51DF02670A8E86126A2655* L_1;
|
|
L_1 = NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0(L_0, NativePagedList_1_GetPages_mC50A755A87C22B6550040718E61E1D45DE8D0AB0_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11 L_2;
|
|
L_2 = List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39(L_1, List_1_GetEnumerator_mA1CD3CC0192D4C70A42A4E88CFE6F7F936BE6A39_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004b:
|
|
{
|
|
Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E((&V_0), Enumerator_Dispose_mA69C6A9D658233BF95631B9984FED4BE2D29A79E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0040_1;
|
|
}
|
|
|
|
IL_0015_1:
|
|
{
|
|
NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_3;
|
|
L_3 = Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_inline((&V_0), Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_4 = __this->___m_JobMerger;
|
|
NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_5 = V_1;
|
|
void* L_6;
|
|
L_6 = NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2(L_5, NativeSliceUnsafeUtility_GetUnsafePtr_TisConvertMeshJobData_t35F3B601671C4880929BC30A858410B14459E3B1_m6BD8C7B6687079F4D938B1D123852D1B1DB738D2_RuntimeMethod_var);
|
|
intptr_t L_7;
|
|
L_7 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_6, NULL);
|
|
int32_t L_8;
|
|
L_8 = NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948((&V_1), NativeSlice_1_get_Length_mD3DFAFF9945255B7757128323FDBA610525C6948_RuntimeMethod_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9;
|
|
L_9 = JobProcessor_ScheduleConvertMeshJobs_m6D8068AB5B170640DEBE3899EF6F714B607530B2(L_7, L_8, NULL);
|
|
NullCheck(L_4);
|
|
JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F(L_4, L_9, NULL);
|
|
}
|
|
|
|
IL_0040_1:
|
|
{
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A((&V_0), Enumerator_MoveNext_m67BA3BD6A999524DEA98BC780E32DD249F033F8A_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0015_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_11 = __this->___m_JobMerger;
|
|
NullCheck(L_11);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_12;
|
|
L_12 = JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0(L_11, NULL);
|
|
V_2 = L_12;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_2), NULL);
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* L_13 = __this->___m_ConvertMeshJobs;
|
|
NullCheck(L_13);
|
|
NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57(L_13, NativePagedList_1_Reset_m0F6ECC475376F683520B2561065A9F6F3D21AA57_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20091
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_CompleteCopyMeshJobs_m74BDB5FB6C856B45D61F8DB5A5EAB59C9CAC4020 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* L_0 = __this->___m_CopyMeshJobs;
|
|
NullCheck(L_0);
|
|
List_1_tD6CD01D3AE0A74B59A7A4EE644C38A0A4AD40A37* L_1;
|
|
L_1 = NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481(L_0, NativePagedList_1_GetPages_mB65E819D76E7A4E480CC65F7F4DA3BAA9573C481_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993 L_2;
|
|
L_2 = List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785(L_1, List_1_GetEnumerator_m0BA0C4367AC02DAF996DACDD9502F698C1A6C785_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004b:
|
|
{
|
|
Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910((&V_0), Enumerator_Dispose_m61F856C42A93BFA078EEDFF965363FEDEC51B910_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0040_1;
|
|
}
|
|
|
|
IL_0015_1:
|
|
{
|
|
NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_3;
|
|
L_3 = Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_inline((&V_0), Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_4 = __this->___m_JobMerger;
|
|
NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_5 = V_1;
|
|
void* L_6;
|
|
L_6 = NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9(L_5, NativeSliceUnsafeUtility_GetUnsafePtr_TisCopyMeshJobData_t8A9A7785E58E23442500E07C72C0C00E91B2BAF8_m1D5DB0F0A202A5CBC424E412F2371F118D6716B9_RuntimeMethod_var);
|
|
intptr_t L_7;
|
|
L_7 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_6, NULL);
|
|
int32_t L_8;
|
|
L_8 = NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8((&V_1), NativeSlice_1_get_Length_mD1E17369E57A8795796B887EC1B8170BD29F23C8_RuntimeMethod_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9;
|
|
L_9 = JobProcessor_ScheduleCopyMeshJobs_mB7AE520F58B9927278955C4C39F80C9BA272F46F(L_7, L_8, NULL);
|
|
NullCheck(L_4);
|
|
JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F(L_4, L_9, NULL);
|
|
}
|
|
|
|
IL_0040_1:
|
|
{
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7((&V_0), Enumerator_MoveNext_m99999E662030926101AB44101F0D1C47B90CEEA7_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0015_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_11 = __this->___m_JobMerger;
|
|
NullCheck(L_11);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_12;
|
|
L_12 = JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0(L_11, NULL);
|
|
V_2 = L_12;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_2), NULL);
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* L_13 = __this->___m_CopyMeshJobs;
|
|
NullCheck(L_13);
|
|
NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A(L_13, NativePagedList_1_Reset_mE9CA18351595E50D4189AA49A74720214645573A_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20092
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JobManager_get_disposed_m1D44ED01E54131EC104ECE6A8C89F771EC1486A3 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20093
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_set_disposed_mA7FF425DA05D4E99F89FF1A59D156A634AC6794A (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20094
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Dispose_mF54E0486CE4FFD74C8D1F326B09D0A4B95E0FF89 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __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;
|
|
}
|
|
{
|
|
JobManager_Dispose_m5275BF8291FB8F2EF16E9BB247C5E642A6158EC8(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20095
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager_Dispose_m5275BF8291FB8F2EF16E9BB247C5E642A6158EC8 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = JobManager_get_disposed_m1D44ED01E54131EC104ECE6A8C89F771EC1486A3_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* L_4 = __this->___m_NudgeJobs;
|
|
NullCheck(L_4);
|
|
NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7(L_4, NativePagedList_1_Dispose_m2E2E0800B3EEBFB64EBABD9D9E7F473AFA56ACB7_RuntimeMethod_var);
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* L_5 = __this->___m_ConvertMeshJobs;
|
|
NullCheck(L_5);
|
|
NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3(L_5, NativePagedList_1_Dispose_m1A9AA3940F21997B1BE38FDDA367F20D2A7004A3_RuntimeMethod_var);
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* L_6 = __this->___m_CopyMeshJobs;
|
|
NullCheck(L_6);
|
|
NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16(L_6, NativePagedList_1_Dispose_mC714B7D85633B901CB58CBE0A5CF165E85DFAE16_RuntimeMethod_var);
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_7 = __this->___m_JobMerger;
|
|
NullCheck(L_7);
|
|
JobMerger_Dispose_m6CE4AD5F39809CAC885ABAD1A579E6FC222EBE0F(L_7, NULL);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
JobManager_set_disposed_mA7FF425DA05D4E99F89FF1A59D156A634AC6794A_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20096
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobManager__ctor_m2F8A9BE9B05CC7C7AB21E71847F904DDF02F7B44 (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A* L_0 = (NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A*)il2cpp_codegen_object_new(NativePagedList_1_tA742C0CF8E937F95678B76759F83822D3196477A_il2cpp_TypeInfo_var);
|
|
NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F(L_0, ((int32_t)64), 4, 4, NativePagedList_1__ctor_mDDA40F515663C2FD5335271219380E32A1F9F73F_RuntimeMethod_var);
|
|
__this->___m_NudgeJobs = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NudgeJobs), (void*)L_0);
|
|
NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB* L_1 = (NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB*)il2cpp_codegen_object_new(NativePagedList_1_tABC20D2BF2201947799C085E080B20A0F9D55BEB_il2cpp_TypeInfo_var);
|
|
NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307(L_1, ((int32_t)64), 4, 4, NativePagedList_1__ctor_mFEAA2CD3A7E60E660E962C6B922384F3FAFE8307_RuntimeMethod_var);
|
|
__this->___m_ConvertMeshJobs = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ConvertMeshJobs), (void*)L_1);
|
|
NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E* L_2 = (NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E*)il2cpp_codegen_object_new(NativePagedList_1_t74F4EF0BB5172FAB88DB8952F27EEFBC59C26F3E_il2cpp_TypeInfo_var);
|
|
NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3(L_2, ((int32_t)64), 4, 4, NativePagedList_1__ctor_mA7787769242985E8AE587B0E60E438A906014DB3_RuntimeMethod_var);
|
|
__this->___m_CopyMeshJobs = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CopyMeshJobs), (void*)L_2);
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_3 = (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523*)il2cpp_codegen_object_new(JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523_il2cpp_TypeInfo_var);
|
|
JobMerger__ctor_m434D3B31FF11BBABEDE8917E188DC2B10BF51496(L_3, ((int32_t)128), NULL);
|
|
__this->___m_JobMerger = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_JobMerger), (void*)L_3);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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
|
|
// Method Definition Index: 20097
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger__ctor_m434D3B31FF11BBABEDE8917E188DC2B10BF51496 (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, int32_t ___0_capacity, 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*)&NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_capacity;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0), NULL);
|
|
int32_t L_1 = ___0_capacity;
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E((&L_2), L_1, 4, 0, NativeArray_1__ctor_mAB9F77B2DF6AEE780DF94369A6332C6C7B9A238E_RuntimeMethod_var);
|
|
__this->___m_Jobs = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20098
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_JobCount;
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_1 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
int32_t L_2;
|
|
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_1)->___m_Length);
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_4 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
int32_t L_5 = __this->___m_JobCount;
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
__this->___m_JobCount = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_1;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_8 = ___0_job;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, (L_4)->___m_Buffer, L_7, (L_8));
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_9 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 L_10 = __this->___m_Jobs;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_11;
|
|
L_11 = JobHandle_CombineDependencies_m5B482F42E4C9CAC22FF24C1BF76F3AFB870DBB3E(L_10, NULL);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, (L_9)->___m_Buffer, 0, (L_11));
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_12 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_13 = ___0_job;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, (L_12)->___m_Buffer, 1, (L_13));
|
|
__this->___m_JobCount = 2;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20099
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0 (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
int32_t L_0 = __this->___m_JobCount;
|
|
V_1 = (bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0 L_2 = __this->___m_Jobs;
|
|
int32_t L_3 = __this->___m_JobCount;
|
|
NativeSlice_1_t7591FC942F923C6C3D5066DBCE25E2B91AAD3BD8 L_4;
|
|
L_4 = NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277(L_2, 0, L_3, NativeSliceExtensions_Slice_TisJobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08_m6FD1AF82FBEB746F5DED414A4AFF4B8EF1E02277_RuntimeMethod_var);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_5;
|
|
L_5 = JobHandle_CombineDependencies_m97D94C038D7FAF721612B7BBE2147B05FCFF5C40(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_6 = __this->___m_JobCount;
|
|
V_2 = (bool)((((int32_t)L_6) == ((int32_t)1))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_8 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9;
|
|
L_9 = IL2CPP_NATIVEARRAY_GET_ITEM(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, (L_8)->___m_Buffer, 0);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
__this->___m_JobCount = 0;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_10 = V_0;
|
|
V_3 = L_10;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 20100
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JobMerger_get_disposed_m3C23A63A09573145E14DC129A7F8303B249B2EBE (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20101
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_set_disposed_mE922866C09D73B3EF4FCFBD99F4FC1F113965A6F (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20102
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Dispose_m6CE4AD5F39809CAC885ABAD1A579E6FC222EBE0F (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __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;
|
|
}
|
|
{
|
|
JobMerger_Dispose_m6B2AA8B6E5FBA4A83C43FD5D87C4A986D466805B(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20103
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobMerger_Dispose_m6B2AA8B6E5FBA4A83C43FD5D87C4A986D466805B (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = JobMerger_get_disposed_m3C23A63A09573145E14DC129A7F8303B249B2EBE_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0* L_4 = (NativeArray_1_t84C22AC03FE6517D060874E39A444D03469DD2F0*)(&__this->___m_Jobs);
|
|
NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A(L_4, NativeArray_1_Dispose_m410AE526181169A2E22E5508BF8072707268FC4A_RuntimeMethod_var);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
JobMerger_set_disposed_mE922866C09D73B3EF4FCFBD99F4FC1F113965A6F_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
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
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_Multicast(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* currentDelegate = reinterpret_cast<MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_meshGenerationContext, ___1_userData, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenInst(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_meshGenerationContext);
|
|
typedef void (*FunctionPointerType) (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_meshGenerationContext, ___1_userData, method);
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenStatic(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_meshGenerationContext, ___1_userData, method);
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenVirtual(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_meshGenerationContext);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_meshGenerationContext, ___1_userData);
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenInterface(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_meshGenerationContext);
|
|
InterfaceActionInvoker1< RuntimeObject* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_meshGenerationContext, ___1_userData);
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenGenericVirtual(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_meshGenerationContext);
|
|
GenericVirtualActionInvoker1< RuntimeObject* >::Invoke(method, ___0_meshGenerationContext, ___1_userData);
|
|
}
|
|
void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenGenericInterface(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_meshGenerationContext);
|
|
GenericInterfaceActionInvoker1< RuntimeObject* >::Invoke(method, ___0_meshGenerationContext, ___1_userData);
|
|
}
|
|
// Method Definition Index: 20116
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationCallback__ctor_mF5DE3F56327858A3E5FF0F01AF1CF57C0AA3EB26 (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method = ___1_method;
|
|
__this->___m_target = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 2;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (isOpen)
|
|
{
|
|
if (__this->___method_is_virtual)
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method))
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenGenericInterface;
|
|
else
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenGenericVirtual;
|
|
else
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenInterface;
|
|
else
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenVirtual;
|
|
}
|
|
else
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_OpenInst;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_Multicast;
|
|
}
|
|
// Method Definition Index: 20117
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531 (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_meshGenerationContext, ___1_userData, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Method Definition Index: 20118
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_AddMeshGenerationJob_m3FFBF69B7F7794E604E52FC0AAB33F9CB46D79D9 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_jobHandle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* L_0 = __this->___m_Dependencies;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_1 = ___0_jobHandle;
|
|
NullCheck(L_0);
|
|
Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1(L_0, L_1, Queue_1_Enqueue_m7ACC3D9CAAB2E747FE32FCB2928ED5886A5B33B1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20119
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_AddMeshGenerationCallback_m955B3F835F30DA07C473E788FE49C92E87C45485 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* ___0_callback, RuntimeObject* ___1_userData, int32_t ___2_callbackType, bool ___3_isJobDependent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_0 = ___0_callback;
|
|
V_1 = (bool)((((RuntimeObject*)(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDC71B380AFF23A38F6029B32B61C6943CB960350)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MeshGenerationDeferrer_AddMeshGenerationCallback_m955B3F835F30DA07C473E788FE49C92E87C45485_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08));
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_3 = ___0_callback;
|
|
(&V_2)->___callback = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___callback), (void*)L_3);
|
|
RuntimeObject* L_4 = ___1_userData;
|
|
(&V_2)->___userData = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___userData), (void*)L_4);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_5 = V_2;
|
|
V_0 = L_5;
|
|
bool L_6 = ___3_isJobDependent;
|
|
V_3 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___2_callbackType;
|
|
V_5 = L_8;
|
|
int32_t L_9 = V_5;
|
|
V_4 = L_9;
|
|
int32_t L_10 = V_4;
|
|
switch (L_10)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_11 = __this->___m_Fork;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_12 = V_0;
|
|
NullCheck(L_11);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_11, L_12, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_13 = __this->___m_WorkThenFork;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_14 = V_0;
|
|
NullCheck(L_13);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_13, L_14, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_15 = __this->___m_Work;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_16 = V_0;
|
|
NullCheck(L_15);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_15, L_16, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_17 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_17, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MeshGenerationDeferrer_AddMeshGenerationCallback_m955B3F835F30DA07C473E788FE49C92E87C45485_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_18 = ___2_callbackType;
|
|
V_7 = L_18;
|
|
int32_t L_19 = V_7;
|
|
V_6 = L_19;
|
|
int32_t L_20 = V_6;
|
|
switch (L_20)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_21 = __this->___m_JobDependentFork;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_22 = V_0;
|
|
NullCheck(L_21);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_21, L_22, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_23 = __this->___m_JobDependentWorkThenFork;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_24 = V_0;
|
|
NullCheck(L_23);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_23, L_24, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_25 = __this->___m_JobDependentWork;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_26 = V_0;
|
|
NullCheck(L_25);
|
|
Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82(L_25, L_26, Queue_1_Enqueue_m4415CE3E59110C01F3959FF645AEB9D0A12D5A82_RuntimeMethod_var);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_27 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_27, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MeshGenerationDeferrer_AddMeshGenerationCallback_m955B3F835F30DA07C473E788FE49C92E87C45485_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20120
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_ProcessDeferredWork_m1913BC2528C3ADE1B6E79FAEC25D7413CE5BD465 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
int32_t V_11 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
int32_t V_14 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
int32_t V_17 = 0;
|
|
bool V_18 = false;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
int32_t V_20 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
bool V_22 = false;
|
|
int32_t V_23 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
bool V_25 = false;
|
|
int32_t V_26 = 0;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 V_27;
|
|
memset((&V_27), 0, sizeof(V_27));
|
|
bool V_28 = false;
|
|
bool V_29 = false;
|
|
{
|
|
goto IL_01d0;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_0 = __this->___m_Fork;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_0, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_2 = __this->___m_WorkThenFork;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_2, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_4 = __this->___m_Work;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_4, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_2 = L_5;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_6 = __this->___m_JobDependentFork;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_6, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_3 = L_7;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_8 = __this->___m_JobDependentWorkThenFork;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_8, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_4 = L_9;
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_10 = __this->___m_JobDependentWork;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_inline(L_10, Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_RuntimeMethod_var);
|
|
V_5 = L_11;
|
|
Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* L_12 = __this->___m_Dependencies;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_inline(L_12, Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_RuntimeMethod_var);
|
|
V_6 = L_13;
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
int32_t L_17 = V_6;
|
|
V_7 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_14, L_15)), L_16)), L_17))) == ((int32_t)0))? 1 : 0);
|
|
bool L_18 = V_7;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
V_8 = 0;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_19 = __this->___m_Fork;
|
|
NullCheck(L_19);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_20;
|
|
L_20 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_19, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_9 = L_20;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_21 = V_9;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_22 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_21, L_22, NULL);
|
|
int32_t L_23 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
int32_t L_24 = V_8;
|
|
int32_t L_25 = V_0;
|
|
V_10 = (bool)((((int32_t)L_24) < ((int32_t)L_25))? 1 : 0);
|
|
bool L_26 = V_10;
|
|
if (L_26)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
V_11 = 0;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_27 = __this->___m_WorkThenFork;
|
|
NullCheck(L_27);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_28;
|
|
L_28 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_27, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_12 = L_28;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_29 = V_12;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_30 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_29, L_30, NULL);
|
|
int32_t L_31 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_32 = V_11;
|
|
int32_t L_33 = V_1;
|
|
V_13 = (bool)((((int32_t)L_32) < ((int32_t)L_33))? 1 : 0);
|
|
bool L_34 = V_13;
|
|
if (L_34)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
V_14 = 0;
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_35 = __this->___m_Work;
|
|
NullCheck(L_35);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_36;
|
|
L_36 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_35, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_15 = L_36;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_37 = V_15;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_38 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_37, L_38, NULL);
|
|
int32_t L_39 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
int32_t L_40 = V_14;
|
|
int32_t L_41 = V_2;
|
|
V_16 = (bool)((((int32_t)L_40) < ((int32_t)L_41))? 1 : 0);
|
|
bool L_42 = V_16;
|
|
if (L_42)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
V_17 = 0;
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_43 = __this->___m_DependencyMerger;
|
|
Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* L_44 = __this->___m_Dependencies;
|
|
NullCheck(L_44);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_45;
|
|
L_45 = Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E(L_44, Queue_1_Dequeue_mAB6FF2BF6F12E3AD12C7524DB9EB640CB5C3750E_RuntimeMethod_var);
|
|
NullCheck(L_43);
|
|
JobMerger_Add_m9DEA2B2F34906E107025293EB38A5F34E9E6867F(L_43, L_45, NULL);
|
|
int32_t L_46 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
int32_t L_47 = V_17;
|
|
int32_t L_48 = V_6;
|
|
V_18 = (bool)((((int32_t)L_47) < ((int32_t)L_48))? 1 : 0);
|
|
bool L_49 = V_18;
|
|
if (L_49)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_50 = __this->___m_DependencyMerger;
|
|
NullCheck(L_50);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_51;
|
|
L_51 = JobMerger_MergeAndReset_mC69200C2DCE16F7F7AF7090924DC0DAC4CEA0CD0(L_50, NULL);
|
|
V_19 = L_51;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_19), NULL);
|
|
V_20 = 0;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_52 = __this->___m_JobDependentFork;
|
|
NullCheck(L_52);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_53;
|
|
L_53 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_52, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_21 = L_53;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_54 = V_21;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_55 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_54, L_55, NULL);
|
|
int32_t L_56 = V_20;
|
|
V_20 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
int32_t L_57 = V_20;
|
|
int32_t L_58 = V_3;
|
|
V_22 = (bool)((((int32_t)L_57) < ((int32_t)L_58))? 1 : 0);
|
|
bool L_59 = V_22;
|
|
if (L_59)
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
V_23 = 0;
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_60 = __this->___m_JobDependentWorkThenFork;
|
|
NullCheck(L_60);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_61;
|
|
L_61 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_60, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_24 = L_61;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_62 = V_24;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_63 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_62, L_63, NULL);
|
|
int32_t L_64 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_64, 1));
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
int32_t L_65 = V_23;
|
|
int32_t L_66 = V_4;
|
|
V_25 = (bool)((((int32_t)L_65) < ((int32_t)L_66))? 1 : 0);
|
|
bool L_67 = V_25;
|
|
if (L_67)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
V_26 = 0;
|
|
goto IL_01c3;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_68 = __this->___m_JobDependentWork;
|
|
NullCheck(L_68);
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_69;
|
|
L_69 = Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84(L_68, Queue_1_Dequeue_m464B10B3191E4D7B20542EB8FA1A47DEF1027D84_RuntimeMethod_var);
|
|
V_27 = L_69;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_70 = V_27;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_71 = ___0_meshGenerationContext;
|
|
MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927(L_70, L_71, NULL);
|
|
int32_t L_72 = V_26;
|
|
V_26 = ((int32_t)il2cpp_codegen_add(L_72, 1));
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
int32_t L_73 = V_26;
|
|
int32_t L_74 = V_5;
|
|
V_28 = (bool)((((int32_t)L_73) < ((int32_t)L_74))? 1 : 0);
|
|
bool L_75 = V_28;
|
|
if (L_75)
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
V_29 = (bool)1;
|
|
goto IL_0006;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20121
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_Invoke_mA12342CA96EAC27D9A2282F978C50CC264EAA927 (CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 ___0_ci, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___1_mgc, 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*)&_stringLiteralAB236FE2BF72D00A5CFAFFB9CA58750A49DA02B2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6876F1EABA1328AFAE73FCBFD1A0A2EFAA03020);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
}
|
|
try
|
|
{
|
|
{
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_0 = ___0_ci;
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_1 = L_0.___callback;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_2 = ___1_mgc;
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_3 = ___0_ci;
|
|
RuntimeObject* L_4 = L_3.___userData;
|
|
NullCheck(L_1);
|
|
MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_inline(L_1, L_2, L_4, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_5 = ___1_mgc;
|
|
NullCheck(L_5);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
|
|
L_6 = MeshGenerationContext_get_visualElement_m5BD62AB93701F205885266F97A216B7E0EE7BC31_inline(L_5, NULL);
|
|
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
}
|
|
{
|
|
CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08 L_8 = ___0_ci;
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_9 = L_8.___callback;
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralB6876F1EABA1328AFAE73FCBFD1A0A2EFAA03020, L_9, _stringLiteralAB236FE2BF72D00A5CFAFFB9CA58750A49DA02B2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_10, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_11 = ___1_mgc;
|
|
NullCheck(L_11);
|
|
MeshGenerationContext_End_mE8610A0108D65B726716F089D23E0E1BABA1ED55(L_11, NULL);
|
|
}
|
|
|
|
IL_0046_1:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0049;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0049:
|
|
{
|
|
Exception_t* L_12 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_1 = L_12;
|
|
Exception_t* L_13 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(L_13, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20122
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeshGenerationDeferrer_get_disposed_mA4DCFD2B1C8B313658B7249793BF00343B9AFB91 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20123
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_set_disposed_m53F8C5DCF6C98A78560FA471585A0DAAA54CF50C (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20124
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_Dispose_m20D621E6C2CC065FC0B9E65B975451C402D8D522 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __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;
|
|
}
|
|
{
|
|
MeshGenerationDeferrer_Dispose_m43FA429C45AF5A7575C0D7A99B7075CD5E463A58(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20125
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_Dispose_m43FA429C45AF5A7575C0D7A99B7075CD5E463A58 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = MeshGenerationDeferrer_get_disposed_mA4DCFD2B1C8B313658B7249793BF00343B9AFB91_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_4 = __this->___m_DependencyMerger;
|
|
NullCheck(L_4);
|
|
JobMerger_Dispose_m6CE4AD5F39809CAC885ABAD1A579E6FC222EBE0F(L_4, NULL);
|
|
__this->___m_DependencyMerger = (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DependencyMerger), (void*)(JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523*)NULL);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
MeshGenerationDeferrer_set_disposed_m53F8C5DCF6C98A78560FA471585A0DAAA54CF50C_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20126
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerationDeferrer__ctor_mA3DB7C742ECA51A98A93A45034EF192ACC82F257 (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_0 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_0, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_Fork = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Fork), (void*)L_0);
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_1 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_1, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_WorkThenFork = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WorkThenFork), (void*)L_1);
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_2 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_2, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_Work = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Work), (void*)L_2);
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_3 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_3, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_JobDependentFork = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_JobDependentFork), (void*)L_3);
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_4 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_4, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_JobDependentWorkThenFork = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_JobDependentWorkThenFork), (void*)L_4);
|
|
Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* L_5 = (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1*)il2cpp_codegen_object_new(Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B(L_5, ((int32_t)32), Queue_1__ctor_mBB24ED246DAAA77C2092ED6A2D2C77DC7BE23B5B_RuntimeMethod_var);
|
|
__this->___m_JobDependentWork = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_JobDependentWork), (void*)L_5);
|
|
Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* L_6 = (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9*)il2cpp_codegen_object_new(Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9_il2cpp_TypeInfo_var);
|
|
Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3(L_6, ((int32_t)32), Queue_1__ctor_mA6D219FBF1F11E55D74C0545DBF6AA18C5AF85B3_RuntimeMethod_var);
|
|
__this->___m_Dependencies = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Dependencies), (void*)L_6);
|
|
JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* L_7 = (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523*)il2cpp_codegen_object_new(JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523_il2cpp_TypeInfo_var);
|
|
JobMerger__ctor_m434D3B31FF11BBABEDE8917E188DC2B10BF51496(L_7, ((int32_t)64), NULL);
|
|
__this->___m_DependencyMerger = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DependencyMerger), (void*)L_7);
|
|
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
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_pinvoke(const CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08& unmarshaled, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___callback = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___callback));
|
|
if (unmarshaled.___userData != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___userData))
|
|
{
|
|
marshaled.___userData = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___userData));
|
|
(marshaled.___userData)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___userData = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___userData);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___userData = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_pinvoke_back(const CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_pinvoke& marshaled, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___callback = il2cpp_codegen_marshal_function_ptr_to_delegate<MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50>(marshaled.___callback, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___callback), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50>(marshaled.___callback, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var));
|
|
if (marshaled.___userData != NULL)
|
|
{
|
|
unmarshaled.___userData = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___userData, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___userData), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___userData, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___userData))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___userData), Il2CppIUnknown::IID, marshaled.___userData);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___userData = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___userData), (void*)NULL);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_pinvoke_cleanup(CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (marshaled.___userData != NULL)
|
|
{
|
|
(marshaled.___userData)->Release();
|
|
marshaled.___userData = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_com(const CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08& unmarshaled, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___callback = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___callback));
|
|
if (unmarshaled.___userData != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___userData))
|
|
{
|
|
marshaled.___userData = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___userData));
|
|
(marshaled.___userData)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___userData = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___userData);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___userData = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_com_back(const CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_com& marshaled, CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___callback = il2cpp_codegen_marshal_function_ptr_to_delegate<MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50>(marshaled.___callback, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___callback), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50>(marshaled.___callback, MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var));
|
|
if (marshaled.___userData != NULL)
|
|
{
|
|
unmarshaled.___userData = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___userData, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___userData), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___userData, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___userData))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___userData), Il2CppIUnknown::IID, marshaled.___userData);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___userData = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___userData), (void*)NULL);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshal_com_cleanup(CallbackInfo_tAAF5B235D20558849D45390E3FFA7A0FF2183A08_marshaled_com& marshaled)
|
|
{
|
|
if (marshaled.___userData != NULL)
|
|
{
|
|
(marshaled.___userData)->Release();
|
|
marshaled.___userData = 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
|
|
// Method Definition Index: 20135
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator__ctor_mAAD2B9D3F189F06D7882882D5FEE1C2929E724B5 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_mgc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m75D8592E29191AA043FCA0F1A20F3A586C2CF596_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD3639440D8DA82147DC9629DE83F253326590E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_OnMeshGeneration_mA6CA51D9C39B98D2BBC9269C9EA1C66AB9BAE2D0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_RepeatRectUVList = (List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RepeatRectUVList), (void*)(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)NULL);
|
|
__this->___m_BackgroundRepeatInstanceList = (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BackgroundRepeatInstanceList), (void*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)NULL);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_0 = (GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0*)il2cpp_codegen_object_new(GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0_il2cpp_TypeInfo_var);
|
|
GCHandlePool__ctor_m23D9993FE958E8F43DB1BEBA49D79C4F50A9CA19(L_0, ((int32_t)256), ((int32_t)64), NULL);
|
|
__this->___m_GCHandlePool = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GCHandlePool), (void*)L_0);
|
|
TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09* L_1 = (TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09*)il2cpp_codegen_object_new(TextInfo_t27E58E62A7552C66D38C175AF9D22622365F5D09_il2cpp_TypeInfo_var);
|
|
TextInfo__ctor_m241E24715CC5F6293DC90A4D25884548BAD0D602(L_1, NULL);
|
|
__this->___m_TextInfo = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextInfo), (void*)L_1);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_2 = (TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2*)il2cpp_codegen_object_new(TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2_il2cpp_TypeInfo_var);
|
|
TextGenerationSettings__ctor_mA20608A16443434DAE9FEF0BF8BD076270FA660E(L_2, NULL);
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_3 = L_2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
NullCheck(L_3);
|
|
L_3->___screenRect = L_4;
|
|
TextGenerationSettings_t3E75DB1D14DF53934AF76C9ACB1CD94A344A92A2* L_5 = L_3;
|
|
NullCheck(L_5);
|
|
L_5->___richText = (bool)1;
|
|
__this->___m_Settings = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings), (void*)L_5);
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_6 = (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0*)il2cpp_codegen_object_new(List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C(L_6, List_1__ctor_mE74D58806ADED23F173ECD1B3F9F2DB4BB35C67C_RuntimeMethod_var);
|
|
__this->___m_VerticesArray = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VerticesArray), (void*)L_6);
|
|
List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* L_7 = (List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E*)il2cpp_codegen_object_new(List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D(L_7, List_1__ctor_m6ECFD3BB7ABC05FC188592872A5C8965635C8E9D_RuntimeMethod_var);
|
|
__this->___m_IndicesArray = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_IndicesArray), (void*)L_7);
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_8 = (List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4*)il2cpp_codegen_object_new(List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mD3639440D8DA82147DC9629DE83F253326590E28(L_8, List_1__ctor_mD3639440D8DA82147DC9629DE83F253326590E28_RuntimeMethod_var);
|
|
__this->___m_Atlases = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Atlases), (void*)L_8);
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_9 = (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918*)il2cpp_codegen_object_new(List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802(L_9, List_1__ctor_mC29D3D824786832A31096310B3B3016B8B42B802_RuntimeMethod_var);
|
|
__this->___m_SdfScales = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SdfScales), (void*)L_9);
|
|
List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* L_10 = (List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984*)il2cpp_codegen_object_new(List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m75D8592E29191AA043FCA0F1A20F3A586C2CF596(L_10, List_1__ctor_m75D8592E29191AA043FCA0F1A20F3A586C2CF596_RuntimeMethod_var);
|
|
__this->___m_RenderModes = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderModes), (void*)L_10);
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_11 = (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E*)il2cpp_codegen_object_new(List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745(L_11, ((int32_t)256), List_1__ctor_m40F1D3C2A1941FEB340D6B457DECAE17117E5745_RuntimeMethod_var);
|
|
__this->___m_TesselationJobParameters = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TesselationJobParameters), (void*)L_11);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_12 = ___0_mgc;
|
|
__this->___m_MeshGenerationContext = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MeshGenerationContext), (void*)L_12);
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_13 = (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50*)il2cpp_codegen_object_new(MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50_il2cpp_TypeInfo_var);
|
|
MeshGenerationCallback__ctor_mF5DE3F56327858A3E5FF0F01AF1CF57C0AA3EB26(L_13, __this, (intptr_t)((void*)MeshGenerator_OnMeshGeneration_mA6CA51D9C39B98D2BBC9269C9EA1C66AB9BAE2D0_RuntimeMethod_var), NULL);
|
|
__this->___m_OnMeshGenerationDelegate = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnMeshGenerationDelegate), (void*)L_13);
|
|
TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* L_14 = (TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22*)il2cpp_codegen_object_new(TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22_il2cpp_TypeInfo_var);
|
|
TextJobSystem__ctor_m59F7FC712C06F551A769CEEC3FE6D9436667357E(L_14, NULL);
|
|
MeshGenerator_set_textJobSystem_m9B4BD761CA76DF3C5F2ABFCE431999FE5D2B8353_inline(__this, L_14, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20136
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_set_currentElement_m5A6BBBC9BEA058D6C3F13F895CDC44914767F885 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_value;
|
|
__this->___U3CcurrentElementU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcurrentElementU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20137
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* MeshGenerator_get_textJobSystem_m80C3D9B27BDBE233B681127CC38285B648BA1109 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* L_0 = __this->___U3CtextJobSystemU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20138
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_set_textJobSystem_m9B4BD761CA76DF3C5F2ABFCE431999FE5D2B8353 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* L_0 = ___0_value;
|
|
__this->___U3CtextJobSystemU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtextJobSystemU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20139
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89 (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_borderRectSize, Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 ___1_length, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
float L_0;
|
|
L_0 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_length), NULL);
|
|
V_0 = L_0;
|
|
float L_1;
|
|
L_1 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_length), NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2;
|
|
L_2 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&___1_length), NULL);
|
|
V_2 = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_borderRectSize;
|
|
float L_5 = L_4.___x;
|
|
float L_6;
|
|
L_6 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_length), NULL);
|
|
V_0 = ((float)(((float)il2cpp_codegen_multiply(L_5, L_6))/(100.0f)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___0_borderRectSize;
|
|
float L_8 = L_7.___y;
|
|
float L_9;
|
|
L_9 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&___1_length), NULL);
|
|
V_1 = ((float)(((float)il2cpp_codegen_multiply(L_8, L_9))/(100.0f)));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
float L_10 = V_0;
|
|
float L_11;
|
|
L_11 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_10, (0.0f), NULL);
|
|
V_0 = L_11;
|
|
float L_12 = V_1;
|
|
float L_13;
|
|
L_13 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_12, (0.0f), NULL);
|
|
V_1 = L_13;
|
|
float L_14 = V_0;
|
|
float L_15 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_16), L_14, L_15, NULL);
|
|
V_3 = L_16;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_3;
|
|
return L_17;
|
|
}
|
|
}
|
|
// Method Definition Index: 20140
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_GetVisualElementRadii_mAB1D39D828285E5478677FF72CF3F4A00414766C (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_topLeft, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_bottomLeft, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_topRight, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___4_bottomRight, 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*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InterfaceFuncInvoker0< float >::Invoke(78, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_2);
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
float L_5;
|
|
L_5 = InterfaceFuncInvoker0< float >::Invoke(30, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_4);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), L_3, L_5, NULL);
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
|
|
NullCheck(L_6);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C* L_7;
|
|
L_7 = VisualElement_get_computedStyle_m8124059EC4D72CCEDE7107FFF72A614131604C3A(L_6, NULL);
|
|
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C L_8 = (*(ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C*)L_7);
|
|
V_2 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_9 = ___1_topLeft;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_11;
|
|
L_11 = ComputedStyle_get_borderTopLeftRadius_m67D177E6AF91CC1413FCA6EA2675FEC54AD84974((&V_2), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89(L_10, L_11, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_9 = L_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_13 = ___2_bottomLeft;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_15;
|
|
L_15 = ComputedStyle_get_borderBottomLeftRadius_m0591621DC5BDEF35B0F24C7791A9244BCC72D87E((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89(L_14, L_15, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_13 = L_16;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_17 = ___3_topRight;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_19;
|
|
L_19 = ComputedStyle_get_borderTopRightRadius_m65B3C6F4578C9512769A4CDBC59E15C8C840A588((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
|
|
L_20 = MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89(L_18, L_19, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_17 = L_20;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = ___4_bottomRight;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_1;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_23;
|
|
L_23 = ComputedStyle_get_borderBottomRightRadius_m570211084F0CD1C730B7F7D3A6510394895CC980((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = MeshGenerator_ConvertBorderRadiusPercentToPoints_mC0D7E5947C26781DD6C32C74117D2A42A5D7BB89(L_22, L_23, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_21 = L_24;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20141
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_AdjustBackgroundSizeForBorders_mF0BF9B3A781EA6FF5636C5E1EB5FB6D983132A14 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_visualElement, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* ___1_rectParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 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;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_visualElement;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VisualElement_get_resolvedStyle_m3885B7534A94E0BCE024A9621465A0F273DA0AEB(L_0, NULL);
|
|
V_0 = L_1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
|
|
L_2 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
V_1 = L_2;
|
|
RuntimeObject* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
float L_4;
|
|
L_4 = InterfaceFuncInvoker0< float >::Invoke(14, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_3);
|
|
if ((!(((float)L_4) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6;
|
|
L_6 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(13, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_5);
|
|
float L_7 = L_6.___a;
|
|
G_B3_0 = ((((int32_t)((!(((float)L_7) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
(&V_1)->___x = (0.5f);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = InterfaceFuncInvoker0< float >::Invoke(20, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_9);
|
|
if ((!(((float)L_10) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
|
|
L_12 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(17, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_11);
|
|
float L_13 = L_12.___a;
|
|
G_B8_0 = ((((int32_t)((!(((float)L_13) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
V_3 = (bool)G_B8_0;
|
|
bool L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
(&V_1)->___y = (0.5f);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
RuntimeObject* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
float L_16;
|
|
L_16 = InterfaceFuncInvoker0< float >::Invoke(16, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_15);
|
|
if ((!(((float)L_16) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18;
|
|
L_18 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(15, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_17);
|
|
float L_19 = L_18.___a;
|
|
G_B13_0 = ((((int32_t)((!(((float)L_19) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
V_4 = (bool)G_B13_0;
|
|
bool L_20 = V_4;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
(&V_1)->___z = (0.5f);
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
RuntimeObject* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
float L_22;
|
|
L_22 = InterfaceFuncInvoker0< float >::Invoke(12, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_21);
|
|
if ((!(((float)L_22) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_24;
|
|
L_24 = InterfaceFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(9, IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var, L_23);
|
|
float L_25 = L_24.___a;
|
|
G_B18_0 = ((((int32_t)((!(((float)L_25) >= ((float)(1.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
G_B18_0 = 0;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
V_5 = (bool)G_B18_0;
|
|
bool L_26 = V_5;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
(&V_1)->___w = (0.5f);
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_27 = ___1_rectParams;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_28 = V_1;
|
|
L_27->___rectInset = L_28;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20142
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawText_m3BEC962D6D3F3EEA30E9795D573FFED69FB0B79B (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* ___0_vertices, List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* ___1_indices, List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___2_materials, List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* ___3_renderModes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC6B7A89D831773B30421C937E934D58B64FF61F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mBFD86AB2F85FB10B7CBA3FABFCD5AB785B271EDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mED079FEB063B8FEF7F43AED70CB562DD77470DE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m556FFF46D3934C7FD10392613E00E8D495B9B1B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
float V_2 = 0.0f;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_0 = ___2_materials;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2;
|
|
L_2 = List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456(L_0, L_1, List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_3 = __this->___m_Atlases;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5;
|
|
L_5 = Material_get_mainTexture_mC6C6B860B44321F0342AEFA0DD7702384334F37D(L_4, NULL);
|
|
NullCheck(L_3);
|
|
List_1_Add_mC6B7A89D831773B30421C937E934D58B64FF61F7_inline(L_3, ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_5, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var)), List_1_Add_mC6B7A89D831773B30421C937E934D58B64FF61F7_RuntimeMethod_var);
|
|
V_2 = (0.0f);
|
|
List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* L_6 = ___3_renderModes;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_8;
|
|
L_8 = List_1_get_Item_m556FFF46D3934C7FD10392613E00E8D495B9B1B4(L_6, L_7, List_1_get_Item_m556FFF46D3934C7FD10392613E00E8D495B9B1B4_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(TextGeneratorUtilities_tAD0F329B1A5C7CC27CF63086C11FE092B43FED53_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = TextGeneratorUtilities_IsBitmapRendering_m93C5008776EEDD84825ED2133CDA0FC66DD56EEA(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_10 = __this->___m_Atlases;
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = List_1_get_Count_mED079FEB063B8FEF7F43AED70CB562DD77470DE2_inline(L_11, List_1_get_Count_mED079FEB063B8FEF7F43AED70CB562DD77470DE2_RuntimeMethod_var);
|
|
NullCheck(L_11);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_13;
|
|
L_13 = List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3(L_11, ((int32_t)il2cpp_codegen_subtract(L_12, 1)), List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = Texture2D_get_format_mE39DD922F83CA1097383309278BB6F20636A7D9D(L_13, NULL);
|
|
G_B4_0 = ((((int32_t)L_14) == ((int32_t)1))? 1 : 0);
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
V_3 = (bool)G_B4_0;
|
|
bool L_15 = V_3;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var);
|
|
int32_t L_17 = ((TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_StaticFields*)il2cpp_codegen_static_fields_for(TextShaderUtilities_t47B400695C5D96E7B04FEF9D132468B3A1799692_il2cpp_TypeInfo_var))->___ID_GradientScale;
|
|
NullCheck(L_16);
|
|
float L_18;
|
|
L_18 = Material_GetFloat_m52462F4AEDE20758BFB592B11DE83A79D2774932(L_16, L_17, NULL);
|
|
V_2 = L_18;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_19 = __this->___m_SdfScales;
|
|
float L_20 = V_2;
|
|
NullCheck(L_19);
|
|
List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_inline(L_19, L_20, List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_RuntimeMethod_var);
|
|
int32_t L_21 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_22 = V_0;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_23 = ___2_materials;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_inline(L_23, List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var);
|
|
V_4 = (bool)((((int32_t)L_22) < ((int32_t)L_24))? 1 : 0);
|
|
bool L_25 = V_4;
|
|
if (L_25)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_26 = ___0_vertices;
|
|
List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* L_27 = ___1_indices;
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_28 = __this->___m_Atlases;
|
|
List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* L_29 = ___3_renderModes;
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_30 = __this->___m_SdfScales;
|
|
MeshGenerator_DrawText_m01EB09E76E103C71074CE2F229718799D48D0EF2(__this, L_26, L_27, L_28, L_29, L_30, NULL);
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_31 = __this->___m_Atlases;
|
|
NullCheck(L_31);
|
|
List_1_Clear_mBFD86AB2F85FB10B7CBA3FABFCD5AB785B271EDA_inline(L_31, List_1_Clear_mBFD86AB2F85FB10B7CBA3FABFCD5AB785B271EDA_RuntimeMethod_var);
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_32 = __this->___m_SdfScales;
|
|
NullCheck(L_32);
|
|
List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_inline(L_32, List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20143
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawText_m01EB09E76E103C71074CE2F229718799D48D0EF2 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* ___0_vertices, List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* ___1_indices, List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* ___2_atlases, List_1_tCC486B2D4F880481060DFA54EF9A19E226ACA984* ___3_renderModes, List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* ___4_sdfScales, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
float V_6 = 0.0f;
|
|
bool V_7 = false;
|
|
{
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_0 = ___0_vertices;
|
|
V_0 = (bool)((((RuntimeObject*)(List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_1 = 0;
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_2 = ___0_vertices;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_inline(L_2, List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_4 = ___0_vertices;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_6;
|
|
L_6 = List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF(L_4, L_5, List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_RuntimeMethod_var);
|
|
V_4 = L_6;
|
|
int32_t L_7;
|
|
L_7 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_4), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
V_3 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_9 = ___2_atlases;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_11;
|
|
L_11 = List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3(L_9, L_10, List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = Texture2D_get_format_mE39DD922F83CA1097383309278BB6F20636A7D9D(L_11, NULL);
|
|
V_5 = (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_13 = V_5;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_14 = ___2_atlases;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_16;
|
|
L_16 = List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3(L_14, L_15, List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_17 = ___0_vertices;
|
|
int32_t L_18 = V_1;
|
|
NullCheck(L_17);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_19;
|
|
L_19 = List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF(L_17, L_18, List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_RuntimeMethod_var);
|
|
List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* L_20 = ___1_indices;
|
|
int32_t L_21 = V_1;
|
|
NullCheck(L_20);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_22;
|
|
L_22 = List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6(L_20, L_21, List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_RuntimeMethod_var);
|
|
MeshGenerator_MakeText_m1F5EE305C26FE3BA9ACDBDD1352FE9FB0193330A(__this, L_16, L_19, L_22, (bool)0, (0.0f), (0.0f), (bool)1, NULL);
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
V_6 = (0.0f);
|
|
List_1_t0F231C3F13EBA1FF9081BD61489D01AA3CBE59D4* L_23 = ___2_atlases;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_25;
|
|
L_25 = List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3(L_23, L_24, List_1_get_Item_m41F9D0682DC2DEC45DFE466C6AFE6D89379BC9A3_RuntimeMethod_var);
|
|
List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* L_26 = ___0_vertices;
|
|
int32_t L_27 = V_1;
|
|
NullCheck(L_26);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_28;
|
|
L_28 = List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF(L_26, L_27, List_1_get_Item_m7A7F39E662BE97C2823CA759C2ADAD85C77BFBFF_RuntimeMethod_var);
|
|
List_1_t2BD7CEB57459502C3896E8429E9E19A9BECBE82E* L_29 = ___1_indices;
|
|
int32_t L_30 = V_1;
|
|
NullCheck(L_29);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_31;
|
|
L_31 = List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6(L_29, L_30, List_1_get_Item_mC1321A03B72DE9A81AD3E4F30AAA673DA7F42BC6_RuntimeMethod_var);
|
|
List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* L_32 = ___4_sdfScales;
|
|
int32_t L_33 = V_1;
|
|
NullCheck(L_32);
|
|
float L_34;
|
|
L_34 = List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50(L_32, L_33, List_1_get_Item_mFE556F47C4CD09EAC6C898EF39D4A8EC112CFC50_RuntimeMethod_var);
|
|
float L_35 = V_6;
|
|
MeshGenerator_MakeText_m1F5EE305C26FE3BA9ACDBDD1352FE9FB0193330A(__this, L_25, L_28, L_31, (bool)1, L_34, L_35, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
int32_t L_36 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
int32_t L_37 = V_1;
|
|
int32_t L_38 = V_2;
|
|
V_7 = (bool)((((int32_t)L_37) < ((int32_t)L_38))? 1 : 0);
|
|
bool L_39 = V_7;
|
|
if (L_39)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20144
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 MeshGenerator_ConvertTextVertexToUIRVertex_m1183C93CF2D733A513C3DFE410E9C50D3BCF9BB4 (TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* ___0_vertex, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_posOffset, float ___2_inverseScale, bool ___3_isDynamicColor, bool ___4_isColorGlyph, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B4_0 = NULL;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B3_0 = NULL;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B7_1 = 0;
|
|
int32_t G_B7_2 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B7_3 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B6_2 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B6_3 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B8_1 = 0;
|
|
int32_t G_B8_2 = 0;
|
|
int32_t G_B8_3 = 0;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7* G_B8_4 = NULL;
|
|
{
|
|
V_0 = (0.0f);
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_0 = ___0_vertex;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_1 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_0->___uv2);
|
|
float L_2 = L_1->___y;
|
|
V_1 = (bool)((((float)L_2) < ((float)(0.0f)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (1.0f);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_4 = ___0_vertex;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_5 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&L_4->___position);
|
|
float L_6 = L_5->___x;
|
|
float L_7 = ___2_inverseScale;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = ___1_posOffset;
|
|
float L_9 = L_8.___x;
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_10 = ___0_vertex;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_11 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&L_10->___position);
|
|
float L_12 = L_11->___y;
|
|
float L_13 = ___2_inverseScale;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = ___1_posOffset;
|
|
float L_15 = L_14.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline((&L_16), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_6, L_7)), L_9)), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_12, L_13)), L_15)), NULL);
|
|
(&V_2)->___position = L_16;
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_17 = ___0_vertex;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_17->___uv0);
|
|
float L_19 = L_18->___x;
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_20 = ___0_vertex;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_20->___uv0);
|
|
float L_22 = L_21->___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_23), L_19, L_22, NULL);
|
|
(&V_2)->___uv = L_23;
|
|
bool L_24 = ___4_isColorGlyph;
|
|
if (L_24)
|
|
{
|
|
G_B4_0 = (&V_2);
|
|
goto IL_008f;
|
|
}
|
|
G_B3_0 = (&V_2);
|
|
}
|
|
{
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_25 = ___0_vertex;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_26 = L_25->___color;
|
|
G_B5_0 = L_26;
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
TextCoreVertex_t012334F340F916622ED5237971E8BA32198060E4* L_27 = ___0_vertex;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* L_28 = (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B*)(&L_27->___color);
|
|
uint8_t L_29 = L_28->___a;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_30;
|
|
memset((&L_30), 0, sizeof(L_30));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_30), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), L_29, NULL);
|
|
G_B5_0 = L_30;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
G_B5_1->___tint = G_B5_0;
|
|
float L_31 = V_0;
|
|
bool L_32 = ___3_isDynamicColor;
|
|
if (L_32)
|
|
{
|
|
G_B7_0 = 0;
|
|
G_B7_1 = il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(L_31, (255.0f))));
|
|
G_B7_2 = 0;
|
|
G_B7_3 = (&V_2);
|
|
goto IL_00c5;
|
|
}
|
|
G_B6_0 = 0;
|
|
G_B6_1 = il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(L_31, (255.0f))));
|
|
G_B6_2 = 0;
|
|
G_B6_3 = (&V_2);
|
|
}
|
|
{
|
|
G_B8_0 = 0;
|
|
G_B8_1 = G_B6_0;
|
|
G_B8_2 = G_B6_1;
|
|
G_B8_3 = G_B6_2;
|
|
G_B8_4 = G_B6_3;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
G_B8_0 = 2;
|
|
G_B8_1 = G_B7_0;
|
|
G_B8_2 = G_B7_1;
|
|
G_B8_3 = G_B7_2;
|
|
G_B8_4 = G_B7_3;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_33), (uint8_t)G_B8_3, (uint8_t)G_B8_2, (uint8_t)G_B8_1, (uint8_t)G_B8_0, NULL);
|
|
G_B8_4->___flags = L_33;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_34 = V_2;
|
|
V_3 = L_34;
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_35 = V_3;
|
|
return L_35;
|
|
}
|
|
}
|
|
// Method Definition Index: 20145
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_MakeText_m1F5EE305C26FE3BA9ACDBDD1352FE9FB0193330A (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_texture, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___1_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_indices, bool ___3_isSdf, float ___4_sdfScale, float ___5_sharpness, bool ___6_multiChannel, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = ___3_isSdf;
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_2 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_2);
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* L_3;
|
|
L_3 = MeshGenerationContext_get_entryRecorder_m0AE5D8E72A6B3046981F33DC0C18BB6CD458BE14_inline(L_2, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_4 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_4);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5;
|
|
L_5 = MeshGenerationContext_get_parentEntry_m3268F4013D059959D8D269C0093B604D74B22313_inline(L_4, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_6 = ___1_vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_7 = ___2_indices;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = ___0_texture;
|
|
float L_9 = ___4_sdfScale;
|
|
float L_10 = ___5_sharpness;
|
|
NullCheck(L_3);
|
|
EntryRecorder_DrawSdfText_m8C05A0D3CA3C334A2B9617F8137ECB5D724CE88D(L_3, L_5, L_6, L_7, L_8, L_9, L_10, NULL);
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_11 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_11);
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* L_12;
|
|
L_12 = MeshGenerationContext_get_entryRecorder_m0AE5D8E72A6B3046981F33DC0C18BB6CD458BE14_inline(L_11, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_13 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_13);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_14;
|
|
L_14 = MeshGenerationContext_get_parentEntry_m3268F4013D059959D8D269C0093B604D74B22313_inline(L_13, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_15 = ___1_vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_16 = ___2_indices;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17 = ___0_texture;
|
|
bool L_18 = ___6_multiChannel;
|
|
NullCheck(L_12);
|
|
EntryRecorder_DrawRasterText_m83C71FD9C47E9D983FD1602D7D24F99FA0DF1719(L_12, L_14, L_15, L_16, L_17, L_18, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20146
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D ___0_rectParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* G_B14_0 = NULL;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* G_B13_0 = NULL;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B15_0 = NULL;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t* G_B17_1 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t* G_B16_1 = NULL;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B18_1 = 0;
|
|
int32_t* G_B18_2 = NULL;
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect);
|
|
float L_1;
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_0, NULL);
|
|
if ((((float)L_1) < ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___rect);
|
|
float L_3;
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(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_3 = (bool)G_B3_0;
|
|
bool L_4 = V_3;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_5 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangle;
|
|
V_4 = L_5;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_4), NULL);
|
|
il2cpp_codegen_initobj((&V_5), sizeof(TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2));
|
|
(&V_5)->___isBorderJob = (bool)0;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_6 = V_5;
|
|
V_0 = L_6;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_7 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
RectangleParams_ToNativeParams_m2918D7BE66764D854C9B3641B39AA4459E387999((&___0_rectParams), L_7, NULL);
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_8 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_9 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_10 = ___0_rectParams;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11 = L_10.___texture;
|
|
NullCheck(L_9);
|
|
intptr_t L_12;
|
|
L_12 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_9, L_11, NULL);
|
|
L_8->___texture = L_12;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_13 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_14 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_15 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_16 = L_15.___sprite;
|
|
NullCheck(L_14);
|
|
intptr_t L_17;
|
|
L_17 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_14, L_16, NULL);
|
|
L_13->___sprite = L_17;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_18 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_19 = L_18.___sprite;
|
|
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);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_21 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_22 = L_21.___sprite;
|
|
NullCheck(L_22);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_23;
|
|
L_23 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_22, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_24;
|
|
L_24 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_23, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B8_0 = ((int32_t)(L_24));
|
|
goto IL_00c0;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
V_6 = (bool)G_B8_0;
|
|
bool L_25 = V_6;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_26 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_27 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_28 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_29 = L_28.___sprite;
|
|
NullCheck(L_29);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_30;
|
|
L_30 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_29, NULL);
|
|
NullCheck(L_27);
|
|
intptr_t L_31;
|
|
L_31 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_27, L_30, NULL);
|
|
L_26->___spriteTexture = L_31;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_32 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_33 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_34 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_35 = L_34.___sprite;
|
|
NullCheck(L_35);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_36;
|
|
L_36 = Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31(L_35, NULL);
|
|
NullCheck(L_33);
|
|
intptr_t L_37;
|
|
L_37 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_33, (RuntimeObject*)L_36, NULL);
|
|
L_32->___spriteVertices = L_37;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_38 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_39 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_40 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_41 = L_40.___sprite;
|
|
NullCheck(L_41);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_42;
|
|
L_42 = Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF(L_41, NULL);
|
|
NullCheck(L_39);
|
|
intptr_t L_43;
|
|
L_43 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_39, (RuntimeObject*)L_42, NULL);
|
|
L_38->___spriteUVs = L_43;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_44 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_45 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_46 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_47 = L_46.___sprite;
|
|
NullCheck(L_47);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_48;
|
|
L_48 = Sprite_get_triangles_m5D2A3D916814891FF5DF236D8A2D72C89A66EFD4(L_47, NULL);
|
|
NullCheck(L_45);
|
|
intptr_t L_49;
|
|
L_49 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_45, (RuntimeObject*)L_48, NULL);
|
|
L_44->___spriteTriangles = L_49;
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_50 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_51 = L_50.___backgroundRepeatInstanceList;
|
|
V_7 = (bool)((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_51) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_52 = V_7;
|
|
if (!L_52)
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_53 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_54 = ___0_rectParams;
|
|
int32_t L_55 = L_54.___backgroundRepeatInstanceListStartIndex;
|
|
L_53->___backgroundRepeatInstanceListStartIndex = L_55;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_56 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_57 = ___0_rectParams;
|
|
int32_t L_58 = L_57.___backgroundRepeatInstanceListEndIndex;
|
|
L_56->___backgroundRepeatInstanceListEndIndex = L_58;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_59 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_60 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_61 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_62 = L_61.___backgroundRepeatInstanceList;
|
|
NullCheck(L_60);
|
|
intptr_t L_63;
|
|
L_63 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_60, L_62, NULL);
|
|
L_59->___backgroundRepeatInstanceList = L_63;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_64 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_65 = __this->___m_GCHandlePool;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_66 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_67 = L_66.___vectorImage;
|
|
NullCheck(L_65);
|
|
intptr_t L_68;
|
|
L_68 = GCHandlePool_GetIntPtr_mB1C0CB18C466C181B52133E774259DE10A3D1B39(L_65, L_67, NULL);
|
|
L_64->___vectorImage = L_68;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_69 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_70 = L_69.___vectorImage;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_71 = L_70;
|
|
if (L_71)
|
|
{
|
|
G_B14_0 = L_71;
|
|
goto IL_01cf;
|
|
}
|
|
G_B13_0 = L_71;
|
|
}
|
|
{
|
|
G_B15_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
|
|
goto IL_01d4;
|
|
}
|
|
|
|
IL_01cf:
|
|
{
|
|
NullCheck(G_B14_0);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_72 = G_B14_0->___atlas;
|
|
G_B15_0 = L_72;
|
|
}
|
|
|
|
IL_01d4:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_73;
|
|
L_73 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(G_B15_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_1 = L_73;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_74 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
int32_t* L_75 = (int32_t*)(&L_74->___meshFlags);
|
|
int32_t* L_76 = L_75;
|
|
int32_t L_77 = *((int32_t*)L_76);
|
|
bool L_78 = V_1;
|
|
if (L_78)
|
|
{
|
|
G_B17_0 = L_77;
|
|
G_B17_1 = L_76;
|
|
goto IL_01ef;
|
|
}
|
|
G_B16_0 = L_77;
|
|
G_B16_1 = L_76;
|
|
}
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = G_B16_0;
|
|
G_B18_2 = G_B16_1;
|
|
goto IL_01f0;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
G_B18_0 = 4;
|
|
G_B18_1 = G_B17_0;
|
|
G_B18_2 = G_B17_1;
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
*((int32_t*)G_B18_2) = (int32_t)((int32_t)(G_B18_1|G_B18_0));
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_79 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_79);
|
|
MeshGenerationContext_InsertUnsafeMeshGenerationNode_mD5EA6DC3E153CD95EFC696521251D1A46FBF62C3(L_79, (&V_2), NULL);
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_80 = V_2;
|
|
(&V_0)->___node = L_80;
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_81 = __this->___m_TesselationJobParameters;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_82 = V_0;
|
|
NullCheck(L_81);
|
|
List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_inline(L_81, L_82, List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_83 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangle;
|
|
V_4 = L_83;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_4), NULL);
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20147
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawBorder_mF18307F8C7C7EE3407137561288A9C9794F193A7 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509 ___0_borderParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawBorder;
|
|
V_2 = L_0;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_2), NULL);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2));
|
|
(&V_3)->___isBorderJob = (bool)1;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509 L_1 = ___0_borderParams;
|
|
(&V_3)->___borderParams = L_1;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_2 = V_3;
|
|
V_0 = L_2;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_3 = __this->___m_MeshGenerationContext;
|
|
NullCheck(L_3);
|
|
MeshGenerationContext_InsertUnsafeMeshGenerationNode_mD5EA6DC3E153CD95EFC696521251D1A46FBF62C3(L_3, (&V_1), NULL);
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_4 = V_1;
|
|
(&V_0)->___node = L_4;
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_5 = __this->___m_TesselationJobParameters;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_6 = V_0;
|
|
NullCheck(L_5);
|
|
List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_inline(L_5, L_6, List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_RuntimeMethod_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_7 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawBorder;
|
|
V_2 = L_7;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_2), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20148
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DrawRectangleRepeat_m994AD5813B0739AA572B33774F30ED8C8C6D36D9 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_totalRect, float ___2_scaledPixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangleRepeat;
|
|
V_0 = L_0;
|
|
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&V_0), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = ___1_totalRect;
|
|
float L_2 = ___2_scaledPixelsPerPoint;
|
|
MeshGenerator_DoDrawRectangleRepeat_m004BF778C004F01A67BDAFF237D207AA84D96F70_inline(__this, (&___0_rectParams), L_1, L_2, NULL);
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_3 = ((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangleRepeat;
|
|
V_0 = L_3;
|
|
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&V_0), NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20149
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_DoDrawRectangleRepeat_m004BF778C004F01A67BDAFF237D207AA84D96F70 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_totalRect, float ___2_scaledPixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var);
|
|
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));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
bool V_19 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
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;
|
|
float V_35 = 0.0f;
|
|
int32_t V_36 = 0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_37;
|
|
memset((&V_37), 0, sizeof(V_37));
|
|
bool V_38 = false;
|
|
float V_39 = 0.0f;
|
|
int32_t V_40 = 0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_41;
|
|
memset((&V_41), 0, sizeof(V_41));
|
|
int32_t V_42 = 0;
|
|
int32_t V_43 = 0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 V_44;
|
|
memset((&V_44), 0, sizeof(V_44));
|
|
float V_45 = 0.0f;
|
|
float V_46 = 0.0f;
|
|
bool V_47 = false;
|
|
bool V_48 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_49;
|
|
memset((&V_49), 0, sizeof(V_49));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_50;
|
|
memset((&V_50), 0, sizeof(V_50));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_51;
|
|
memset((&V_51), 0, sizeof(V_51));
|
|
bool V_52 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_53;
|
|
memset((&V_53), 0, sizeof(V_53));
|
|
int32_t V_54 = 0;
|
|
bool V_55 = false;
|
|
bool V_56 = false;
|
|
int32_t V_57 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_58;
|
|
memset((&V_58), 0, sizeof(V_58));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_59;
|
|
memset((&V_59), 0, sizeof(V_59));
|
|
bool V_60 = false;
|
|
bool V_61 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_62;
|
|
memset((&V_62), 0, sizeof(V_62));
|
|
int32_t V_63 = 0;
|
|
bool V_64 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_65;
|
|
memset((&V_65), 0, sizeof(V_65));
|
|
bool V_66 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_67;
|
|
memset((&V_67), 0, sizeof(V_67));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_68;
|
|
memset((&V_68), 0, sizeof(V_68));
|
|
bool V_69 = false;
|
|
float V_70 = 0.0f;
|
|
int32_t V_71 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_72;
|
|
memset((&V_72), 0, sizeof(V_72));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_73;
|
|
memset((&V_73), 0, sizeof(V_73));
|
|
bool V_74 = false;
|
|
bool V_75 = false;
|
|
int32_t V_76 = 0;
|
|
float V_77 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_78;
|
|
memset((&V_78), 0, sizeof(V_78));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_79;
|
|
memset((&V_79), 0, sizeof(V_79));
|
|
bool V_80 = false;
|
|
bool V_81 = false;
|
|
int32_t V_82 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_83;
|
|
memset((&V_83), 0, sizeof(V_83));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_84;
|
|
memset((&V_84), 0, sizeof(V_84));
|
|
bool V_85 = false;
|
|
bool V_86 = false;
|
|
bool V_87 = false;
|
|
bool V_88 = false;
|
|
bool V_89 = false;
|
|
bool V_90 = false;
|
|
bool V_91 = false;
|
|
float V_92 = 0.0f;
|
|
bool V_93 = false;
|
|
bool V_94 = false;
|
|
float V_95 = 0.0f;
|
|
bool V_96 = false;
|
|
bool V_97 = false;
|
|
int32_t V_98 = 0;
|
|
bool V_99 = false;
|
|
int32_t V_100 = 0;
|
|
int32_t V_101 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_102;
|
|
memset((&V_102), 0, sizeof(V_102));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_103;
|
|
memset((&V_103), 0, sizeof(V_103));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_104 = NULL;
|
|
int32_t V_105 = 0;
|
|
bool V_106 = false;
|
|
bool V_107 = false;
|
|
bool V_108 = false;
|
|
bool V_109 = false;
|
|
bool V_110 = false;
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 V_111;
|
|
memset((&V_111), 0, sizeof(V_111));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_112;
|
|
memset((&V_112), 0, sizeof(V_112));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_113;
|
|
memset((&V_113), 0, sizeof(V_113));
|
|
bool V_114 = false;
|
|
float V_115 = 0.0f;
|
|
float V_116 = 0.0f;
|
|
float V_117 = 0.0f;
|
|
float V_118 = 0.0f;
|
|
float V_119 = 0.0f;
|
|
bool V_120 = false;
|
|
float V_121 = 0.0f;
|
|
float V_122 = 0.0f;
|
|
float V_123 = 0.0f;
|
|
float V_124 = 0.0f;
|
|
bool V_125 = false;
|
|
float V_126 = 0.0f;
|
|
float V_127 = 0.0f;
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 V_128;
|
|
memset((&V_128), 0, sizeof(V_128));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_129;
|
|
memset((&V_129), 0, sizeof(V_129));
|
|
bool V_130 = false;
|
|
float V_131 = 0.0f;
|
|
float V_132 = 0.0f;
|
|
float V_133 = 0.0f;
|
|
float V_134 = 0.0f;
|
|
float V_135 = 0.0f;
|
|
bool V_136 = false;
|
|
float V_137 = 0.0f;
|
|
float V_138 = 0.0f;
|
|
float V_139 = 0.0f;
|
|
float V_140 = 0.0f;
|
|
bool V_141 = false;
|
|
bool V_142 = false;
|
|
bool V_143 = false;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B57_0 = 0;
|
|
int32_t G_B62_0 = 0;
|
|
int32_t G_B67_0 = 0;
|
|
int32_t G_B73_0 = 0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 G_B76_0;
|
|
memset((&G_B76_0), 0, sizeof(G_B76_0));
|
|
int32_t G_B121_0 = 0;
|
|
int32_t G_B128_0 = 0;
|
|
int32_t G_B135_0 = 0;
|
|
int32_t G_B183_0 = 0;
|
|
{
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_0), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_0 = __this->___m_RepeatRectUVList;
|
|
V_5 = (bool)((((RuntimeObject*)(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_5;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_2 = (List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)SZArrayNew(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___m_RepeatRectUVList = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RepeatRectUVList), (void*)L_2);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_3 = __this->___m_RepeatRectUVList;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_4 = (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)il2cpp_codegen_object_new(List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566(L_4, List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)L_4);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_5 = __this->___m_RepeatRectUVList;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_6 = (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)il2cpp_codegen_object_new(List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566(L_6, List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)L_6);
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_7 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
NullCheck(L_9);
|
|
List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_inline(L_9, List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_10 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_inline(L_12, List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_13 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_14 = L_13->___rect;
|
|
V_1 = L_14;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_15 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_16 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_15->___backgroundSize);
|
|
int32_t L_17;
|
|
L_17 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_16, NULL);
|
|
V_6 = (bool)((!(((uint32_t)L_17) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_18 = V_6;
|
|
if (!L_18)
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_19 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_20 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_19->___backgroundSize);
|
|
int32_t L_21;
|
|
L_21 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_20, NULL);
|
|
V_7 = (bool)((((int32_t)L_21) == ((int32_t)2))? 1 : 0);
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
float L_23;
|
|
L_23 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_24;
|
|
L_24 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_8 = ((float)(L_23/L_24));
|
|
float L_25;
|
|
L_25 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_26;
|
|
L_26 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_9 = ((float)(L_25/L_26));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27 = V_1;
|
|
V_10 = L_27;
|
|
float L_28 = V_8;
|
|
float L_29 = V_9;
|
|
V_11 = (bool)((((float)L_28) < ((float)L_29))? 1 : 0);
|
|
bool L_30 = V_11;
|
|
if (!L_30)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
float L_31;
|
|
L_31 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_10), L_31, NULL);
|
|
float L_32;
|
|
L_32 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_33;
|
|
L_33 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_34;
|
|
L_34 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_10), ((float)(((float)il2cpp_codegen_multiply(L_32, L_33))/L_34)), NULL);
|
|
goto IL_013d;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
float L_35;
|
|
L_35 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_36;
|
|
L_36 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_37;
|
|
L_37 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_10), ((float)(((float)il2cpp_codegen_multiply(L_35, L_36))/L_37)), NULL);
|
|
float L_38;
|
|
L_38 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_10), L_38, NULL);
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = V_10;
|
|
V_1 = L_39;
|
|
goto IL_01f5;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_40 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_41 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_40->___backgroundSize);
|
|
int32_t L_42;
|
|
L_42 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_41, NULL);
|
|
V_12 = (bool)((((int32_t)L_42) == ((int32_t)1))? 1 : 0);
|
|
bool L_43 = V_12;
|
|
if (!L_43)
|
|
{
|
|
goto IL_01f5;
|
|
}
|
|
}
|
|
{
|
|
float L_44;
|
|
L_44 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_45;
|
|
L_45 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_13 = ((float)(L_44/L_45));
|
|
float L_46;
|
|
L_46 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_47;
|
|
L_47 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_14 = ((float)(L_46/L_47));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_48 = V_1;
|
|
V_15 = L_48;
|
|
float L_49 = V_13;
|
|
float L_50 = V_14;
|
|
V_16 = (bool)((((float)L_49) > ((float)L_50))? 1 : 0);
|
|
bool L_51 = V_16;
|
|
if (!L_51)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
float L_52;
|
|
L_52 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_15), L_52, NULL);
|
|
float L_53;
|
|
L_53 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_54;
|
|
L_54 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_55;
|
|
L_55 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_15), ((float)(((float)il2cpp_codegen_multiply(L_53, L_54))/L_55)), NULL);
|
|
goto IL_01f1;
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
float L_56;
|
|
L_56 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_57;
|
|
L_57 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_58;
|
|
L_58 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_15), ((float)(((float)il2cpp_codegen_multiply(L_56, L_57))/L_58)), NULL);
|
|
float L_59;
|
|
L_59 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_15), L_59, NULL);
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_60 = V_15;
|
|
V_1 = L_60;
|
|
}
|
|
|
|
IL_01f5:
|
|
{
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_61 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_62 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_61->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_63;
|
|
L_63 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_62, NULL);
|
|
V_18 = L_63;
|
|
bool L_64;
|
|
L_64 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (!L_64)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_65 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_66 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_65->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_67;
|
|
L_67 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_66, NULL);
|
|
V_18 = L_67;
|
|
bool L_68;
|
|
L_68 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
G_B18_0 = ((((int32_t)L_68) == ((int32_t)0))? 1 : 0);
|
|
goto IL_022c;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
G_B18_0 = 1;
|
|
}
|
|
|
|
IL_022c:
|
|
{
|
|
V_17 = (bool)G_B18_0;
|
|
bool L_69 = V_17;
|
|
if (!L_69)
|
|
{
|
|
goto IL_050a;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_70 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_71 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_70->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_72;
|
|
L_72 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_71, NULL);
|
|
V_18 = L_72;
|
|
bool L_73;
|
|
L_73 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (L_73)
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_74 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_75 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_74->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_76;
|
|
L_76 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_75, NULL);
|
|
V_18 = L_76;
|
|
bool L_77;
|
|
L_77 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
G_B22_0 = ((int32_t)(L_77));
|
|
goto IL_0263;
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
G_B22_0 = 0;
|
|
}
|
|
|
|
IL_0263:
|
|
{
|
|
V_19 = (bool)G_B22_0;
|
|
bool L_78 = V_19;
|
|
if (!L_78)
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_79 = V_1;
|
|
V_20 = L_79;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_80 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_81 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_80->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_82;
|
|
L_82 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_81, NULL);
|
|
V_18 = L_82;
|
|
int32_t L_83;
|
|
L_83 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_21 = (bool)((((int32_t)L_83) == ((int32_t)1))? 1 : 0);
|
|
bool L_84 = V_21;
|
|
if (!L_84)
|
|
{
|
|
goto IL_02da;
|
|
}
|
|
}
|
|
{
|
|
float L_85;
|
|
L_85 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_86 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_87 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_86->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_88;
|
|
L_88 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_87, NULL);
|
|
V_18 = L_88;
|
|
float L_89;
|
|
L_89 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_85, L_89))/(100.0f))), NULL);
|
|
float L_90;
|
|
L_90 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_20), NULL);
|
|
float L_91;
|
|
L_91 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_92;
|
|
L_92 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_90, L_91))/L_92)), NULL);
|
|
goto IL_0334;
|
|
}
|
|
|
|
IL_02da:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_93 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_94 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_93->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_95;
|
|
L_95 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_94, NULL);
|
|
V_18 = L_95;
|
|
int32_t L_96;
|
|
L_96 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_22 = (bool)((((int32_t)L_96) == ((int32_t)0))? 1 : 0);
|
|
bool L_97 = V_22;
|
|
if (!L_97)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_98 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_99 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_98->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_100;
|
|
L_100 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_99, NULL);
|
|
V_18 = L_100;
|
|
float L_101;
|
|
L_101 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_20), L_101, NULL);
|
|
float L_102;
|
|
L_102 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_20), NULL);
|
|
float L_103;
|
|
L_103 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_104;
|
|
L_104 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_102, L_103))/L_104)), NULL);
|
|
}
|
|
|
|
IL_0334:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_105 = V_20;
|
|
V_1 = L_105;
|
|
goto IL_0509;
|
|
}
|
|
|
|
IL_033d:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_106 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_107 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_106->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_108;
|
|
L_108 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_107, NULL);
|
|
V_18 = L_108;
|
|
bool L_109;
|
|
L_109 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (L_109)
|
|
{
|
|
goto IL_036c;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_110 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_111 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_110->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_112;
|
|
L_112 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_111, NULL);
|
|
V_18 = L_112;
|
|
bool L_113;
|
|
L_113 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
G_B31_0 = ((((int32_t)L_113) == ((int32_t)0))? 1 : 0);
|
|
goto IL_036d;
|
|
}
|
|
|
|
IL_036c:
|
|
{
|
|
G_B31_0 = 0;
|
|
}
|
|
|
|
IL_036d:
|
|
{
|
|
V_23 = (bool)G_B31_0;
|
|
bool L_114 = V_23;
|
|
if (!L_114)
|
|
{
|
|
goto IL_0509;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_115 = V_1;
|
|
V_24 = L_115;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_116 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_117 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_116->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_118;
|
|
L_118 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_117, NULL);
|
|
V_18 = L_118;
|
|
bool L_119;
|
|
L_119 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_25 = (bool)((((int32_t)L_119) == ((int32_t)0))? 1 : 0);
|
|
bool L_120 = V_25;
|
|
if (!L_120)
|
|
{
|
|
goto IL_0422;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_121 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_122 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_121->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_123;
|
|
L_123 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_122, NULL);
|
|
V_18 = L_123;
|
|
int32_t L_124;
|
|
L_124 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_26 = (bool)((((int32_t)L_124) == ((int32_t)1))? 1 : 0);
|
|
bool L_125 = V_26;
|
|
if (!L_125)
|
|
{
|
|
goto IL_03e6;
|
|
}
|
|
}
|
|
{
|
|
float L_126;
|
|
L_126 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_127 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_128 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_127->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_129;
|
|
L_129 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_128, NULL);
|
|
V_18 = L_129;
|
|
float L_130;
|
|
L_130 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_126, L_130))/(100.0f))), NULL);
|
|
goto IL_0421;
|
|
}
|
|
|
|
IL_03e6:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_131 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_132 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_131->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_133;
|
|
L_133 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_132, NULL);
|
|
V_18 = L_133;
|
|
int32_t L_134;
|
|
L_134 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_27 = (bool)((((int32_t)L_134) == ((int32_t)0))? 1 : 0);
|
|
bool L_135 = V_27;
|
|
if (!L_135)
|
|
{
|
|
goto IL_0421;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_136 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_137 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_136->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_138;
|
|
L_138 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_137, NULL);
|
|
V_18 = L_138;
|
|
float L_139;
|
|
L_139 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), L_139, NULL);
|
|
}
|
|
|
|
IL_0421:
|
|
{
|
|
}
|
|
|
|
IL_0422:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_140 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_141 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_140->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_142;
|
|
L_142 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_141, NULL);
|
|
V_18 = L_142;
|
|
bool L_143;
|
|
L_143 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_28 = (bool)((((int32_t)L_143) == ((int32_t)0))? 1 : 0);
|
|
bool L_144 = V_28;
|
|
if (!L_144)
|
|
{
|
|
goto IL_0505;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_145 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_146 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_145->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_147;
|
|
L_147 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_146, NULL);
|
|
V_18 = L_147;
|
|
int32_t L_148;
|
|
L_148 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_29 = (bool)((((int32_t)L_148) == ((int32_t)1))? 1 : 0);
|
|
bool L_149 = V_29;
|
|
if (!L_149)
|
|
{
|
|
goto IL_048e;
|
|
}
|
|
}
|
|
{
|
|
float L_150;
|
|
L_150 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_151 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_152 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_151->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_153;
|
|
L_153 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_152, NULL);
|
|
V_18 = L_153;
|
|
float L_154;
|
|
L_154 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_150, L_154))/(100.0f))), NULL);
|
|
goto IL_04c9;
|
|
}
|
|
|
|
IL_048e:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_155 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_156 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_155->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_157;
|
|
L_157 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_156, NULL);
|
|
V_18 = L_157;
|
|
int32_t L_158;
|
|
L_158 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_30 = (bool)((((int32_t)L_158) == ((int32_t)0))? 1 : 0);
|
|
bool L_159 = V_30;
|
|
if (!L_159)
|
|
{
|
|
goto IL_04c9;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_160 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_161 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_160->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_162;
|
|
L_162 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_161, NULL);
|
|
V_18 = L_162;
|
|
float L_163;
|
|
L_163 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_24), L_163, NULL);
|
|
}
|
|
|
|
IL_04c9:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_164 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_165 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_164->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_166;
|
|
L_166 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_165, NULL);
|
|
V_18 = L_166;
|
|
bool L_167;
|
|
L_167 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_31 = L_167;
|
|
bool L_168 = V_31;
|
|
if (!L_168)
|
|
{
|
|
goto IL_0504;
|
|
}
|
|
}
|
|
{
|
|
float L_169;
|
|
L_169 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_24), NULL);
|
|
float L_170;
|
|
L_170 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_171;
|
|
L_171 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_169, L_170))/L_171)), NULL);
|
|
}
|
|
|
|
IL_0504:
|
|
{
|
|
}
|
|
|
|
IL_0505:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_172 = V_24;
|
|
V_1 = L_172;
|
|
}
|
|
|
|
IL_0509:
|
|
{
|
|
}
|
|
|
|
IL_050a:
|
|
{
|
|
}
|
|
|
|
IL_050b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_173;
|
|
L_173 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
float L_174 = L_173.___x;
|
|
if ((((float)L_174) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0536;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_175;
|
|
L_175 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
float L_176 = L_175.___y;
|
|
G_B52_0 = ((((int32_t)((!(((float)L_176) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0537;
|
|
}
|
|
|
|
IL_0536:
|
|
{
|
|
G_B52_0 = 1;
|
|
}
|
|
|
|
IL_0537:
|
|
{
|
|
V_32 = (bool)G_B52_0;
|
|
bool L_177 = V_32;
|
|
if (!L_177)
|
|
{
|
|
goto IL_0543;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
|
|
IL_0543:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_178;
|
|
L_178 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
float L_179 = L_178.___x;
|
|
if ((((float)L_179) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_056e;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_180;
|
|
L_180 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
float L_181 = L_180.___y;
|
|
G_B57_0 = ((((int32_t)((!(((float)L_181) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_056f;
|
|
}
|
|
|
|
IL_056e:
|
|
{
|
|
G_B57_0 = 1;
|
|
}
|
|
|
|
IL_056f:
|
|
{
|
|
V_33 = (bool)G_B57_0;
|
|
bool L_182 = V_33;
|
|
if (!L_182)
|
|
{
|
|
goto IL_057b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
|
|
IL_057b:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_183 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_184 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_183->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_185;
|
|
L_185 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_184, NULL);
|
|
V_18 = L_185;
|
|
bool L_186;
|
|
L_186 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
if (!L_186)
|
|
{
|
|
goto IL_05a1;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_187 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_188 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_187->___backgroundRepeat);
|
|
int32_t L_189 = L_188->___y;
|
|
G_B62_0 = ((((int32_t)L_189) == ((int32_t)2))? 1 : 0);
|
|
goto IL_05a2;
|
|
}
|
|
|
|
IL_05a1:
|
|
{
|
|
G_B62_0 = 0;
|
|
}
|
|
|
|
IL_05a2:
|
|
{
|
|
V_34 = (bool)G_B62_0;
|
|
bool L_190 = V_34;
|
|
if (!L_190)
|
|
{
|
|
goto IL_0613;
|
|
}
|
|
}
|
|
{
|
|
float L_191;
|
|
L_191 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_35 = ((float)((1.0f)/L_191));
|
|
float L_192;
|
|
L_192 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_193 = V_35;
|
|
V_36 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_192, L_193)), (0.5f))));
|
|
int32_t L_194 = V_36;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_195;
|
|
L_195 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_194, 1, NULL);
|
|
V_36 = L_195;
|
|
il2cpp_codegen_initobj((&V_37), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
|
|
float L_196;
|
|
L_196 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
int32_t L_197 = V_36;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_37), ((float)(L_196/((float)L_197))), NULL);
|
|
float L_198;
|
|
L_198 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_37), NULL);
|
|
float L_199;
|
|
L_199 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_200 = V_35;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_37), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_198, L_199)), L_200)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_201 = V_37;
|
|
V_1 = L_201;
|
|
goto IL_06a6;
|
|
}
|
|
|
|
IL_0613:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_202 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_203 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_202->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_204;
|
|
L_204 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_203, NULL);
|
|
V_18 = L_204;
|
|
bool L_205;
|
|
L_205 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
if (!L_205)
|
|
{
|
|
goto IL_0639;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_206 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_207 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_206->___backgroundRepeat);
|
|
int32_t L_208 = L_207->___x;
|
|
G_B67_0 = ((((int32_t)L_208) == ((int32_t)2))? 1 : 0);
|
|
goto IL_063a;
|
|
}
|
|
|
|
IL_0639:
|
|
{
|
|
G_B67_0 = 0;
|
|
}
|
|
|
|
IL_063a:
|
|
{
|
|
V_38 = (bool)G_B67_0;
|
|
bool L_209 = V_38;
|
|
if (!L_209)
|
|
{
|
|
goto IL_06a6;
|
|
}
|
|
}
|
|
{
|
|
float L_210;
|
|
L_210 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_39 = ((float)((1.0f)/L_210));
|
|
float L_211;
|
|
L_211 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_212 = V_39;
|
|
V_40 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_211, L_212)), (0.5f))));
|
|
int32_t L_213 = V_40;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_214;
|
|
L_214 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_213, 1, NULL);
|
|
V_40 = L_214;
|
|
il2cpp_codegen_initobj((&V_41), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
|
|
float L_215;
|
|
L_215 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
int32_t L_216 = V_40;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_41), ((float)(L_215/((float)L_216))), NULL);
|
|
float L_217;
|
|
L_217 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_41), NULL);
|
|
float L_218;
|
|
L_218 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_219 = V_39;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_41), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_217, L_218)), L_219)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_220 = V_41;
|
|
V_1 = L_220;
|
|
}
|
|
|
|
IL_06a6:
|
|
{
|
|
V_42 = 0;
|
|
goto IL_0dd3;
|
|
}
|
|
|
|
IL_06ae:
|
|
{
|
|
int32_t L_221 = V_42;
|
|
if (!L_221)
|
|
{
|
|
goto IL_06c0;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_222 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_223 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_222->___backgroundRepeat);
|
|
int32_t L_224 = L_223->___y;
|
|
G_B73_0 = L_224;
|
|
goto IL_06cb;
|
|
}
|
|
|
|
IL_06c0:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_225 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_226 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_225->___backgroundRepeat);
|
|
int32_t L_227 = L_226->___x;
|
|
G_B73_0 = L_227;
|
|
}
|
|
|
|
IL_06cb:
|
|
{
|
|
V_43 = G_B73_0;
|
|
int32_t L_228 = V_42;
|
|
if (!L_228)
|
|
{
|
|
goto IL_06d9;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_229 = ___0_rectParams;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_230 = L_229->___backgroundPositionY;
|
|
G_B76_0 = L_230;
|
|
goto IL_06df;
|
|
}
|
|
|
|
IL_06d9:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_231 = ___0_rectParams;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_232 = L_231->___backgroundPositionX;
|
|
G_B76_0 = L_232;
|
|
}
|
|
|
|
IL_06df:
|
|
{
|
|
V_44 = G_B76_0;
|
|
V_45 = (0.0f);
|
|
int32_t L_233 = V_43;
|
|
V_48 = (bool)((((int32_t)L_233) == ((int32_t)0))? 1 : 0);
|
|
bool L_234 = V_48;
|
|
if (!L_234)
|
|
{
|
|
goto IL_0733;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_235 = V_1;
|
|
V_50 = L_235;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_236 = V_0;
|
|
(&V_49)->___uv = L_236;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_237 = V_50;
|
|
(&V_49)->___rect = L_237;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_238;
|
|
L_238 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_50), NULL);
|
|
V_51 = L_238;
|
|
int32_t L_239 = V_42;
|
|
float L_240;
|
|
L_240 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_239, NULL);
|
|
V_45 = L_240;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_241 = __this->___m_RepeatRectUVList;
|
|
int32_t L_242 = V_42;
|
|
NullCheck(L_241);
|
|
int32_t L_243 = L_242;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_244 = (L_241)->GetAt(static_cast<il2cpp_array_size_t>(L_243));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_245 = V_49;
|
|
NullCheck(L_244);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_244, L_245, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_0733:
|
|
{
|
|
int32_t L_246 = V_43;
|
|
V_52 = (bool)((((int32_t)L_246) == ((int32_t)3))? 1 : 0);
|
|
bool L_247 = V_52;
|
|
if (!L_247)
|
|
{
|
|
goto IL_083f;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_248 = V_1;
|
|
V_53 = L_248;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_249;
|
|
L_249 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_249;
|
|
int32_t L_250 = V_42;
|
|
float L_251;
|
|
L_251 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_250, NULL);
|
|
float L_252 = ___2_scaledPixelsPerPoint;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_253;
|
|
L_253 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_253;
|
|
int32_t L_254 = V_42;
|
|
float L_255;
|
|
L_255 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_254, NULL);
|
|
V_54 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_add(L_251, ((float)((1.0f)/L_252))))/L_255)));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_256 = V_44;
|
|
int32_t L_257 = L_256.___keyword;
|
|
V_55 = (bool)((((int32_t)L_257) == ((int32_t)0))? 1 : 0);
|
|
bool L_258 = V_55;
|
|
if (!L_258)
|
|
{
|
|
goto IL_07a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_259 = V_54;
|
|
V_56 = (bool)((((int32_t)((int32_t)(L_259&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_260 = V_56;
|
|
if (!L_260)
|
|
{
|
|
goto IL_079b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_261 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_261, 2));
|
|
goto IL_07a1;
|
|
}
|
|
|
|
IL_079b:
|
|
{
|
|
int32_t L_262 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_262, 1));
|
|
}
|
|
|
|
IL_07a1:
|
|
{
|
|
goto IL_07ac;
|
|
}
|
|
|
|
IL_07a4:
|
|
{
|
|
int32_t L_263 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_263, 2));
|
|
}
|
|
|
|
IL_07ac:
|
|
{
|
|
V_57 = 0;
|
|
goto IL_082a;
|
|
}
|
|
|
|
IL_07b1:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_264;
|
|
L_264 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_53), NULL);
|
|
V_58 = L_264;
|
|
int32_t L_265 = V_42;
|
|
int32_t L_266 = V_57;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_267;
|
|
L_267 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_267;
|
|
int32_t L_268 = V_42;
|
|
float L_269;
|
|
L_269 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_268, NULL);
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_58), L_265, ((float)il2cpp_codegen_multiply(((float)L_266), L_269)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_270 = V_58;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_53), L_270, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_271 = V_53;
|
|
(&V_59)->___rect = L_271;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_272 = V_0;
|
|
(&V_59)->___uv = L_272;
|
|
float L_273 = V_45;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_274 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_59)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_275;
|
|
L_275 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_274, NULL);
|
|
V_51 = L_275;
|
|
int32_t L_276 = V_42;
|
|
float L_277;
|
|
L_277 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_276, NULL);
|
|
V_45 = ((float)il2cpp_codegen_add(L_273, L_277));
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_278 = __this->___m_RepeatRectUVList;
|
|
int32_t L_279 = V_42;
|
|
NullCheck(L_278);
|
|
int32_t L_280 = L_279;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_281 = (L_278)->GetAt(static_cast<il2cpp_array_size_t>(L_280));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_282 = V_59;
|
|
NullCheck(L_281);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_281, L_282, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
int32_t L_283 = V_57;
|
|
V_57 = ((int32_t)il2cpp_codegen_add(L_283, 1));
|
|
}
|
|
|
|
IL_082a:
|
|
{
|
|
int32_t L_284 = V_57;
|
|
int32_t L_285 = V_54;
|
|
V_60 = (bool)((((int32_t)L_284) < ((int32_t)L_285))? 1 : 0);
|
|
bool L_286 = V_60;
|
|
if (L_286)
|
|
{
|
|
goto IL_07b1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_083f:
|
|
{
|
|
int32_t L_287 = V_43;
|
|
V_61 = (bool)((((int32_t)L_287) == ((int32_t)1))? 1 : 0);
|
|
bool L_288 = V_61;
|
|
if (!L_288)
|
|
{
|
|
goto IL_0a03;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_289 = V_1;
|
|
V_62 = L_289;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_290;
|
|
L_290 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_290;
|
|
int32_t L_291 = V_42;
|
|
float L_292;
|
|
L_292 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_291, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_293;
|
|
L_293 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_293;
|
|
int32_t L_294 = V_42;
|
|
float L_295;
|
|
L_295 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_294, NULL);
|
|
V_63 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(L_292/L_295)));
|
|
int32_t L_296 = V_63;
|
|
V_64 = (bool)((((int32_t)((((int32_t)L_296) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_297 = V_64;
|
|
if (!L_297)
|
|
{
|
|
goto IL_08bf;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_298 = V_62;
|
|
(&V_65)->___rect = L_298;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_299 = V_0;
|
|
(&V_65)->___uv = L_299;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_300 = __this->___m_RepeatRectUVList;
|
|
int32_t L_301 = V_42;
|
|
NullCheck(L_300);
|
|
int32_t L_302 = L_301;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_303 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_302));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_304 = V_65;
|
|
NullCheck(L_303);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_303, L_304, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_305;
|
|
L_305 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_305;
|
|
int32_t L_306 = V_42;
|
|
float L_307;
|
|
L_307 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_306, NULL);
|
|
V_45 = L_307;
|
|
}
|
|
|
|
IL_08bf:
|
|
{
|
|
int32_t L_308 = V_63;
|
|
V_66 = (bool)((((int32_t)((((int32_t)L_308) < ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_309 = V_66;
|
|
if (!L_309)
|
|
{
|
|
goto IL_0947;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_310;
|
|
L_310 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_62), NULL);
|
|
V_68 = L_310;
|
|
int32_t L_311 = V_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_312;
|
|
L_312 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_312;
|
|
int32_t L_313 = V_42;
|
|
float L_314;
|
|
L_314 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_313, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_315;
|
|
L_315 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_315;
|
|
int32_t L_316 = V_42;
|
|
float L_317;
|
|
L_317 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_316, NULL);
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_68), L_311, ((float)il2cpp_codegen_subtract(L_314, L_317)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_318 = V_68;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_62), L_318, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_319 = V_62;
|
|
(&V_67)->___rect = L_319;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_320 = V_0;
|
|
(&V_67)->___uv = L_320;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_321 = __this->___m_RepeatRectUVList;
|
|
int32_t L_322 = V_42;
|
|
NullCheck(L_321);
|
|
int32_t L_323 = L_322;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_324 = (L_321)->GetAt(static_cast<il2cpp_array_size_t>(L_323));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_325 = V_67;
|
|
NullCheck(L_324);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_324, L_325, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_326;
|
|
L_326 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_326;
|
|
int32_t L_327 = V_42;
|
|
float L_328;
|
|
L_328 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_327, NULL);
|
|
V_45 = L_328;
|
|
}
|
|
|
|
IL_0947:
|
|
{
|
|
int32_t L_329 = V_63;
|
|
V_69 = (bool)((((int32_t)L_329) > ((int32_t)2))? 1 : 0);
|
|
bool L_330 = V_69;
|
|
if (!L_330)
|
|
{
|
|
goto IL_09fd;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_331;
|
|
L_331 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_331;
|
|
int32_t L_332 = V_42;
|
|
float L_333;
|
|
L_333 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_332, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_334;
|
|
L_334 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_334;
|
|
int32_t L_335 = V_42;
|
|
float L_336;
|
|
L_336 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_335, NULL);
|
|
int32_t L_337 = V_63;
|
|
int32_t L_338 = V_63;
|
|
V_70 = ((float)(((float)il2cpp_codegen_subtract(L_333, ((float)il2cpp_codegen_multiply(L_336, ((float)L_337)))))/((float)((int32_t)il2cpp_codegen_subtract(L_338, 1)))));
|
|
V_71 = 0;
|
|
goto IL_09ee;
|
|
}
|
|
|
|
IL_098c:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_339;
|
|
L_339 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_62), NULL);
|
|
V_73 = L_339;
|
|
int32_t L_340 = V_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_341;
|
|
L_341 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_341;
|
|
int32_t L_342 = V_42;
|
|
float L_343;
|
|
L_343 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_342, NULL);
|
|
float L_344 = V_70;
|
|
int32_t L_345 = V_71;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_73), L_340, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_343, L_344)), ((float)((int32_t)il2cpp_codegen_add(1, L_345))))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_346 = V_73;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_62), L_346, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_347 = V_62;
|
|
(&V_72)->___rect = L_347;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_348 = V_0;
|
|
(&V_72)->___uv = L_348;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_349 = __this->___m_RepeatRectUVList;
|
|
int32_t L_350 = V_42;
|
|
NullCheck(L_349);
|
|
int32_t L_351 = L_350;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_352 = (L_349)->GetAt(static_cast<il2cpp_array_size_t>(L_351));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_353 = V_72;
|
|
NullCheck(L_352);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_352, L_353, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
int32_t L_354 = V_71;
|
|
V_71 = ((int32_t)il2cpp_codegen_add(L_354, 1));
|
|
}
|
|
|
|
IL_09ee:
|
|
{
|
|
int32_t L_355 = V_71;
|
|
int32_t L_356 = V_63;
|
|
V_74 = (bool)((((int32_t)L_355) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_356, 2))))? 1 : 0);
|
|
bool L_357 = V_74;
|
|
if (L_357)
|
|
{
|
|
goto IL_098c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_09fd:
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_0a03:
|
|
{
|
|
int32_t L_358 = V_43;
|
|
V_75 = (bool)((((int32_t)L_358) == ((int32_t)2))? 1 : 0);
|
|
bool L_359 = V_75;
|
|
if (!L_359)
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_360;
|
|
L_360 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_360;
|
|
int32_t L_361 = V_42;
|
|
float L_362;
|
|
L_362 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_361, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_363;
|
|
L_363 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_363;
|
|
int32_t L_364 = V_42;
|
|
float L_365;
|
|
L_365 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_364, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_366;
|
|
L_366 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_366;
|
|
int32_t L_367 = V_42;
|
|
float L_368;
|
|
L_368 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_367, NULL);
|
|
V_76 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_add(L_362, ((float)il2cpp_codegen_multiply(L_365, (0.5f)))))/L_368)));
|
|
int32_t L_369 = V_76;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_370;
|
|
L_370 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_369, 1, NULL);
|
|
V_76 = L_370;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_371;
|
|
L_371 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_371;
|
|
int32_t L_372 = V_42;
|
|
float L_373;
|
|
L_373 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_372, NULL);
|
|
int32_t L_374 = V_76;
|
|
V_77 = ((float)(L_373/((float)L_374)));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_375 = V_44;
|
|
int32_t L_376 = L_375.___keyword;
|
|
V_80 = (bool)((((int32_t)L_376) == ((int32_t)0))? 1 : 0);
|
|
bool L_377 = V_80;
|
|
if (!L_377)
|
|
{
|
|
goto IL_0aa8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_378 = V_76;
|
|
V_81 = (bool)((((int32_t)((int32_t)(L_378&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_379 = V_81;
|
|
if (!L_379)
|
|
{
|
|
goto IL_0a9d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_380 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_380, 2));
|
|
goto IL_0aa5;
|
|
}
|
|
|
|
IL_0a9d:
|
|
{
|
|
int32_t L_381 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_381, 1));
|
|
}
|
|
|
|
IL_0aa5:
|
|
{
|
|
goto IL_0ab0;
|
|
}
|
|
|
|
IL_0aa8:
|
|
{
|
|
int32_t L_382 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_382, 1));
|
|
}
|
|
|
|
IL_0ab0:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_383 = V_1;
|
|
V_78 = L_383;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_384;
|
|
L_384 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_78), NULL);
|
|
V_79 = L_384;
|
|
int32_t L_385 = V_42;
|
|
float L_386 = V_77;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_79), L_385, L_386, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_387 = V_79;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&V_78), L_387, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_388 = V_78;
|
|
V_1 = L_388;
|
|
V_82 = 0;
|
|
goto IL_0b43;
|
|
}
|
|
|
|
IL_0ada:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_389;
|
|
L_389 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_78), NULL);
|
|
V_84 = L_389;
|
|
int32_t L_390 = V_42;
|
|
float L_391 = V_77;
|
|
int32_t L_392 = V_82;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_84), L_390, ((float)il2cpp_codegen_multiply(L_391, ((float)L_392))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_393 = V_84;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_78), L_393, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_394 = V_78;
|
|
(&V_83)->___rect = L_394;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_395 = V_0;
|
|
(&V_83)->___uv = L_395;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_396 = __this->___m_RepeatRectUVList;
|
|
int32_t L_397 = V_42;
|
|
NullCheck(L_396);
|
|
int32_t L_398 = L_397;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_399 = (L_396)->GetAt(static_cast<il2cpp_array_size_t>(L_398));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_400 = V_83;
|
|
NullCheck(L_399);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_399, L_400, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
float L_401 = V_45;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_402 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_83)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_403;
|
|
L_403 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_402, NULL);
|
|
V_51 = L_403;
|
|
int32_t L_404 = V_42;
|
|
float L_405;
|
|
L_405 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_404, NULL);
|
|
V_45 = ((float)il2cpp_codegen_add(L_401, L_405));
|
|
int32_t L_406 = V_82;
|
|
V_82 = ((int32_t)il2cpp_codegen_add(L_406, 1));
|
|
}
|
|
|
|
IL_0b43:
|
|
{
|
|
int32_t L_407 = V_82;
|
|
int32_t L_408 = V_76;
|
|
V_85 = (bool)((((int32_t)L_407) < ((int32_t)L_408))? 1 : 0);
|
|
bool L_409 = V_85;
|
|
if (L_409)
|
|
{
|
|
goto IL_0ada;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0b50:
|
|
{
|
|
V_46 = (0.0f);
|
|
V_47 = (bool)0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_410 = V_44;
|
|
int32_t L_411 = L_410.___keyword;
|
|
V_86 = (bool)((((int32_t)L_411) == ((int32_t)0))? 1 : 0);
|
|
bool L_412 = V_86;
|
|
if (!L_412)
|
|
{
|
|
goto IL_0b91;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_413;
|
|
L_413 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_413;
|
|
int32_t L_414 = V_42;
|
|
float L_415;
|
|
L_415 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_414, NULL);
|
|
float L_416 = V_45;
|
|
V_46 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_415, L_416)), (0.5f)));
|
|
V_47 = (bool)1;
|
|
goto IL_0c58;
|
|
}
|
|
|
|
IL_0b91:
|
|
{
|
|
int32_t L_417 = V_43;
|
|
V_87 = (bool)((((int32_t)((((int32_t)L_417) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_418 = V_87;
|
|
if (!L_418)
|
|
{
|
|
goto IL_0c58;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_419 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
int32_t L_420;
|
|
L_420 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(L_419, NULL);
|
|
V_88 = (bool)((((int32_t)L_420) == ((int32_t)1))? 1 : 0);
|
|
bool L_421 = V_88;
|
|
if (!L_421)
|
|
{
|
|
goto IL_0bf9;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_422;
|
|
L_422 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_422;
|
|
int32_t L_423 = V_42;
|
|
float L_424;
|
|
L_424 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_423, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_425;
|
|
L_425 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_425;
|
|
int32_t L_426 = V_42;
|
|
float L_427;
|
|
L_427 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_426, NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_428 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
float L_429;
|
|
L_429 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(L_428, NULL);
|
|
V_46 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_424, L_427)), L_429))/(100.0f)));
|
|
V_47 = (bool)1;
|
|
goto IL_0c1e;
|
|
}
|
|
|
|
IL_0bf9:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_430 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
int32_t L_431;
|
|
L_431 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(L_430, NULL);
|
|
V_89 = (bool)((((int32_t)L_431) == ((int32_t)0))? 1 : 0);
|
|
bool L_432 = V_89;
|
|
if (!L_432)
|
|
{
|
|
goto IL_0c1e;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_433 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
float L_434;
|
|
L_434 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(L_433, NULL);
|
|
V_46 = L_434;
|
|
}
|
|
|
|
IL_0c1e:
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_435 = V_44;
|
|
int32_t L_436 = L_435.___keyword;
|
|
if ((((int32_t)L_436) == ((int32_t)4)))
|
|
{
|
|
goto IL_0c34;
|
|
}
|
|
}
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_437 = V_44;
|
|
int32_t L_438 = L_437.___keyword;
|
|
G_B121_0 = ((((int32_t)L_438) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0c35;
|
|
}
|
|
|
|
IL_0c34:
|
|
{
|
|
G_B121_0 = 1;
|
|
}
|
|
|
|
IL_0c35:
|
|
{
|
|
V_90 = (bool)G_B121_0;
|
|
bool L_439 = V_90;
|
|
if (!L_439)
|
|
{
|
|
goto IL_0c57;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_440;
|
|
L_440 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_440;
|
|
int32_t L_441 = V_42;
|
|
float L_442;
|
|
L_442 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_441, NULL);
|
|
float L_443 = V_45;
|
|
float L_444 = V_46;
|
|
V_46 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_442, L_443)), L_444));
|
|
}
|
|
|
|
IL_0c57:
|
|
{
|
|
}
|
|
|
|
IL_0c58:
|
|
{
|
|
bool L_445 = V_47;
|
|
if (!L_445)
|
|
{
|
|
goto IL_0c78;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_446 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_447 = L_446->___sprite;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_448;
|
|
L_448 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_447, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_448)
|
|
{
|
|
goto IL_0c78;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_449 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_450 = L_449->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_451;
|
|
L_451 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_450, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B128_0 = ((int32_t)(L_451));
|
|
goto IL_0c79;
|
|
}
|
|
|
|
IL_0c78:
|
|
{
|
|
G_B128_0 = 0;
|
|
}
|
|
|
|
IL_0c79:
|
|
{
|
|
V_91 = (bool)G_B128_0;
|
|
bool L_452 = V_91;
|
|
if (!L_452)
|
|
{
|
|
goto IL_0cc4;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_453;
|
|
L_453 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_453;
|
|
int32_t L_454 = V_42;
|
|
float L_455;
|
|
L_455 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_454, NULL);
|
|
float L_456 = ___2_scaledPixelsPerPoint;
|
|
V_92 = ((float)il2cpp_codegen_multiply(L_455, L_456));
|
|
float L_457 = V_92;
|
|
float L_458;
|
|
L_458 = bankers_roundf(L_457);
|
|
float L_459 = V_92;
|
|
float L_460;
|
|
L_460 = fabsf(((float)il2cpp_codegen_subtract(L_458, L_459)));
|
|
V_93 = (bool)((((float)L_460) < ((float)(0.00100000005f)))? 1 : 0);
|
|
bool L_461 = V_93;
|
|
if (!L_461)
|
|
{
|
|
goto IL_0cc3;
|
|
}
|
|
}
|
|
{
|
|
float L_462 = V_46;
|
|
float L_463 = ___2_scaledPixelsPerPoint;
|
|
float L_464;
|
|
L_464 = AlignmentUtils_CeilToPixelGrid_m4A98E79C0F6956E4D814A27197271F6A281624AE(L_462, L_463, (-0.0199999996f), NULL);
|
|
V_46 = L_464;
|
|
}
|
|
|
|
IL_0cc3:
|
|
{
|
|
}
|
|
|
|
IL_0cc4:
|
|
{
|
|
int32_t L_465 = V_43;
|
|
if ((((int32_t)L_465) == ((int32_t)3)))
|
|
{
|
|
goto IL_0cd0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_466 = V_43;
|
|
G_B135_0 = ((((int32_t)L_466) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0cd1;
|
|
}
|
|
|
|
IL_0cd0:
|
|
{
|
|
G_B135_0 = 1;
|
|
}
|
|
|
|
IL_0cd1:
|
|
{
|
|
V_94 = (bool)G_B135_0;
|
|
bool L_467 = V_94;
|
|
if (!L_467)
|
|
{
|
|
goto IL_0d47;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_468;
|
|
L_468 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_468;
|
|
int32_t L_469 = V_42;
|
|
float L_470;
|
|
L_470 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_469, NULL);
|
|
V_95 = L_470;
|
|
float L_471 = V_95;
|
|
V_96 = (bool)((((float)L_471) > ((float)(1.0E-30f)))? 1 : 0);
|
|
bool L_472 = V_96;
|
|
if (!L_472)
|
|
{
|
|
goto IL_0d46;
|
|
}
|
|
}
|
|
{
|
|
float L_473 = V_46;
|
|
float L_474 = V_95;
|
|
V_97 = (bool)((((float)L_473) < ((float)((-L_474))))? 1 : 0);
|
|
bool L_475 = V_97;
|
|
if (!L_475)
|
|
{
|
|
goto IL_0d1f;
|
|
}
|
|
}
|
|
{
|
|
float L_476 = V_46;
|
|
float L_477 = V_95;
|
|
V_98 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((-L_476))/L_477)));
|
|
float L_478 = V_46;
|
|
int32_t L_479 = V_98;
|
|
float L_480 = V_95;
|
|
V_46 = ((float)il2cpp_codegen_add(L_478, ((float)il2cpp_codegen_multiply(((float)L_479), L_480))));
|
|
}
|
|
|
|
IL_0d1f:
|
|
{
|
|
float L_481 = V_46;
|
|
V_99 = (bool)((((float)L_481) > ((float)(0.0f)))? 1 : 0);
|
|
bool L_482 = V_99;
|
|
if (!L_482)
|
|
{
|
|
goto IL_0d45;
|
|
}
|
|
}
|
|
{
|
|
float L_483 = V_46;
|
|
float L_484 = V_95;
|
|
V_100 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(L_483/L_484)));
|
|
float L_485 = V_46;
|
|
int32_t L_486 = V_100;
|
|
float L_487 = V_95;
|
|
V_46 = ((float)il2cpp_codegen_subtract(L_485, ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_add(1, L_486))), L_487))));
|
|
}
|
|
|
|
IL_0d45:
|
|
{
|
|
}
|
|
|
|
IL_0d46:
|
|
{
|
|
}
|
|
|
|
IL_0d47:
|
|
{
|
|
V_101 = 0;
|
|
goto IL_0db4;
|
|
}
|
|
|
|
IL_0d4c:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_488 = __this->___m_RepeatRectUVList;
|
|
int32_t L_489 = V_42;
|
|
NullCheck(L_488);
|
|
int32_t L_490 = L_489;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_491 = (L_488)->GetAt(static_cast<il2cpp_array_size_t>(L_490));
|
|
int32_t L_492 = V_101;
|
|
NullCheck(L_491);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_493;
|
|
L_493 = List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5(L_491, L_492, List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_RuntimeMethod_var);
|
|
V_102 = L_493;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_494 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_102)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_495;
|
|
L_495 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_494, NULL);
|
|
V_103 = L_495;
|
|
V_104 = (&V_103);
|
|
int32_t L_496 = V_42;
|
|
V_105 = L_496;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_497 = V_104;
|
|
int32_t L_498 = V_105;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_499 = V_104;
|
|
int32_t L_500 = V_105;
|
|
float L_501;
|
|
L_501 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline(L_499, L_500, NULL);
|
|
float L_502 = V_46;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline(L_497, L_498, ((float)il2cpp_codegen_add(L_501, L_502)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_503 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_102)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_504 = V_103;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_503, L_504, NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_505 = __this->___m_RepeatRectUVList;
|
|
int32_t L_506 = V_42;
|
|
NullCheck(L_505);
|
|
int32_t L_507 = L_506;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_508 = (L_505)->GetAt(static_cast<il2cpp_array_size_t>(L_507));
|
|
int32_t L_509 = V_101;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_510 = V_102;
|
|
NullCheck(L_508);
|
|
List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51(L_508, L_509, L_510, List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_RuntimeMethod_var);
|
|
int32_t L_511 = V_101;
|
|
V_101 = ((int32_t)il2cpp_codegen_add(L_511, 1));
|
|
}
|
|
|
|
IL_0db4:
|
|
{
|
|
int32_t L_512 = V_101;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_513 = __this->___m_RepeatRectUVList;
|
|
int32_t L_514 = V_42;
|
|
NullCheck(L_513);
|
|
int32_t L_515 = L_514;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_516 = (L_513)->GetAt(static_cast<il2cpp_array_size_t>(L_515));
|
|
NullCheck(L_516);
|
|
int32_t L_517;
|
|
L_517 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_516, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
V_106 = (bool)((((int32_t)L_512) < ((int32_t)L_517))? 1 : 0);
|
|
bool L_518 = V_106;
|
|
if (L_518)
|
|
{
|
|
goto IL_0d4c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_519 = V_42;
|
|
V_42 = ((int32_t)il2cpp_codegen_add(L_519, 1));
|
|
}
|
|
|
|
IL_0dd3:
|
|
{
|
|
int32_t L_520 = V_42;
|
|
V_107 = (bool)((((int32_t)L_520) < ((int32_t)2))? 1 : 0);
|
|
bool L_521 = V_107;
|
|
if (L_521)
|
|
{
|
|
goto IL_06ae;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_522 = V_0;
|
|
Rect__ctor_m5665723DD0443E990EA203A54451B2BB324D8224_inline((&V_2), L_522, NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_523 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_523);
|
|
int32_t L_524 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_525 = (L_523)->GetAt(static_cast<il2cpp_array_size_t>(L_524));
|
|
NullCheck(L_525);
|
|
int32_t L_526;
|
|
L_526 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_525, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_527 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_527);
|
|
int32_t L_528 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_529 = (L_527)->GetAt(static_cast<il2cpp_array_size_t>(L_528));
|
|
NullCheck(L_529);
|
|
int32_t L_530;
|
|
L_530 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_529, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_526, L_530));
|
|
int32_t L_531 = V_3;
|
|
V_108 = (bool)((((int32_t)L_531) > ((int32_t)1))? 1 : 0);
|
|
bool L_532 = V_108;
|
|
if (!L_532)
|
|
{
|
|
goto IL_0e61;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_533 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_534 = L_533->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_535;
|
|
L_535 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_534, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_109 = L_535;
|
|
bool L_536 = V_109;
|
|
if (!L_536)
|
|
{
|
|
goto IL_0e60;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_537 = __this->___m_BackgroundRepeatInstanceList;
|
|
V_110 = (bool)((((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_537) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_538 = V_110;
|
|
if (!L_538)
|
|
{
|
|
goto IL_0e42;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_539 = (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)il2cpp_codegen_object_new(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var);
|
|
NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207(L_539, 8, 4, 3, NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_RuntimeMethod_var);
|
|
__this->___m_BackgroundRepeatInstanceList = L_539;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BackgroundRepeatInstanceList), (void*)L_539);
|
|
}
|
|
|
|
IL_0e42:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_540 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_541 = __this->___m_BackgroundRepeatInstanceList;
|
|
L_540->___backgroundRepeatInstanceList = L_541;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_540->___backgroundRepeatInstanceList), (void*)L_541);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_542 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_543 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_543);
|
|
int32_t L_544;
|
|
L_544 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_543, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_542->___backgroundRepeatInstanceListStartIndex = L_544;
|
|
}
|
|
|
|
IL_0e60:
|
|
{
|
|
}
|
|
|
|
IL_0e61:
|
|
{
|
|
V_4 = 0;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_545 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_545);
|
|
int32_t L_546 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_547 = (L_545)->GetAt(static_cast<il2cpp_array_size_t>(L_546));
|
|
NullCheck(L_547);
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 L_548;
|
|
L_548 = List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB(L_547, List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
V_111 = L_548;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_122f:
|
|
{
|
|
Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C((&V_111), Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_1221_1;
|
|
}
|
|
|
|
IL_0e79_1:
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_549;
|
|
L_549 = Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_inline((&V_111), Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
V_112 = L_549;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_550 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_551 = L_550.___rect;
|
|
V_113 = L_551;
|
|
float L_552;
|
|
L_552 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_113), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_1), L_552, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_553 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_554 = L_553.___rect;
|
|
V_113 = L_554;
|
|
float L_555;
|
|
L_555 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_113), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_555, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_556 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_557 = L_556.___uv;
|
|
V_113 = L_557;
|
|
float L_558;
|
|
L_558 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_113), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), L_558, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_559 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_560 = L_559.___uv;
|
|
V_113 = L_560;
|
|
float L_561;
|
|
L_561 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_113), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_561, NULL);
|
|
float L_562;
|
|
L_562 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_1), NULL);
|
|
float L_563;
|
|
L_563 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
V_114 = (bool)((((float)L_562) < ((float)L_563))? 1 : 0);
|
|
bool L_564 = V_114;
|
|
if (!L_564)
|
|
{
|
|
goto IL_0f72_1;
|
|
}
|
|
}
|
|
{
|
|
float L_565;
|
|
L_565 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
float L_566;
|
|
L_566 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_1), NULL);
|
|
V_115 = ((float)il2cpp_codegen_subtract(L_565, L_566));
|
|
float L_567;
|
|
L_567 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_568 = V_115;
|
|
V_116 = ((float)il2cpp_codegen_subtract(L_567, L_568));
|
|
float L_569 = V_115;
|
|
float L_570 = V_116;
|
|
V_117 = ((float)il2cpp_codegen_add(L_569, L_570));
|
|
float L_571;
|
|
L_571 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_2), NULL);
|
|
float L_572 = V_116;
|
|
float L_573 = V_117;
|
|
V_118 = ((float)(((float)il2cpp_codegen_multiply(L_571, L_572))/L_573));
|
|
float L_574;
|
|
L_574 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_2), NULL);
|
|
float L_575 = V_115;
|
|
float L_576 = V_117;
|
|
V_119 = ((float)(((float)il2cpp_codegen_multiply(L_574, L_575))/L_576));
|
|
float L_577 = V_119;
|
|
float L_578;
|
|
L_578 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_2), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), ((float)il2cpp_codegen_add(L_577, L_578)), NULL);
|
|
float L_579 = V_118;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_579, NULL);
|
|
float L_580;
|
|
L_580 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_1), L_580, NULL);
|
|
float L_581 = V_116;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_581, NULL);
|
|
}
|
|
|
|
IL_0f72_1:
|
|
{
|
|
float L_582;
|
|
L_582 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_1), NULL);
|
|
float L_583;
|
|
L_583 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___1_totalRect), NULL);
|
|
V_120 = (bool)((((float)L_582) > ((float)L_583))? 1 : 0);
|
|
bool L_584 = V_120;
|
|
if (!L_584)
|
|
{
|
|
goto IL_0fe3_1;
|
|
}
|
|
}
|
|
{
|
|
float L_585;
|
|
L_585 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_1), NULL);
|
|
float L_586;
|
|
L_586 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___1_totalRect), NULL);
|
|
V_121 = ((float)il2cpp_codegen_subtract(L_585, L_586));
|
|
float L_587;
|
|
L_587 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_588 = V_121;
|
|
V_122 = ((float)il2cpp_codegen_subtract(L_587, L_588));
|
|
float L_589 = V_122;
|
|
float L_590 = V_121;
|
|
V_123 = ((float)il2cpp_codegen_add(L_589, L_590));
|
|
float L_591;
|
|
L_591 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_0), NULL);
|
|
float L_592 = V_122;
|
|
float L_593 = V_123;
|
|
V_124 = ((float)(((float)il2cpp_codegen_multiply(L_591, L_592))/L_593));
|
|
float L_594 = V_124;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_594, NULL);
|
|
float L_595;
|
|
L_595 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_0), NULL);
|
|
float L_596 = V_124;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), ((float)il2cpp_codegen_subtract(L_595, L_596)), NULL);
|
|
float L_597 = V_122;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_597, NULL);
|
|
}
|
|
|
|
IL_0fe3_1:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_598 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_599 = L_598->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_600;
|
|
L_600 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_599, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_125 = L_600;
|
|
bool L_601 = V_125;
|
|
if (!L_601)
|
|
{
|
|
goto IL_102d_1;
|
|
}
|
|
}
|
|
{
|
|
float L_602;
|
|
L_602 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_0), NULL);
|
|
float L_603;
|
|
L_603 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_2), NULL);
|
|
V_126 = ((float)il2cpp_codegen_subtract(L_602, L_603));
|
|
float L_604;
|
|
L_604 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_2), NULL);
|
|
float L_605;
|
|
L_605 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_0), NULL);
|
|
V_127 = ((float)il2cpp_codegen_subtract(L_604, L_605));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_606 = (&V_0);
|
|
float L_607;
|
|
L_607 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline(L_606, NULL);
|
|
float L_608 = V_127;
|
|
float L_609 = V_126;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline(L_606, ((float)il2cpp_codegen_add(L_607, ((float)il2cpp_codegen_subtract(L_608, L_609)))), NULL);
|
|
}
|
|
|
|
IL_102d_1:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_610 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_610);
|
|
int32_t L_611 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_612 = (L_610)->GetAt(static_cast<il2cpp_array_size_t>(L_611));
|
|
NullCheck(L_612);
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 L_613;
|
|
L_613 = List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB(L_612, List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
V_128 = L_613;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_1211_1:
|
|
{
|
|
Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C((&V_128), Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_1203_2;
|
|
}
|
|
|
|
IL_1042_2:
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_614;
|
|
L_614 = Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_inline((&V_128), Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
V_129 = L_614;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_615 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_616 = L_615.___rect;
|
|
V_113 = L_616;
|
|
float L_617;
|
|
L_617 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_113), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_1), L_617, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_618 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_619 = L_618.___rect;
|
|
V_113 = L_619;
|
|
float L_620;
|
|
L_620 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_113), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_620, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_621 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_622 = L_621.___uv;
|
|
V_113 = L_622;
|
|
float L_623;
|
|
L_623 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_113), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_0), L_623, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_624 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_625 = L_624.___uv;
|
|
V_113 = L_625;
|
|
float L_626;
|
|
L_626 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_113), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_626, NULL);
|
|
float L_627;
|
|
L_627 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_1), NULL);
|
|
float L_628;
|
|
L_628 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
V_130 = (bool)((((float)L_627) < ((float)L_628))? 1 : 0);
|
|
bool L_629 = V_130;
|
|
if (!L_629)
|
|
{
|
|
goto IL_113b_2;
|
|
}
|
|
}
|
|
{
|
|
float L_630;
|
|
L_630 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
float L_631;
|
|
L_631 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_1), NULL);
|
|
V_131 = ((float)il2cpp_codegen_subtract(L_630, L_631));
|
|
float L_632;
|
|
L_632 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_633 = V_131;
|
|
V_132 = ((float)il2cpp_codegen_subtract(L_632, L_633));
|
|
float L_634 = V_131;
|
|
float L_635 = V_132;
|
|
V_133 = ((float)il2cpp_codegen_add(L_634, L_635));
|
|
float L_636;
|
|
L_636 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_0), NULL);
|
|
float L_637 = V_132;
|
|
float L_638 = V_133;
|
|
V_134 = ((float)(((float)il2cpp_codegen_multiply(L_636, L_637))/L_638));
|
|
float L_639;
|
|
L_639 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_2), NULL);
|
|
float L_640;
|
|
L_640 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_2), NULL);
|
|
float L_641 = V_131;
|
|
float L_642 = V_133;
|
|
V_135 = ((float)il2cpp_codegen_add(L_639, ((float)(((float)il2cpp_codegen_multiply(L_640, L_641))/L_642))));
|
|
float L_643 = V_135;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_0), L_643, NULL);
|
|
float L_644 = V_134;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_644, NULL);
|
|
float L_645;
|
|
L_645 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_1), L_645, NULL);
|
|
float L_646 = V_132;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_646, NULL);
|
|
}
|
|
|
|
IL_113b_2:
|
|
{
|
|
float L_647;
|
|
L_647 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_1), NULL);
|
|
float L_648;
|
|
L_648 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___1_totalRect), NULL);
|
|
V_136 = (bool)((((float)L_647) > ((float)L_648))? 1 : 0);
|
|
bool L_649 = V_136;
|
|
if (!L_649)
|
|
{
|
|
goto IL_119a_2;
|
|
}
|
|
}
|
|
{
|
|
float L_650;
|
|
L_650 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_1), NULL);
|
|
float L_651;
|
|
L_651 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___1_totalRect), NULL);
|
|
V_137 = ((float)il2cpp_codegen_subtract(L_650, L_651));
|
|
float L_652;
|
|
L_652 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_653 = V_137;
|
|
V_138 = ((float)il2cpp_codegen_subtract(L_652, L_653));
|
|
float L_654 = V_138;
|
|
float L_655 = V_137;
|
|
V_139 = ((float)il2cpp_codegen_add(L_654, L_655));
|
|
float L_656;
|
|
L_656 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_0), NULL);
|
|
float L_657 = V_138;
|
|
float L_658 = V_139;
|
|
V_140 = ((float)(((float)il2cpp_codegen_multiply(L_656, L_657))/L_658));
|
|
float L_659 = V_140;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_659, NULL);
|
|
float L_660 = V_138;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_660, NULL);
|
|
}
|
|
|
|
IL_119a_2:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_661 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_662 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_661);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_663 = V_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_664 = ___1_totalRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_665 = V_0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_666 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** L_667 = (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC**)(&L_666->___backgroundRepeatInstanceList);
|
|
MeshGenerator_StampRectangleWithSubRect_mE1EC234B8950B71B6E75814252624108B6D30B4E(__this, L_662, L_663, L_664, L_665, L_667, NULL);
|
|
int32_t L_668 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_668, 1));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_669 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_670 = L_669->___backgroundRepeatInstanceList;
|
|
V_141 = (bool)((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_670) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_671 = V_141;
|
|
if (!L_671)
|
|
{
|
|
goto IL_1202_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_672 = V_4;
|
|
V_142 = (bool)((((int32_t)L_672) > ((int32_t)((int32_t)60)))? 1 : 0);
|
|
bool L_673 = V_142;
|
|
if (!L_673)
|
|
{
|
|
goto IL_1201_2;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_674 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_675 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_675);
|
|
int32_t L_676;
|
|
L_676 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_675, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_674->___backgroundRepeatInstanceListEndIndex = L_676;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_677 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_678 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_677);
|
|
MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58(__this, L_678, NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_679 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_680 = ___0_rectParams;
|
|
int32_t L_681 = L_680->___backgroundRepeatInstanceListEndIndex;
|
|
L_679->___backgroundRepeatInstanceListStartIndex = L_681;
|
|
}
|
|
|
|
IL_1201_2:
|
|
{
|
|
}
|
|
|
|
IL_1202_2:
|
|
{
|
|
}
|
|
|
|
IL_1203_2:
|
|
{
|
|
bool L_682;
|
|
L_682 = Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E((&V_128), Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
if (L_682)
|
|
{
|
|
goto IL_1042_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1220_1;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_1220_1:
|
|
{
|
|
}
|
|
|
|
IL_1221_1:
|
|
{
|
|
bool L_683;
|
|
L_683 = Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E((&V_111), Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
if (L_683)
|
|
{
|
|
goto IL_0e79_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_123e;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_123e:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_684 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_685 = L_684->___backgroundRepeatInstanceList;
|
|
if (!L_685)
|
|
{
|
|
goto IL_124d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_686 = V_4;
|
|
G_B183_0 = ((((int32_t)L_686) > ((int32_t)0))? 1 : 0);
|
|
goto IL_124e;
|
|
}
|
|
|
|
IL_124d:
|
|
{
|
|
G_B183_0 = 0;
|
|
}
|
|
|
|
IL_124e:
|
|
{
|
|
V_143 = (bool)G_B183_0;
|
|
bool L_687 = V_143;
|
|
if (!L_687)
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_688 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_689 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_689);
|
|
int32_t L_690;
|
|
L_690 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_689, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_688->___backgroundRepeatInstanceListEndIndex = L_690;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_691 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_692 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_691);
|
|
MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58(__this, L_692, NULL);
|
|
}
|
|
|
|
IL_1274:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20150
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_StampRectangleWithSubRect_mE1EC234B8950B71B6E75814252624108B6D30B4E (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_targetRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_totalRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_targetUV, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** ___4_backgroundRepeatInstanceList, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E_RuntimeMethod_var);
|
|
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));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
bool V_10 = false;
|
|
float V_11 = 0.0f;
|
|
bool V_12 = false;
|
|
float V_13 = 0.0f;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_targetRect), NULL);
|
|
if ((((float)L_0) < ((float)(0.00100000005f))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
float L_1;
|
|
L_1 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_targetRect), NULL);
|
|
G_B3_0 = ((((float)L_1) < ((float)(0.00100000005f)))? 1 : 0);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_2 = (bool)G_B3_0;
|
|
bool L_2 = V_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = ___1_targetRect;
|
|
V_0 = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = (&V_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_4, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___3_targetUV), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_5, L_6, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_4, L_7, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = (&V_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
L_10 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&___3_targetUV), NULL);
|
|
float L_11 = L_10.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&___3_targetUV), NULL);
|
|
float L_13 = L_12.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___3_targetUV), NULL);
|
|
float L_15 = L_14.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_16), L_11, ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_13)), L_15)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_16, L_17, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_9, L_18, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_8, L_19, NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_20 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_21 = L_20.___subRect;
|
|
V_1 = L_21;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_22 = (&V_1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_22, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_23, L_24, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_22, L_25, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_26 = (&V_1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
|
|
L_27 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
|
|
L_29 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_27, L_28, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_26, L_29, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_30 = (&V_1);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
|
|
L_31 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_30, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
L_32 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
|
|
L_33 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_31, L_32, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_30, L_33, NULL);
|
|
bool L_34;
|
|
L_34 = RectangleParams_HasSlices_mE8C8A8E25FC90446E4864F1F84D44F78502D56E7((&___0_rectParams), (0.00100000005f), NULL);
|
|
V_3 = L_34;
|
|
bool L_35 = V_3;
|
|
if (!L_35)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_36;
|
|
L_36 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
(&___0_rectParams)->___backgroundRepeatRect = L_36;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_37 = ___1_targetRect;
|
|
(&___0_rectParams)->___rect = L_37;
|
|
goto IL_02df;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_38 = V_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = ___1_targetRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_40;
|
|
L_40 = RectangleParams_RectIntersection_m86CF873F0F81BBED370B25621CAEA85DC936250B(L_38, L_39, NULL);
|
|
V_4 = L_40;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
|
|
L_41 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_4), NULL);
|
|
float L_42 = L_41.___x;
|
|
if ((((float)L_42) < ((float)(0.00100000005f))))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_4), NULL);
|
|
float L_44 = L_43.___y;
|
|
G_B10_0 = ((((float)L_44) < ((float)(0.00100000005f)))? 1 : 0);
|
|
goto IL_0147;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
G_B10_0 = 1;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
V_5 = (bool)G_B10_0;
|
|
bool L_45 = V_5;
|
|
if (!L_45)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46;
|
|
L_46 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_4), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_47;
|
|
L_47 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
bool L_48;
|
|
L_48 = Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline(L_46, L_47, NULL);
|
|
V_6 = L_48;
|
|
bool L_49 = V_6;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0280;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50;
|
|
L_50 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_4), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_51;
|
|
L_51 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_50, L_51, NULL);
|
|
V_7 = L_52;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_53 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54;
|
|
L_54 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_53, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55 = V_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
L_56 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_54, L_55, NULL);
|
|
V_8 = L_56;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_57 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_58;
|
|
L_58 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_57, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_58, L_59, NULL);
|
|
V_9 = L_60;
|
|
float L_61;
|
|
L_61 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_4), NULL);
|
|
float L_62;
|
|
L_62 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_1), NULL);
|
|
V_10 = (bool)((((float)L_61) > ((float)L_62))? 1 : 0);
|
|
bool L_63 = V_10;
|
|
if (!L_63)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
float L_64;
|
|
L_64 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_1), NULL);
|
|
float L_65;
|
|
L_65 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_4), NULL);
|
|
float L_66;
|
|
L_66 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_67 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68;
|
|
L_68 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_67, NULL);
|
|
float L_69 = L_68.___x;
|
|
V_11 = ((float)il2cpp_codegen_multiply(((float)(((float)il2cpp_codegen_subtract(L_64, L_65))/L_66)), L_69));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_70 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_71 = L_70;
|
|
float L_72;
|
|
L_72 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline(L_71, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73 = V_9;
|
|
float L_74 = L_73.___x;
|
|
float L_75 = V_11;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline(L_71, ((float)il2cpp_codegen_add(L_72, ((float)il2cpp_codegen_subtract(L_74, L_75)))), NULL);
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
float L_76;
|
|
L_76 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_4), NULL);
|
|
float L_77;
|
|
L_77 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_1), NULL);
|
|
V_12 = (bool)((((float)L_76) < ((float)L_77))? 1 : 0);
|
|
bool L_78 = V_12;
|
|
if (!L_78)
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
{
|
|
float L_79;
|
|
L_79 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_4), NULL);
|
|
float L_80;
|
|
L_80 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_1), NULL);
|
|
float L_81;
|
|
L_81 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_82 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83;
|
|
L_83 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_82, NULL);
|
|
float L_84 = L_83.___y;
|
|
V_13 = ((float)il2cpp_codegen_multiply(((float)(((float)il2cpp_codegen_subtract(L_79, L_80))/L_81)), L_84));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_85 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_86 = L_85;
|
|
float L_87;
|
|
L_87 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline(L_86, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_88 = V_9;
|
|
float L_89 = L_88.___y;
|
|
float L_90 = V_13;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline(L_86, ((float)il2cpp_codegen_add(L_87, ((float)il2cpp_codegen_subtract(L_89, L_90)))), NULL);
|
|
}
|
|
|
|
IL_0270:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_91 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&___0_rectParams)->___uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92 = V_8;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_91, L_92, NULL);
|
|
}
|
|
|
|
IL_0280:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_93 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_94 = L_93.___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_95;
|
|
L_95 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_94, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_14 = L_95;
|
|
bool L_96 = V_14;
|
|
if (!L_96)
|
|
{
|
|
goto IL_02ab;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_97;
|
|
L_97 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
(&___0_rectParams)->___backgroundRepeatRect = L_97;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_98 = V_4;
|
|
(&___0_rectParams)->___rect = L_98;
|
|
goto IL_02de;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_99 = ___2_totalRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_100 = V_4;
|
|
bool L_101;
|
|
L_101 = Rect_op_Equality_mF2A038255CAF5F1E86079B9EE0FC96DE54307C1F_inline(L_99, L_100, NULL);
|
|
V_15 = L_101;
|
|
bool L_102 = V_15;
|
|
if (!L_102)
|
|
{
|
|
goto IL_02ca;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_103;
|
|
L_103 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
(&___0_rectParams)->___backgroundRepeatRect = L_103;
|
|
goto IL_02d5;
|
|
}
|
|
|
|
IL_02ca:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_104 = V_4;
|
|
(&___0_rectParams)->___backgroundRepeatRect = L_104;
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_105 = ___2_totalRect;
|
|
(&___0_rectParams)->___rect = L_105;
|
|
}
|
|
|
|
IL_02de:
|
|
{
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_106 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_107 = L_106.___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_108;
|
|
L_108 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_107, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_108)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** L_109 = ___4_backgroundRepeatInstanceList;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_110 = *((NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC**)L_109);
|
|
G_B28_0 = ((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_110) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_02f6;
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
G_B28_0 = 0;
|
|
}
|
|
|
|
IL_02f6:
|
|
{
|
|
V_16 = (bool)G_B28_0;
|
|
bool L_111 = V_16;
|
|
if (!L_111)
|
|
{
|
|
goto IL_0332;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_112 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_113 = L_112.___rect;
|
|
(&V_17)->___rect = L_113;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_114 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_115 = L_114.___backgroundRepeatRect;
|
|
(&V_17)->___backgroundRepeatRect = L_115;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_116 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_117 = L_116.___uv;
|
|
(&V_17)->___uv = L_117;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** L_118 = ___4_backgroundRepeatInstanceList;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_119 = *((NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC**)L_118);
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D L_120 = V_17;
|
|
NullCheck(L_119);
|
|
NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E(L_119, L_120, NativePagedList_1_Add_m15429A4CD759921EBE363BF1632C529ACE5F285E_RuntimeMethod_var);
|
|
goto IL_033c;
|
|
}
|
|
|
|
IL_0332:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_121 = ___0_rectParams;
|
|
MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58(__this, L_121, NULL);
|
|
}
|
|
|
|
IL_033c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20151
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_AdjustSpriteWinding_m59048D2C2126AB5C92B5E14B6BD9EB71E38E880D (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_vertices, UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___1_indices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___2_newIndices, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
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));
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_1 = ___1_indices;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
uint16_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
NullCheck(L_0);
|
|
uint16_t L_5 = L_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_6, NULL);
|
|
V_1 = L_7;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_8 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_9 = ___1_indices;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
uint16_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_8);
|
|
uint16_t L_13 = L_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_14, NULL);
|
|
V_2 = L_15;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_16 = ___0_vertices;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_17 = ___1_indices;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = ((int32_t)il2cpp_codegen_add(L_18, 2));
|
|
uint16_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(L_16);
|
|
uint16_t L_21 = L_20;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23;
|
|
L_23 = Vector2_op_Implicit_m6D9CABB2C791A192867D7A4559D132BE86DD3EB7_inline(L_22, NULL);
|
|
V_3 = L_23;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24 = V_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26;
|
|
L_26 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_24, L_25, NULL);
|
|
V_7 = L_26;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_7), NULL);
|
|
V_4 = L_27;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29 = V_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_30;
|
|
L_30 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_28, L_29, NULL);
|
|
V_7 = L_30;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&V_7), NULL);
|
|
V_5 = L_31;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = V_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33 = V_5;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34;
|
|
L_34 = Vector3_Cross_mF93A280558BCE756D13B6CC5DCD7DE8A43148987_inline(L_32, L_33, NULL);
|
|
V_6 = L_34;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35 = V_6;
|
|
float L_36 = L_35.___z;
|
|
V_8 = (bool)((((int32_t)((!(((float)L_36) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_37 = V_8;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_39 = ___1_indices;
|
|
int32_t L_40 = V_0;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
uint16_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), L_38, L_42, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_43 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_44 = ___1_indices;
|
|
int32_t L_45 = V_0;
|
|
NullCheck(L_44);
|
|
int32_t L_46 = L_45;
|
|
uint16_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), ((int32_t)il2cpp_codegen_add(L_43, 1)), L_47, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_48 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_49 = ___1_indices;
|
|
int32_t L_50 = V_0;
|
|
NullCheck(L_49);
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 2));
|
|
uint16_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), ((int32_t)il2cpp_codegen_add(L_48, 2)), L_52, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
goto IL_00de;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
int32_t L_53 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_54 = ___1_indices;
|
|
int32_t L_55 = V_0;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = L_55;
|
|
uint16_t L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), L_53, L_57, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_58 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_59 = ___1_indices;
|
|
int32_t L_60 = V_0;
|
|
NullCheck(L_59);
|
|
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
uint16_t L_62 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), ((int32_t)il2cpp_codegen_add(L_58, 1)), L_62, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_63 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_64 = ___1_indices;
|
|
int32_t L_65 = V_0;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = ((int32_t)il2cpp_codegen_add(L_65, 2));
|
|
uint16_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&___2_newIndices), ((int32_t)il2cpp_codegen_add(L_63, 2)), L_67, NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
int32_t L_68 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_68, 3));
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
int32_t L_69 = V_0;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_70 = ___1_indices;
|
|
NullCheck(L_70);
|
|
V_9 = (bool)((((int32_t)L_69) < ((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length))))? 1 : 0);
|
|
bool L_71 = V_9;
|
|
if (L_71)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20152
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_ScheduleJobs_mF3A43615435D12C6E37EAA449F3E59105E3B781C (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_mgc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
{
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_0 = __this->___m_TesselationJobParameters;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_inline(L_0, List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* L_4 = (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*)(&__this->___m_JobParameters);
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_4)->___m_Length);
|
|
int32_t L_6 = V_0;
|
|
V_4 = (bool)((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* L_8 = (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*)(&__this->___m_JobParameters);
|
|
NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E(L_8, NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_RuntimeMethod_var);
|
|
int32_t L_9 = V_0;
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5((&L_10), L_9, 4, 0, NativeArray_1__ctor_mC25652E43E9252F8C8E684BCCEC56187072829D5_RuntimeMethod_var);
|
|
__this->___m_JobParameters = L_10;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
V_5 = 0;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* L_11 = (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*)(&__this->___m_JobParameters);
|
|
int32_t L_12 = V_5;
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_13 = __this->___m_TesselationJobParameters;
|
|
int32_t L_14 = V_5;
|
|
NullCheck(L_13);
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_15;
|
|
L_15 = List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8(L_13, L_14, List_1_get_Item_m622D40A23836DF9A255AB3CEE4C0AF9B89FE44C8_RuntimeMethod_var);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2, (L_11)->___m_Buffer, L_12, (L_15));
|
|
int32_t L_16 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_17 = V_5;
|
|
int32_t L_18 = V_0;
|
|
V_6 = (bool)((((int32_t)L_17) < ((int32_t)L_18))? 1 : 0);
|
|
bool L_19 = V_6;
|
|
if (L_19)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* L_20 = __this->___m_TesselationJobParameters;
|
|
NullCheck(L_20);
|
|
List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_inline(L_20, List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_RuntimeMethod_var);
|
|
il2cpp_codegen_initobj((&V_7), sizeof(TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76));
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7 L_21 = __this->___m_JobParameters;
|
|
int32_t L_22 = V_0;
|
|
NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0 L_23;
|
|
L_23 = NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F(L_21, 0, L_22, NativeSliceExtensions_Slice_TisTessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_m877677D420E575DCBE695DCB60B1AF3FE9C1E81F_RuntimeMethod_var);
|
|
(&V_7)->___jobParameters = L_23;
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 L_24 = V_7;
|
|
V_1 = L_24;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_25 = ___0_mgc;
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_26 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&(&V_1)->___allocator);
|
|
NullCheck(L_25);
|
|
MeshGenerationContext_GetTempMeshAllocator_m55D086A87FD210C5651F45A86D424787A5F6325B(L_25, L_26, NULL);
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76 L_27 = V_1;
|
|
int32_t L_28 = V_0;
|
|
il2cpp_codegen_initobj((&V_8), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_29 = V_8;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_30;
|
|
L_30 = ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7(L_27, L_28, 1, L_29, ManagedJobExtension_ScheduleOrRunJob_TisTessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76_m4772B13E5A50CA5E8137C30290A40B8C61611BB7_RuntimeMethod_var);
|
|
V_2 = L_30;
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_31 = ___0_mgc;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_32 = V_2;
|
|
NullCheck(L_31);
|
|
MeshGenerationContext_AddMeshGenerationJob_mE4B15CCA86E8D7674CFC0B8815C965C31DBF18B0(L_31, L_32, NULL);
|
|
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* L_33 = ___0_mgc;
|
|
MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* L_34 = __this->___m_OnMeshGenerationDelegate;
|
|
NullCheck(L_33);
|
|
MeshGenerationContext_AddMeshGenerationCallback_mFEC434C2C1DC64DCEA93753EB7357C870C3D7A5B(L_33, L_34, NULL, 2, (bool)1, NULL);
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20153
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_OnMeshGeneration_mA6CA51D9C39B98D2BBC9269C9EA1C66AB9BAE2D0 (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_ctx, RuntimeObject* ___1_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_0 = __this->___m_BackgroundRepeatInstanceList;
|
|
V_0 = (bool)((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_2 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_2);
|
|
NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D(L_2, NativePagedList_1_Reset_m06048EDE1F9950DECC448BF6B898C84439F5CA9D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_3 = __this->___m_GCHandlePool;
|
|
NullCheck(L_3);
|
|
GCHandlePool_ReturnAll_m4CA6FE74E837F1DFE777F2CBD6B53DD9C7549EE8(L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20154
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeshGenerator_get_disposed_m252F8A2251B6E21201475223482D040285655BDB (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20155
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_set_disposed_m93CB2C56225893294763BD2646EC07607115995C (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20156
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_Dispose_m9BACA3EEA7BD429B4FCB7B1BAB28A2B6C42862EB (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __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;
|
|
}
|
|
{
|
|
MeshGenerator_Dispose_mE5D9CE39F3B2EC22187799F8C3AC484BCD3C774C(__this, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20157
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator_Dispose_mE5D9CE39F3B2EC22187799F8C3AC484BCD3C774C (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = MeshGenerator_get_disposed_m252F8A2251B6E21201475223482D040285655BDB_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_2 = ___0_disposing;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_4 = __this->___m_BackgroundRepeatInstanceList;
|
|
V_2 = (bool)((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_6 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_6);
|
|
NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F(L_6, NativePagedList_1_Dispose_m9ACB660F763DD99102FFAB71341EF5198DB2F54F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
GCHandlePool_t88A5284E139FDB4127234399D14AA91F62CAF0A0* L_7 = __this->___m_GCHandlePool;
|
|
NullCheck(L_7);
|
|
GCHandlePool_Dispose_m20366AC5A8BE211053F3F9C480CF6885E41F45DE(L_7, NULL);
|
|
NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7* L_8 = (NativeArray_1_tEE0716F057E5AB90C1E3B19EA5CC04D624CFC9C7*)(&__this->___m_JobParameters);
|
|
NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E(L_8, NativeArray_1_Dispose_m5BDEE9D1C9FC5B5C78EF7245FC388EDEA82D215E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
MeshGenerator_set_disposed_m93CB2C56225893294763BD2646EC07607115995C_inline(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20158
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshGenerator__cctor_m99D9E22763D74459CEDA4A11ACF9F09BADE45C5D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10BD6333A23BF93FE6EB919529035636038359EF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral147DF9A05CB14F00E063E243545F2D3DFDC46ACE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4374CADE904051A293368F226AEADB752CCE83E6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2C53BD2E96BD264DEDBE89CFC15A62B46E7E68E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral147DF9A05CB14F00E063E243545F2D3DFDC46ACE, NULL);
|
|
((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangle = L_0;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral10BD6333A23BF93FE6EB919529035636038359EF, NULL);
|
|
((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawBorder = L_1;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteral4374CADE904051A293368F226AEADB752CCE83E6, NULL);
|
|
((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawVectorImage = L_2;
|
|
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_3), _stringLiteralE2C53BD2E96BD264DEDBE89CFC15A62B46E7E68E, NULL);
|
|
((MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_StaticFields*)il2cpp_codegen_static_fields_for(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var))->___k_MarkerDrawRectangleRepeat = L_3;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___rect = unmarshaled.___rect;
|
|
marshaled.___playmodeTintColor = unmarshaled.___playmodeTintColor;
|
|
marshaled.___leftColor = unmarshaled.___leftColor;
|
|
marshaled.___topColor = unmarshaled.___topColor;
|
|
marshaled.___rightColor = unmarshaled.___rightColor;
|
|
marshaled.___bottomColor = unmarshaled.___bottomColor;
|
|
marshaled.___leftWidth = unmarshaled.___leftWidth;
|
|
marshaled.___topWidth = unmarshaled.___topWidth;
|
|
marshaled.___rightWidth = unmarshaled.___rightWidth;
|
|
marshaled.___bottomWidth = unmarshaled.___bottomWidth;
|
|
marshaled.___topLeftRadius = unmarshaled.___topLeftRadius;
|
|
marshaled.___topRightRadius = unmarshaled.___topRightRadius;
|
|
marshaled.___bottomRightRadius = unmarshaled.___bottomRightRadius;
|
|
marshaled.___bottomLeftRadius = unmarshaled.___bottomLeftRadius;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(unmarshaled.___leftColorPage, marshaled.___leftColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(unmarshaled.___topColorPage, marshaled.___topColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(unmarshaled.___rightColorPage, marshaled.___rightColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke(unmarshaled.___bottomColorPage, marshaled.___bottomColorPage);
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_back(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D unmarshaledrect_temp_0;
|
|
memset((&unmarshaledrect_temp_0), 0, sizeof(unmarshaledrect_temp_0));
|
|
unmarshaledrect_temp_0 = marshaled.___rect;
|
|
unmarshaled.___rect = unmarshaledrect_temp_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledplaymodeTintColor_temp_1;
|
|
memset((&unmarshaledplaymodeTintColor_temp_1), 0, sizeof(unmarshaledplaymodeTintColor_temp_1));
|
|
unmarshaledplaymodeTintColor_temp_1 = marshaled.___playmodeTintColor;
|
|
unmarshaled.___playmodeTintColor = unmarshaledplaymodeTintColor_temp_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledleftColor_temp_2;
|
|
memset((&unmarshaledleftColor_temp_2), 0, sizeof(unmarshaledleftColor_temp_2));
|
|
unmarshaledleftColor_temp_2 = marshaled.___leftColor;
|
|
unmarshaled.___leftColor = unmarshaledleftColor_temp_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledtopColor_temp_3;
|
|
memset((&unmarshaledtopColor_temp_3), 0, sizeof(unmarshaledtopColor_temp_3));
|
|
unmarshaledtopColor_temp_3 = marshaled.___topColor;
|
|
unmarshaled.___topColor = unmarshaledtopColor_temp_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledrightColor_temp_4;
|
|
memset((&unmarshaledrightColor_temp_4), 0, sizeof(unmarshaledrightColor_temp_4));
|
|
unmarshaledrightColor_temp_4 = marshaled.___rightColor;
|
|
unmarshaled.___rightColor = unmarshaledrightColor_temp_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledbottomColor_temp_5;
|
|
memset((&unmarshaledbottomColor_temp_5), 0, sizeof(unmarshaledbottomColor_temp_5));
|
|
unmarshaledbottomColor_temp_5 = marshaled.___bottomColor;
|
|
unmarshaled.___bottomColor = unmarshaledbottomColor_temp_5;
|
|
float unmarshaledleftWidth_temp_6 = 0.0f;
|
|
unmarshaledleftWidth_temp_6 = marshaled.___leftWidth;
|
|
unmarshaled.___leftWidth = unmarshaledleftWidth_temp_6;
|
|
float unmarshaledtopWidth_temp_7 = 0.0f;
|
|
unmarshaledtopWidth_temp_7 = marshaled.___topWidth;
|
|
unmarshaled.___topWidth = unmarshaledtopWidth_temp_7;
|
|
float unmarshaledrightWidth_temp_8 = 0.0f;
|
|
unmarshaledrightWidth_temp_8 = marshaled.___rightWidth;
|
|
unmarshaled.___rightWidth = unmarshaledrightWidth_temp_8;
|
|
float unmarshaledbottomWidth_temp_9 = 0.0f;
|
|
unmarshaledbottomWidth_temp_9 = marshaled.___bottomWidth;
|
|
unmarshaled.___bottomWidth = unmarshaledbottomWidth_temp_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledtopLeftRadius_temp_10;
|
|
memset((&unmarshaledtopLeftRadius_temp_10), 0, sizeof(unmarshaledtopLeftRadius_temp_10));
|
|
unmarshaledtopLeftRadius_temp_10 = marshaled.___topLeftRadius;
|
|
unmarshaled.___topLeftRadius = unmarshaledtopLeftRadius_temp_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledtopRightRadius_temp_11;
|
|
memset((&unmarshaledtopRightRadius_temp_11), 0, sizeof(unmarshaledtopRightRadius_temp_11));
|
|
unmarshaledtopRightRadius_temp_11 = marshaled.___topRightRadius;
|
|
unmarshaled.___topRightRadius = unmarshaledtopRightRadius_temp_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledbottomRightRadius_temp_12;
|
|
memset((&unmarshaledbottomRightRadius_temp_12), 0, sizeof(unmarshaledbottomRightRadius_temp_12));
|
|
unmarshaledbottomRightRadius_temp_12 = marshaled.___bottomRightRadius;
|
|
unmarshaled.___bottomRightRadius = unmarshaledbottomRightRadius_temp_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledbottomLeftRadius_temp_13;
|
|
memset((&unmarshaledbottomLeftRadius_temp_13), 0, sizeof(unmarshaledbottomLeftRadius_temp_13));
|
|
unmarshaledbottomLeftRadius_temp_13 = marshaled.___bottomLeftRadius;
|
|
unmarshaled.___bottomLeftRadius = unmarshaledbottomLeftRadius_temp_13;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledleftColorPage_temp_14;
|
|
memset((&unmarshaledleftColorPage_temp_14), 0, sizeof(unmarshaledleftColorPage_temp_14));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(marshaled.___leftColorPage, unmarshaledleftColorPage_temp_14);
|
|
unmarshaled.___leftColorPage = unmarshaledleftColorPage_temp_14;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledtopColorPage_temp_15;
|
|
memset((&unmarshaledtopColorPage_temp_15), 0, sizeof(unmarshaledtopColorPage_temp_15));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(marshaled.___topColorPage, unmarshaledtopColorPage_temp_15);
|
|
unmarshaled.___topColorPage = unmarshaledtopColorPage_temp_15;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledrightColorPage_temp_16;
|
|
memset((&unmarshaledrightColorPage_temp_16), 0, sizeof(unmarshaledrightColorPage_temp_16));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(marshaled.___rightColorPage, unmarshaledrightColorPage_temp_16);
|
|
unmarshaled.___rightColorPage = unmarshaledrightColorPage_temp_16;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledbottomColorPage_temp_17;
|
|
memset((&unmarshaledbottomColorPage_temp_17), 0, sizeof(unmarshaledbottomColorPage_temp_17));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_back(marshaled.___bottomColorPage, unmarshaledbottomColorPage_temp_17);
|
|
unmarshaled.___bottomColorPage = unmarshaledbottomColorPage_temp_17;
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_cleanup(BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_pinvoke& marshaled)
|
|
{
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(marshaled.___leftColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(marshaled.___topColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(marshaled.___rightColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_pinvoke_cleanup(marshaled.___bottomColorPage);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___rect = unmarshaled.___rect;
|
|
marshaled.___playmodeTintColor = unmarshaled.___playmodeTintColor;
|
|
marshaled.___leftColor = unmarshaled.___leftColor;
|
|
marshaled.___topColor = unmarshaled.___topColor;
|
|
marshaled.___rightColor = unmarshaled.___rightColor;
|
|
marshaled.___bottomColor = unmarshaled.___bottomColor;
|
|
marshaled.___leftWidth = unmarshaled.___leftWidth;
|
|
marshaled.___topWidth = unmarshaled.___topWidth;
|
|
marshaled.___rightWidth = unmarshaled.___rightWidth;
|
|
marshaled.___bottomWidth = unmarshaled.___bottomWidth;
|
|
marshaled.___topLeftRadius = unmarshaled.___topLeftRadius;
|
|
marshaled.___topRightRadius = unmarshaled.___topRightRadius;
|
|
marshaled.___bottomRightRadius = unmarshaled.___bottomRightRadius;
|
|
marshaled.___bottomLeftRadius = unmarshaled.___bottomLeftRadius;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(unmarshaled.___leftColorPage, marshaled.___leftColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(unmarshaled.___topColorPage, marshaled.___topColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(unmarshaled.___rightColorPage, marshaled.___rightColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com(unmarshaled.___bottomColorPage, marshaled.___bottomColorPage);
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_back(const BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509& unmarshaled)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D unmarshaledrect_temp_0;
|
|
memset((&unmarshaledrect_temp_0), 0, sizeof(unmarshaledrect_temp_0));
|
|
unmarshaledrect_temp_0 = marshaled.___rect;
|
|
unmarshaled.___rect = unmarshaledrect_temp_0;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledplaymodeTintColor_temp_1;
|
|
memset((&unmarshaledplaymodeTintColor_temp_1), 0, sizeof(unmarshaledplaymodeTintColor_temp_1));
|
|
unmarshaledplaymodeTintColor_temp_1 = marshaled.___playmodeTintColor;
|
|
unmarshaled.___playmodeTintColor = unmarshaledplaymodeTintColor_temp_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledleftColor_temp_2;
|
|
memset((&unmarshaledleftColor_temp_2), 0, sizeof(unmarshaledleftColor_temp_2));
|
|
unmarshaledleftColor_temp_2 = marshaled.___leftColor;
|
|
unmarshaled.___leftColor = unmarshaledleftColor_temp_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledtopColor_temp_3;
|
|
memset((&unmarshaledtopColor_temp_3), 0, sizeof(unmarshaledtopColor_temp_3));
|
|
unmarshaledtopColor_temp_3 = marshaled.___topColor;
|
|
unmarshaled.___topColor = unmarshaledtopColor_temp_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledrightColor_temp_4;
|
|
memset((&unmarshaledrightColor_temp_4), 0, sizeof(unmarshaledrightColor_temp_4));
|
|
unmarshaledrightColor_temp_4 = marshaled.___rightColor;
|
|
unmarshaled.___rightColor = unmarshaledrightColor_temp_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F unmarshaledbottomColor_temp_5;
|
|
memset((&unmarshaledbottomColor_temp_5), 0, sizeof(unmarshaledbottomColor_temp_5));
|
|
unmarshaledbottomColor_temp_5 = marshaled.___bottomColor;
|
|
unmarshaled.___bottomColor = unmarshaledbottomColor_temp_5;
|
|
float unmarshaledleftWidth_temp_6 = 0.0f;
|
|
unmarshaledleftWidth_temp_6 = marshaled.___leftWidth;
|
|
unmarshaled.___leftWidth = unmarshaledleftWidth_temp_6;
|
|
float unmarshaledtopWidth_temp_7 = 0.0f;
|
|
unmarshaledtopWidth_temp_7 = marshaled.___topWidth;
|
|
unmarshaled.___topWidth = unmarshaledtopWidth_temp_7;
|
|
float unmarshaledrightWidth_temp_8 = 0.0f;
|
|
unmarshaledrightWidth_temp_8 = marshaled.___rightWidth;
|
|
unmarshaled.___rightWidth = unmarshaledrightWidth_temp_8;
|
|
float unmarshaledbottomWidth_temp_9 = 0.0f;
|
|
unmarshaledbottomWidth_temp_9 = marshaled.___bottomWidth;
|
|
unmarshaled.___bottomWidth = unmarshaledbottomWidth_temp_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledtopLeftRadius_temp_10;
|
|
memset((&unmarshaledtopLeftRadius_temp_10), 0, sizeof(unmarshaledtopLeftRadius_temp_10));
|
|
unmarshaledtopLeftRadius_temp_10 = marshaled.___topLeftRadius;
|
|
unmarshaled.___topLeftRadius = unmarshaledtopLeftRadius_temp_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledtopRightRadius_temp_11;
|
|
memset((&unmarshaledtopRightRadius_temp_11), 0, sizeof(unmarshaledtopRightRadius_temp_11));
|
|
unmarshaledtopRightRadius_temp_11 = marshaled.___topRightRadius;
|
|
unmarshaled.___topRightRadius = unmarshaledtopRightRadius_temp_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledbottomRightRadius_temp_12;
|
|
memset((&unmarshaledbottomRightRadius_temp_12), 0, sizeof(unmarshaledbottomRightRadius_temp_12));
|
|
unmarshaledbottomRightRadius_temp_12 = marshaled.___bottomRightRadius;
|
|
unmarshaled.___bottomRightRadius = unmarshaledbottomRightRadius_temp_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 unmarshaledbottomLeftRadius_temp_13;
|
|
memset((&unmarshaledbottomLeftRadius_temp_13), 0, sizeof(unmarshaledbottomLeftRadius_temp_13));
|
|
unmarshaledbottomLeftRadius_temp_13 = marshaled.___bottomLeftRadius;
|
|
unmarshaled.___bottomLeftRadius = unmarshaledbottomLeftRadius_temp_13;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledleftColorPage_temp_14;
|
|
memset((&unmarshaledleftColorPage_temp_14), 0, sizeof(unmarshaledleftColorPage_temp_14));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(marshaled.___leftColorPage, unmarshaledleftColorPage_temp_14);
|
|
unmarshaled.___leftColorPage = unmarshaledleftColorPage_temp_14;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledtopColorPage_temp_15;
|
|
memset((&unmarshaledtopColorPage_temp_15), 0, sizeof(unmarshaledtopColorPage_temp_15));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(marshaled.___topColorPage, unmarshaledtopColorPage_temp_15);
|
|
unmarshaled.___topColorPage = unmarshaledtopColorPage_temp_15;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledrightColorPage_temp_16;
|
|
memset((&unmarshaledrightColorPage_temp_16), 0, sizeof(unmarshaledrightColorPage_temp_16));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(marshaled.___rightColorPage, unmarshaledrightColorPage_temp_16);
|
|
unmarshaled.___rightColorPage = unmarshaledrightColorPage_temp_16;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0 unmarshaledbottomColorPage_temp_17;
|
|
memset((&unmarshaledbottomColorPage_temp_17), 0, sizeof(unmarshaledbottomColorPage_temp_17));
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_back(marshaled.___bottomColorPage, unmarshaledbottomColorPage_temp_17);
|
|
unmarshaled.___bottomColorPage = unmarshaledbottomColorPage_temp_17;
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_cleanup(BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshaled_com& marshaled)
|
|
{
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(marshaled.___leftColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(marshaled.___topColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(marshaled.___rightColorPage);
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0_marshal_com_cleanup(marshaled.___bottomColorPage);
|
|
}
|
|
// Method Definition Index: 20159
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BorderParams_ToNativeParams_m09D4C862CB5EF8BF6716FBEC67E0474AFC34B62E (BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* __this, NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A* ___0_nativeBorderParams, const RuntimeMethod* method)
|
|
{
|
|
NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A* L_0 = ___0_nativeBorderParams;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = __this->___rect;
|
|
(&V_0)->___rect = L_1;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = __this->___leftColor;
|
|
(&V_0)->___leftColor = L_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = __this->___topColor;
|
|
(&V_0)->___topColor = L_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = __this->___rightColor;
|
|
(&V_0)->___rightColor = L_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = __this->___bottomColor;
|
|
(&V_0)->___bottomColor = L_5;
|
|
float L_6 = __this->___leftWidth;
|
|
(&V_0)->___leftWidth = L_6;
|
|
float L_7 = __this->___topWidth;
|
|
(&V_0)->___topWidth = L_7;
|
|
float L_8 = __this->___rightWidth;
|
|
(&V_0)->___rightWidth = L_8;
|
|
float L_9 = __this->___bottomWidth;
|
|
(&V_0)->___bottomWidth = L_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = __this->___topLeftRadius;
|
|
(&V_0)->___topLeftRadius = L_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = __this->___topRightRadius;
|
|
(&V_0)->___topRightRadius = L_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = __this->___bottomRightRadius;
|
|
(&V_0)->___bottomRightRadius = L_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = __this->___bottomLeftRadius;
|
|
(&V_0)->___bottomLeftRadius = L_13;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* L_14 = (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0*)(&__this->___leftColorPage);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_15;
|
|
L_15 = ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C(L_14, NULL);
|
|
(&V_0)->___leftColorPage = L_15;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* L_16 = (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0*)(&__this->___topColorPage);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_17;
|
|
L_17 = ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C(L_16, NULL);
|
|
(&V_0)->___topColorPage = L_17;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* L_18 = (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0*)(&__this->___rightColorPage);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_19;
|
|
L_19 = ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C(L_18, NULL);
|
|
(&V_0)->___rightColorPage = L_19;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* L_20 = (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0*)(&__this->___bottomColorPage);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_21;
|
|
L_21 = ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C(L_20, NULL);
|
|
(&V_0)->___bottomColorPage = L_21;
|
|
NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A L_22 = V_0;
|
|
*(NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A*)L_0 = L_22;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BorderParams_ToNativeParams_m09D4C862CB5EF8BF6716FBEC67E0474AFC34B62E_AdjustorThunk (RuntimeObject* __this, NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A* ___0_nativeBorderParams, const RuntimeMethod* method)
|
|
{
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509*>(__this + _offset);
|
|
BorderParams_ToNativeParams_m09D4C862CB5EF8BF6716FBEC67E0474AFC34B62E(_thisAdjusted, ___0_nativeBorderParams, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_pinvoke(const RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D& unmarshaled, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundRepeatInstanceListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundRepeatInstanceListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_pinvoke_back(const RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_pinvoke& marshaled, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundRepeatInstanceListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundRepeatInstanceListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_pinvoke_cleanup(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_com(const RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D& unmarshaled, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundRepeatInstanceListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundRepeatInstanceListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_com_back(const RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_com& marshaled, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___backgroundRepeatInstanceListException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D____backgroundRepeatInstanceList_FieldInfo_var, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___backgroundRepeatInstanceListException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshal_com_cleanup(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 20160
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustUVsForScaleMode_m45E415CC0915994EC698B5CEC85746AB2C3F88FC (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_scaleMode, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___4_rectOut, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___5_uvOut, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
bool V_9 = false;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
{
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___2_texture;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_0);
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_uv), NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___2_texture;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_3);
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_uv), NULL);
|
|
float L_6;
|
|
L_6 = fabsf(((float)(((float)il2cpp_codegen_multiply(((float)L_1), L_2))/((float)il2cpp_codegen_multiply(((float)L_4), L_5)))));
|
|
V_0 = L_6;
|
|
float L_7;
|
|
L_7 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_rect), NULL);
|
|
float L_8;
|
|
L_8 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_rect), NULL);
|
|
V_1 = ((float)(L_7/L_8));
|
|
int32_t L_9 = ___3_scaleMode;
|
|
V_3 = L_9;
|
|
int32_t L_10 = V_3;
|
|
V_2 = L_10;
|
|
int32_t L_11 = V_2;
|
|
switch (L_11)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
float L_12 = V_1;
|
|
float L_13 = V_0;
|
|
V_4 = (bool)((((float)L_12) > ((float)L_13))? 1 : 0);
|
|
bool L_14 = V_4;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
float L_15;
|
|
L_15 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_uv), NULL);
|
|
float L_16 = V_0;
|
|
float L_17 = V_1;
|
|
V_5 = ((float)il2cpp_codegen_multiply(L_15, ((float)(L_16/L_17))));
|
|
float L_18;
|
|
L_18 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_uv), NULL);
|
|
float L_19 = V_5;
|
|
V_6 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_18, L_19)), (0.5f)));
|
|
float L_20;
|
|
L_20 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_uv), NULL);
|
|
float L_21;
|
|
L_21 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_uv), NULL);
|
|
float L_22 = V_6;
|
|
float L_23;
|
|
L_23 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_uv), NULL);
|
|
float L_24 = V_5;
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___1_uv), L_20, ((float)il2cpp_codegen_add(L_21, L_22)), L_23, L_24, NULL);
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
float L_25;
|
|
L_25 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_uv), NULL);
|
|
float L_26 = V_1;
|
|
float L_27 = V_0;
|
|
V_7 = ((float)il2cpp_codegen_multiply(L_25, ((float)(L_26/L_27))));
|
|
float L_28;
|
|
L_28 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_uv), NULL);
|
|
float L_29 = V_7;
|
|
V_8 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_28, L_29)), (0.5f)));
|
|
float L_30;
|
|
L_30 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_uv), NULL);
|
|
float L_31 = V_8;
|
|
float L_32;
|
|
L_32 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_uv), NULL);
|
|
float L_33 = V_7;
|
|
float L_34;
|
|
L_34 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_uv), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___1_uv), ((float)il2cpp_codegen_add(L_30, L_31)), L_32, L_33, L_34, NULL);
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
float L_35 = V_1;
|
|
float L_36 = V_0;
|
|
V_9 = (bool)((((float)L_35) > ((float)L_36))? 1 : 0);
|
|
bool L_37 = V_9;
|
|
if (!L_37)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
float L_38 = V_0;
|
|
float L_39 = V_1;
|
|
V_10 = ((float)(L_38/L_39));
|
|
float L_40;
|
|
L_40 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline((&___0_rect), NULL);
|
|
float L_41;
|
|
L_41 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_rect), NULL);
|
|
float L_42 = V_10;
|
|
float L_43;
|
|
L_43 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline((&___0_rect), NULL);
|
|
float L_44 = V_10;
|
|
float L_45;
|
|
L_45 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_rect), NULL);
|
|
float L_46;
|
|
L_46 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_rect), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___0_rect), ((float)il2cpp_codegen_add(L_40, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_41, ((float)il2cpp_codegen_subtract((1.0f), L_42)))), (0.5f))))), L_43, ((float)il2cpp_codegen_multiply(L_44, L_45)), L_46, NULL);
|
|
goto IL_017f;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
float L_47 = V_1;
|
|
float L_48 = V_0;
|
|
V_11 = ((float)(L_47/L_48));
|
|
float L_49;
|
|
L_49 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline((&___0_rect), NULL);
|
|
float L_50;
|
|
L_50 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline((&___0_rect), NULL);
|
|
float L_51;
|
|
L_51 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_rect), NULL);
|
|
float L_52 = V_11;
|
|
float L_53;
|
|
L_53 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_rect), NULL);
|
|
float L_54 = V_11;
|
|
float L_55;
|
|
L_55 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_rect), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___0_rect), L_49, ((float)il2cpp_codegen_add(L_50, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_51, ((float)il2cpp_codegen_subtract((1.0f), L_52)))), (0.5f))))), L_53, ((float)il2cpp_codegen_multiply(L_54, L_55)), NULL);
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_56 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_56, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RectangleParams_AdjustUVsForScaleMode_m45E415CC0915994EC698B5CEC85746AB2C3F88FC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_57 = ___4_rectOut;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_58 = ___0_rect;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_57 = L_58;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_59 = ___5_uvOut;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_60 = ___1_uv;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_59 = L_60;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20161
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_AdjustSpriteUVsForScaleMode_m226AF26DCE7DFC919544724BF10B2D44D69885E8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_containerRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_srcRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_spriteGeomRect, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___3_sprite, int32_t ___4_scaleMode, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___5_rectOut, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___6_uvOut, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
float V_17 = 0.0f;
|
|
float V_18 = 0.0f;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___3_sprite;
|
|
NullCheck(L_0);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
L_1 = Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625(L_0, NULL);
|
|
V_4 = L_1;
|
|
float L_2;
|
|
L_2 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_4), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_3 = ___3_sprite;
|
|
NullCheck(L_3);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
|
|
L_4 = Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625(L_3, NULL);
|
|
V_4 = L_4;
|
|
float L_5;
|
|
L_5 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_4), NULL);
|
|
V_0 = ((float)(L_2/L_5));
|
|
float L_6;
|
|
L_6 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_containerRect), NULL);
|
|
float L_7;
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_containerRect), NULL);
|
|
V_1 = ((float)(L_6/L_7));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___2_spriteGeomRect;
|
|
V_2 = L_8;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
|
|
L_10 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_9, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_11 = ___3_sprite;
|
|
NullCheck(L_11);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_12;
|
|
L_12 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_11, NULL);
|
|
V_5 = L_12;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
|
L_13 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_10, L_14, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_9, L_15, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
L_17 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_16, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = ___3_sprite;
|
|
NullCheck(L_18);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_19;
|
|
L_19 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_18, NULL);
|
|
V_5 = L_19;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_20, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22;
|
|
L_22 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_17, L_21, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_16, L_22, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = (&V_2);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_23, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_25 = ___3_sprite;
|
|
NullCheck(L_25);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_26;
|
|
L_26 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_25, NULL);
|
|
V_5 = L_26;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_5), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_27, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
|
|
L_29 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_24, L_28, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_23, L_29, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30;
|
|
L_30 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_2), NULL);
|
|
V_3 = L_30;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
|
|
L_31 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_2), NULL);
|
|
float L_32 = L_31.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = V_3;
|
|
float L_34 = L_33.___y;
|
|
(&V_3)->___y = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_32)), L_34));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = V_3;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_2), L_35, NULL);
|
|
int32_t L_36 = ___4_scaleMode;
|
|
V_7 = L_36;
|
|
int32_t L_37 = V_7;
|
|
V_6 = L_37;
|
|
int32_t L_38 = V_6;
|
|
switch (L_38)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0316;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_03ee;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39;
|
|
L_39 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_containerRect), NULL);
|
|
V_8 = L_39;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40;
|
|
L_40 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
|
|
L_42 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_40, L_41, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&___0_containerRect), L_42, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_43;
|
|
L_43 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45;
|
|
L_45 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_43, L_44, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&___0_containerRect), L_45, NULL);
|
|
goto IL_03f4;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_46 = ___0_containerRect;
|
|
V_9 = L_46;
|
|
float L_47 = V_1;
|
|
float L_48 = V_0;
|
|
V_12 = (bool)((((float)L_47) > ((float)L_48))? 1 : 0);
|
|
bool L_49 = V_12;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
{
|
|
float L_50;
|
|
L_50 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_9), NULL);
|
|
float L_51 = V_0;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_9), ((float)(L_50/L_51)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_52;
|
|
L_52 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_9), NULL);
|
|
float L_53 = L_52.___x;
|
|
float L_54;
|
|
L_54 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_9), NULL);
|
|
float L_55;
|
|
L_55 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_containerRect), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
memset((&L_56), 0, sizeof(L_56));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_56), L_53, ((float)(((-((float)il2cpp_codegen_subtract(L_54, L_55))))/(2.0f))), NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_9), L_56, NULL);
|
|
goto IL_01c9;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
float L_57;
|
|
L_57 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_9), NULL);
|
|
float L_58 = V_0;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_9), ((float)il2cpp_codegen_multiply(L_57, L_58)), NULL);
|
|
float L_59;
|
|
L_59 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_9), NULL);
|
|
float L_60;
|
|
L_60 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_containerRect), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61;
|
|
L_61 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_9), NULL);
|
|
float L_62 = L_61.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
memset((&L_63), 0, sizeof(L_63));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_63), ((float)(((-((float)il2cpp_codegen_subtract(L_59, L_60))))/(2.0f))), L_62, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_9), L_63, NULL);
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64;
|
|
L_64 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_9), NULL);
|
|
V_10 = L_64;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_65 = (&V_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
|
|
L_66 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_65, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_67;
|
|
L_67 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69;
|
|
L_69 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_67, L_68, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70;
|
|
L_70 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_66, L_69, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_65, L_70, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71;
|
|
L_71 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_72 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_73;
|
|
L_73 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_71, L_72, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&V_9), L_73, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_74 = ___0_containerRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_9;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_76;
|
|
L_76 = RectangleParams_RectIntersection_m86CF873F0F81BBED370B25621CAEA85DC936250B(L_74, L_75, NULL);
|
|
V_11 = L_76;
|
|
float L_77;
|
|
L_77 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_11), NULL);
|
|
if ((((float)L_77) < ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0231;
|
|
}
|
|
}
|
|
{
|
|
float L_78;
|
|
L_78 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_11), NULL);
|
|
G_B9_0 = ((((float)L_78) < ((float)(1.0E-30f)))? 1 : 0);
|
|
goto IL_0232;
|
|
}
|
|
|
|
IL_0231:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
V_13 = (bool)G_B9_0;
|
|
bool L_79 = V_13;
|
|
if (!L_79)
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_80;
|
|
L_80 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
V_11 = L_80;
|
|
goto IL_030c;
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_81 = V_11;
|
|
V_14 = L_81;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_82 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83;
|
|
L_83 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_82, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
|
|
L_84 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85;
|
|
L_85 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_83, L_84, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_82, L_85, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_86 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
|
|
L_87 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_86, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_88;
|
|
L_88 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_89;
|
|
L_89 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_87, L_88, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_86, L_89, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_90 = (&V_14);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_91;
|
|
L_91 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_90, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92;
|
|
L_92 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_93;
|
|
L_93 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_91, L_92, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_90, L_93, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94;
|
|
L_94 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_14), NULL);
|
|
V_15 = L_94;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_95;
|
|
L_95 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_14), NULL);
|
|
float L_96 = L_95.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_97 = V_15;
|
|
float L_98 = L_97.___y;
|
|
(&V_15)->___y = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_96)), L_98));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_99 = V_15;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_14), L_99, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_100 = (&___1_srcRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_101;
|
|
L_101 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_100, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_102;
|
|
L_102 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_14), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_103;
|
|
L_103 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_srcRect), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_104;
|
|
L_104 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_102, L_103, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_105;
|
|
L_105 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_101, L_104, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_100, L_105, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_106 = (&___1_srcRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_107;
|
|
L_107 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_106, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_108;
|
|
L_108 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_14), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_109;
|
|
L_109 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_107, L_108, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_106, L_109, NULL);
|
|
}
|
|
|
|
IL_030c:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_110 = V_11;
|
|
___0_containerRect = L_110;
|
|
goto IL_03f4;
|
|
}
|
|
|
|
IL_0316:
|
|
{
|
|
float L_111 = V_1;
|
|
float L_112 = V_0;
|
|
V_16 = (bool)((((float)L_111) > ((float)L_112))? 1 : 0);
|
|
bool L_113 = V_16;
|
|
if (!L_113)
|
|
{
|
|
goto IL_0367;
|
|
}
|
|
}
|
|
{
|
|
float L_114 = V_0;
|
|
float L_115 = V_1;
|
|
V_17 = ((float)(L_114/L_115));
|
|
float L_116;
|
|
L_116 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline((&___0_containerRect), NULL);
|
|
float L_117;
|
|
L_117 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_containerRect), NULL);
|
|
float L_118 = V_17;
|
|
float L_119;
|
|
L_119 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline((&___0_containerRect), NULL);
|
|
float L_120 = V_17;
|
|
float L_121;
|
|
L_121 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_containerRect), NULL);
|
|
float L_122;
|
|
L_122 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_containerRect), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___0_containerRect), ((float)il2cpp_codegen_add(L_116, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_117, ((float)il2cpp_codegen_subtract((1.0f), L_118)))), (0.5f))))), L_119, ((float)il2cpp_codegen_multiply(L_120, L_121)), L_122, NULL);
|
|
goto IL_03ab;
|
|
}
|
|
|
|
IL_0367:
|
|
{
|
|
float L_123 = V_1;
|
|
float L_124 = V_0;
|
|
V_18 = ((float)(L_123/L_124));
|
|
float L_125;
|
|
L_125 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline((&___0_containerRect), NULL);
|
|
float L_126;
|
|
L_126 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline((&___0_containerRect), NULL);
|
|
float L_127;
|
|
L_127 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_containerRect), NULL);
|
|
float L_128 = V_18;
|
|
float L_129;
|
|
L_129 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_containerRect), NULL);
|
|
float L_130 = V_18;
|
|
float L_131;
|
|
L_131 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_containerRect), NULL);
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&___0_containerRect), L_125, ((float)il2cpp_codegen_add(L_126, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_127, ((float)il2cpp_codegen_subtract((1.0f), L_128)))), (0.5f))))), L_129, ((float)il2cpp_codegen_multiply(L_130, L_131)), NULL);
|
|
}
|
|
|
|
IL_03ab:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_132 = (&___0_containerRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_133;
|
|
L_133 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_132, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_134;
|
|
L_134 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_135;
|
|
L_135 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_containerRect), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_136;
|
|
L_136 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_134, L_135, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_137;
|
|
L_137 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_133, L_136, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_132, L_137, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_138 = (&___0_containerRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_139;
|
|
L_139 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_138, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_140;
|
|
L_140 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_2), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_141;
|
|
L_141 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_139, L_140, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_138, L_141, NULL);
|
|
goto IL_03f4;
|
|
}
|
|
|
|
IL_03ee:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_142 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_142, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_142, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RectangleParams_AdjustSpriteUVsForScaleMode_m226AF26DCE7DFC919544724BF10B2D44D69885E8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_03f4:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_143 = ___5_rectOut;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_144 = ___0_containerRect;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_143 = L_144;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_145 = ___6_uvOut;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_146 = ___1_srcRect;
|
|
*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_145 = L_146;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20162
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_RectIntersection_m86CF873F0F81BBED370B25621CAEA85DC936250B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_a, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0;
|
|
L_0 = Rect_get_zero_m5341D8B63DEF1F4C308A685EEC8CFEA12A396C8D(NULL);
|
|
V_0 = L_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC_inline((&___0_a), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC_inline((&___1_b), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_1, L_2, NULL);
|
|
Rect_set_min_m6557D7D73C6F115CA7C92E38C88EA9E95FC89253_inline((&V_0), L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167_inline((&___0_a), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167_inline((&___1_b), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_Min_m2D222BC18ACD4F965981EC93451DDD1D7ADFDDA0_inline(L_4, L_5, NULL);
|
|
Rect_set_max_mAD2D6D5DC1F5A6E69A0A0BD7E34C209F91C381F0_inline((&V_0), L_6, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
L_7 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_7, L_8, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&V_0), L_9, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10 = V_0;
|
|
V_1 = L_10;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 20163
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeGeomRect_m39013A31DC1973B19C11D5BE6CC35C3EC31B217D (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_sprite, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___0_sprite;
|
|
NullCheck(L_0);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_1;
|
|
L_1 = Sprite_get_vertices_m2584A7F59A8E8362F16E0DDA4CC25A1EDF8D1D31(L_0, NULL);
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_2 = V_2;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_4 = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_Min_m2D222BC18ACD4F965981EC93451DDD1D7ADFDDA0_inline(L_6, L_7, NULL);
|
|
V_0 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_9, L_10, NULL);
|
|
V_1 = L_11;
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_16, L_17, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline((&L_19), L_15, L_18, NULL);
|
|
V_5 = L_19;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// Method Definition Index: 20164
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ComputeUVRect_m13CB982A1C6F01F5CDE48C12F2F28C8652451617 (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_sprite, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_1), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___0_sprite;
|
|
NullCheck(L_0);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_1;
|
|
L_1 = Sprite_get_uv_mAD4DAE6EAEC23340B69D0991FA4D8E72C6CA62FF(L_0, NULL);
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_2 = V_2;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_4 = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_Min_m2D222BC18ACD4F965981EC93451DDD1D7ADFDDA0_inline(L_6, L_7, NULL);
|
|
V_0 = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = Vector2_Max_m1E906743ECA6478A2EDCCFECD9D509898F66152B_inline(L_9, L_10, NULL);
|
|
V_1 = L_11;
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_16, L_17, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline((&L_19), L_15, L_18, NULL);
|
|
V_5 = L_19;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_20 = V_5;
|
|
return L_20;
|
|
}
|
|
}
|
|
// Method Definition Index: 20165
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectangleParams_ApplyPackingRotation_m1E92FC553461B6C57624DA9E97F36CF292C748B4 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_uv, int32_t ___1_rotation, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
int32_t L_0 = ___1_rotation;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = (&___0_uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
float L_6 = L_5.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), L_6, (0.0f), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_4, L_7, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_3, L_8, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
L_9 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
V_2 = L_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_2;
|
|
float L_11 = L_10.___x;
|
|
(&V_2)->___x = ((-L_11));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_2;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&___0_uv), L_12, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = (&___0_uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
float L_16 = L_15.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_17), (0.0f), L_16, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_14, L_17, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_13, L_18, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
|
|
L_19 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
V_3 = L_19;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_3;
|
|
float L_21 = L_20.___y;
|
|
(&V_3)->___y = ((-L_21));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_3;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&___0_uv), L_22, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = (&___0_uv);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
|
|
L_24 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_23, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25;
|
|
L_25 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
L_26 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_24, L_25, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_23, L_26, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
|
|
L_27 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___0_uv), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28;
|
|
L_28 = Vector2_op_UnaryNegation_mBA9FC53A2194EE3CC067A12D11879F695B34D6F9_inline(L_27, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&___0_uv), L_28, NULL);
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_29 = ___0_uv;
|
|
V_4 = L_29;
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_30 = V_4;
|
|
return L_30;
|
|
}
|
|
}
|
|
// Method Definition Index: 20166
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D RectangleParams_MakeTextured_m129876E1633664DFEE20DF7711D6C81A39E288E7 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_scaleMode, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_playModeTintColor, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___0_rect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = ___1_uv;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___2_texture;
|
|
int32_t L_3 = ___3_scaleMode;
|
|
RectangleParams_AdjustUVsForScaleMode_m45E415CC0915994EC698B5CEC85746AB2C3F88FC(L_0, L_1, L_2, L_3, (&___0_rect), (&___1_uv), NULL);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___2_texture;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_4);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___2_texture;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_6);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), ((float)L_5), ((float)L_7), NULL);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = ___0_rect;
|
|
(&V_2)->___rect = L_8;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_9), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
(&V_2)->___subRect = L_9;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10 = ___1_uv;
|
|
(&V_2)->___uv = L_10;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11;
|
|
L_11 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
(&V_2)->___color = L_11;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12 = ___2_texture;
|
|
(&V_2)->___texture = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___texture), (void*)L_12);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_0;
|
|
(&V_2)->___contentSize = L_13;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_0;
|
|
(&V_2)->___textureSize = L_14;
|
|
int32_t L_15 = ___3_scaleMode;
|
|
(&V_2)->___scaleMode = L_15;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = ___4_playModeTintColor;
|
|
(&V_2)->___playmodeTintColor = L_16;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_17 = V_2;
|
|
V_1 = L_17;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_18 = V_1;
|
|
V_3 = L_18;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_19 = V_3;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 20167
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D RectangleParams_MakeSprite_m2C67648DB5BD19872E71610FC5CF0D7FEF90F17C (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_containerRect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_subRect, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_sprite, int32_t ___3_scaleMode, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_playModeTintColor, bool ___5_hasRadius, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___6_slices, bool ___7_useForRepeat, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B22_0 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B21_0 = NULL;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B23_0 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B23_1 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B25_0 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B24_0 = NULL;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* G_B26_0 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B26_1 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B28_0 = NULL;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B27_0 = NULL;
|
|
int32_t G_B29_0 = 0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* G_B29_1 = NULL;
|
|
int32_t G_B33_0 = 0;
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___2_sprite;
|
|
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);
|
|
if (L_1)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_2 = ___2_sprite;
|
|
NullCheck(L_2);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_3;
|
|
L_3 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_2, NULL);
|
|
V_13 = L_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_13), NULL);
|
|
float L_5 = L_4.___x;
|
|
if ((((float)L_5) < ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_6 = ___2_sprite;
|
|
NullCheck(L_6);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_7;
|
|
L_7 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_6, NULL);
|
|
V_13 = L_7;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8;
|
|
L_8 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_13), NULL);
|
|
float L_9 = L_8.___y;
|
|
G_B4_0 = ((((float)L_9) < ((float)(1.0E-30f)))? 1 : 0);
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
G_B4_0 = 1;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
V_12 = (bool)G_B4_0;
|
|
bool L_10 = V_12;
|
|
if (!L_10)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_14), sizeof(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_11 = V_14;
|
|
V_15 = L_11;
|
|
goto IL_03ac;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_12 = ___2_sprite;
|
|
NullCheck(L_12);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_13;
|
|
L_13 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_12, NULL);
|
|
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_16 = L_14;
|
|
bool L_15 = V_16;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_16 = ___2_sprite;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_16, NULL);
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral5F510F12DA5A0B145167E6F7712DD5D4419511C2, L_17, _stringLiteral542B678EE8E45EF49C8BF1EEDF69302ACFB87567, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_18, NULL);
|
|
il2cpp_codegen_initobj((&V_14), sizeof(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_19 = V_14;
|
|
V_15 = L_19;
|
|
goto IL_03ac;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_20 = ___2_sprite;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_21;
|
|
L_21 = RectangleParams_ComputeGeomRect_m39013A31DC1973B19C11D5BE6CC35C3EC31B217D(L_20, NULL);
|
|
V_0 = L_21;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_22 = ___2_sprite;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_23;
|
|
L_23 = RectangleParams_ComputeUVRect_m13CB982A1C6F01F5CDE48C12F2F28C8652451617(L_22, NULL);
|
|
V_1 = L_23;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_24 = ___2_sprite;
|
|
NullCheck(L_24);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25;
|
|
L_25 = Sprite_get_border_m024C8361A808BF597EC6E1849AADDA9C756B459F(L_24, NULL);
|
|
V_2 = L_25;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26 = V_2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27;
|
|
L_27 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_28;
|
|
L_28 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_26, L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_29 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_29);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_31;
|
|
L_31 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_32;
|
|
L_32 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_30, L_31, NULL);
|
|
G_B11_0 = ((int32_t)(L_32));
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
V_3 = (bool)G_B11_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_33 = ___1_subRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_34), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
bool L_35;
|
|
L_35 = Rect_op_Inequality_mB5D7316EB50B1DDA9324F4BE6741DFF6A673137D_inline(L_33, L_34, NULL);
|
|
V_4 = L_35;
|
|
int32_t L_36 = ___3_scaleMode;
|
|
bool L_37 = V_3;
|
|
bool L_38 = ___5_hasRadius;
|
|
bool L_39 = ___7_useForRepeat;
|
|
bool L_40 = V_4;
|
|
V_5 = (bool)((int32_t)(((int32_t)(((int32_t)(((int32_t)(((((int32_t)L_36) == ((int32_t)1))? 1 : 0)|(int32_t)L_37))|(int32_t)L_38))|(int32_t)L_39))|(int32_t)L_40));
|
|
bool L_41 = V_5;
|
|
if (!L_41)
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_42 = ___2_sprite;
|
|
NullCheck(L_42);
|
|
bool L_43;
|
|
L_43 = Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E(L_42, NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_44 = ___2_sprite;
|
|
NullCheck(L_44);
|
|
int32_t L_45;
|
|
L_45 = Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10(L_44, NULL);
|
|
G_B15_0 = ((!(((uint32_t)L_45) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
G_B15_0 = 0;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
V_17 = (bool)G_B15_0;
|
|
bool L_46 = V_17;
|
|
if (!L_46)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_47 = V_1;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_48 = ___2_sprite;
|
|
NullCheck(L_48);
|
|
int32_t L_49;
|
|
L_49 = Sprite_get_packingRotation_m3FD3489CC43013B2D5228AEB1ED8099E6C5B1D10(L_48, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_50;
|
|
L_50 = RectangleParams_ApplyPackingRotation_m1E92FC553461B6C57624DA9E97F36CF292C748B4(L_47, L_49, NULL);
|
|
V_1 = L_50;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
bool L_51 = V_4;
|
|
V_18 = L_51;
|
|
bool L_52 = V_18;
|
|
if (!L_52)
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_53 = ___1_subRect;
|
|
V_6 = L_53;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_54 = (&V_6);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55;
|
|
L_55 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_54, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_56;
|
|
L_56 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57;
|
|
L_57 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_55, L_56, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_54, L_57, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_58 = (&V_6);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59;
|
|
L_59 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_58, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61;
|
|
L_61 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_59, L_60, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_58, L_61, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_62 = (&V_6);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_63;
|
|
L_63 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_62, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64;
|
|
L_64 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_65;
|
|
L_65 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_63, L_64, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_62, L_65, NULL);
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_66 = V_1;
|
|
V_6 = L_66;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_67 = ___0_containerRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_68 = V_6;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_69 = V_0;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_70 = ___2_sprite;
|
|
int32_t L_71 = ___3_scaleMode;
|
|
RectangleParams_AdjustSpriteUVsForScaleMode_m226AF26DCE7DFC919544724BF10B2D44D69885E8(L_67, L_68, L_69, L_70, L_71, (&V_7), (&V_8), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_72 = V_0;
|
|
V_9 = L_72;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_73 = (&V_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_74;
|
|
L_74 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_73, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_75 = ___2_sprite;
|
|
NullCheck(L_75);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_76;
|
|
L_76 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_75, NULL);
|
|
V_13 = L_76;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_77;
|
|
L_77 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_13), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_78;
|
|
L_78 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_77, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_79;
|
|
L_79 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_74, L_78, NULL);
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline(L_73, L_79, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_80 = (&V_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_81;
|
|
L_81 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_80, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_82 = ___2_sprite;
|
|
NullCheck(L_82);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_83;
|
|
L_83 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_82, NULL);
|
|
V_13 = L_83;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84;
|
|
L_84 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline((&V_13), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_85;
|
|
L_85 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_84, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_86;
|
|
L_86 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_81, L_85, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_80, L_86, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_87 = (&V_9);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_88;
|
|
L_88 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_87, NULL);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_89 = ___2_sprite;
|
|
NullCheck(L_89);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_90;
|
|
L_90 = Sprite_get_bounds_m042F847F6C5118E6B14A3F79A1E1C53E7DFBF452(L_89, NULL);
|
|
V_13 = L_90;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_91;
|
|
L_91 = Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline((&V_13), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92;
|
|
L_92 = Vector2_op_Implicit_mE8EBEE9291F11BB02F062D6E000F4798968CBD96_inline(L_91, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_93;
|
|
L_93 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_88, L_92, NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_87, L_93, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94;
|
|
L_94 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_9), NULL);
|
|
float L_95 = L_94.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_96;
|
|
L_96 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_9), NULL);
|
|
float L_97 = L_96.___y;
|
|
float L_98;
|
|
L_98 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_9), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_99;
|
|
memset((&L_99), 0, sizeof(L_99));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_99), L_95, ((float)il2cpp_codegen_subtract((1.0f), ((float)il2cpp_codegen_add(L_97, L_98)))), NULL);
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_9), L_99, NULL);
|
|
il2cpp_codegen_initobj((&V_14), sizeof(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_100 = V_7;
|
|
(&V_14)->___rect = L_100;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_101 = V_8;
|
|
(&V_14)->___uv = L_101;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_102 = V_9;
|
|
(&V_14)->___subRect = L_102;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_103;
|
|
L_103 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
(&V_14)->___color = L_103;
|
|
bool L_104 = V_5;
|
|
if (L_104)
|
|
{
|
|
G_B22_0 = (&V_14);
|
|
goto IL_0280;
|
|
}
|
|
G_B21_0 = (&V_14);
|
|
}
|
|
{
|
|
G_B23_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_0286;
|
|
}
|
|
|
|
IL_0280:
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_105 = ___2_sprite;
|
|
NullCheck(L_105);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_106;
|
|
L_106 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_105, NULL);
|
|
G_B23_0 = L_106;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
G_B23_1->___texture = G_B23_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B23_1->___texture), (void*)G_B23_0);
|
|
bool L_107 = V_5;
|
|
if (L_107)
|
|
{
|
|
G_B25_0 = (&V_14);
|
|
goto IL_0294;
|
|
}
|
|
G_B24_0 = (&V_14);
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_108 = ___2_sprite;
|
|
G_B26_0 = L_108;
|
|
G_B26_1 = G_B24_0;
|
|
goto IL_0295;
|
|
}
|
|
|
|
IL_0294:
|
|
{
|
|
G_B26_0 = ((Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)(NULL));
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_0295:
|
|
{
|
|
G_B26_1->___sprite = G_B26_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B26_1->___sprite), (void*)G_B26_0);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_109 = ___2_sprite;
|
|
NullCheck(L_109);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_110;
|
|
L_110 = Sprite_get_rect_m2D85032EBEDC505E346E49291B8816BDB18DF625(L_109, NULL);
|
|
V_19 = L_110;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_111;
|
|
L_111 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_19), NULL);
|
|
(&V_14)->___contentSize = L_111;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_112 = ___2_sprite;
|
|
NullCheck(L_112);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_113;
|
|
L_113 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_112, NULL);
|
|
NullCheck(L_113);
|
|
int32_t L_114;
|
|
L_114 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_113);
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_115 = ___2_sprite;
|
|
NullCheck(L_115);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_116;
|
|
L_116 = Sprite_get_texture_mEEA6640C1B5D38F84CB64C775B201D7D9F48E045(L_115, NULL);
|
|
NullCheck(L_116);
|
|
int32_t L_117;
|
|
L_117 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_116);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_118;
|
|
memset((&L_118), 0, sizeof(L_118));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_118), ((float)L_114), ((float)L_117), NULL);
|
|
(&V_14)->___textureSize = L_118;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_119 = V_0;
|
|
(&V_14)->___spriteGeomRect = L_119;
|
|
int32_t L_120 = ___3_scaleMode;
|
|
(&V_14)->___scaleMode = L_120;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_121 = ___4_playModeTintColor;
|
|
(&V_14)->___playmodeTintColor = L_121;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_122 = ___2_sprite;
|
|
NullCheck(L_122);
|
|
bool L_123;
|
|
L_123 = Sprite_get_packed_m6B6B98A3891B350711499532C07F8D393AAB868E(L_122, NULL);
|
|
if (L_123)
|
|
{
|
|
G_B28_0 = (&V_14);
|
|
goto IL_02fa;
|
|
}
|
|
G_B27_0 = (&V_14);
|
|
}
|
|
{
|
|
G_B29_0 = 0;
|
|
G_B29_1 = G_B27_0;
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_02fa:
|
|
{
|
|
G_B29_0 = 2;
|
|
G_B29_1 = G_B28_0;
|
|
}
|
|
|
|
IL_02fb:
|
|
{
|
|
G_B29_1->___meshFlags = G_B29_0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_124 = V_14;
|
|
V_10 = L_124;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_125 = V_2;
|
|
float L_126 = L_125.___x;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_127 = V_2;
|
|
float L_128 = L_127.___w;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_129 = V_2;
|
|
float L_130 = L_129.___z;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_131 = V_2;
|
|
float L_132 = L_131.___y;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_11), L_126, L_128, L_130, L_132, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_133 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_134 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_133);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_135;
|
|
L_135 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_136;
|
|
L_136 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_134, L_135, NULL);
|
|
if (!L_136)
|
|
{
|
|
goto IL_0354;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_137 = V_11;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_138;
|
|
L_138 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_139;
|
|
L_139 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_137, L_138, NULL);
|
|
if (!L_139)
|
|
{
|
|
goto IL_0354;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_140 = V_11;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_141 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_142 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_141);
|
|
bool L_143;
|
|
L_143 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_140, L_142, NULL);
|
|
G_B33_0 = ((int32_t)(L_143));
|
|
goto IL_0355;
|
|
}
|
|
|
|
IL_0354:
|
|
{
|
|
G_B33_0 = 0;
|
|
}
|
|
|
|
IL_0355:
|
|
{
|
|
V_20 = (bool)G_B33_0;
|
|
bool L_144 = V_20;
|
|
if (!L_144)
|
|
{
|
|
goto IL_0386;
|
|
}
|
|
}
|
|
{
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_145 = ___2_sprite;
|
|
NullCheck(L_145);
|
|
String_t* L_146;
|
|
L_146 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_145, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_147 = V_11;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_148 = L_147;
|
|
RuntimeObject* L_149 = Box(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var, &L_148);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_150 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_151 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_150);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_152 = L_151;
|
|
RuntimeObject* L_153 = Box(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var, &L_152);
|
|
String_t* L_154;
|
|
L_154 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral9223C3AE113E4F6B5774D7E13CF255DBA5604C03, L_146, L_149, L_153, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_154, NULL);
|
|
goto IL_03a6;
|
|
}
|
|
|
|
IL_0386:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_155 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_156 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_155);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_157;
|
|
L_157 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
bool L_158;
|
|
L_158 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_156, L_157, NULL);
|
|
V_21 = L_158;
|
|
bool L_159 = V_21;
|
|
if (!L_159)
|
|
{
|
|
goto IL_03a6;
|
|
}
|
|
}
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_160 = ___6_slices;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_161 = V_11;
|
|
*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_160 = L_161;
|
|
}
|
|
|
|
IL_03a6:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_162 = V_10;
|
|
V_15 = L_162;
|
|
goto IL_03ac;
|
|
}
|
|
|
|
IL_03ac:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_163 = V_15;
|
|
return L_163;
|
|
}
|
|
}
|
|
// Method Definition Index: 20168
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D RectangleParams_MakeVectorTextured_mF9BB4A205846B07512CFCFA6C4308D679853D9E1 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_uv, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_vectorImage, int32_t ___3_scaleMode, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_playModeTintColor, const RuntimeMethod* method)
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___0_rect;
|
|
(&V_1)->___rect = L_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_1), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
(&V_1)->___subRect = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = ___1_uv;
|
|
(&V_1)->___uv = L_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
|
L_3 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
(&V_1)->___color = L_3;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_4 = ___2_vectorImage;
|
|
(&V_1)->___vectorImage = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___vectorImage), (void*)L_4);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_5 = ___2_vectorImage;
|
|
NullCheck(L_5);
|
|
float L_6;
|
|
L_6 = VectorImage_get_width_mA39D687F62250B20F206094E5539B3AED8D4C618(L_5, NULL);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_7 = ___2_vectorImage;
|
|
NullCheck(L_7);
|
|
float L_8;
|
|
L_8 = VectorImage_get_height_m9FB8C8D4BF7C5C1AF3229610D6C97BA611463ECB(L_7, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_9), L_6, L_8, NULL);
|
|
(&V_1)->___contentSize = L_9;
|
|
int32_t L_10 = ___3_scaleMode;
|
|
(&V_1)->___scaleMode = L_10;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = ___4_playModeTintColor;
|
|
(&V_1)->___playmodeTintColor = L_11;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_12 = V_1;
|
|
V_0 = L_12;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_13 = V_0;
|
|
V_2 = L_13;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// Method Definition Index: 20169
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasRadius_m59AB1CC44E6E57FCD7107BD475B83546ECA9E40F (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, float ___0_epsilon, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_0 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___topLeftRadius);
|
|
float L_1 = L_0->___x;
|
|
float L_2 = ___0_epsilon;
|
|
if ((!(((float)L_1) > ((float)L_2))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_3 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___topLeftRadius);
|
|
float L_4 = L_3->___y;
|
|
float L_5 = ___0_epsilon;
|
|
if ((((float)L_4) > ((float)L_5)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_6 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___topRightRadius);
|
|
float L_7 = L_6->___x;
|
|
float L_8 = ___0_epsilon;
|
|
if ((!(((float)L_7) > ((float)L_8))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_9 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___topRightRadius);
|
|
float L_10 = L_9->___y;
|
|
float L_11 = ___0_epsilon;
|
|
if ((((float)L_10) > ((float)L_11)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_12 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___bottomRightRadius);
|
|
float L_13 = L_12->___x;
|
|
float L_14 = ___0_epsilon;
|
|
if ((!(((float)L_13) > ((float)L_14))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_15 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___bottomRightRadius);
|
|
float L_16 = L_15->___y;
|
|
float L_17 = ___0_epsilon;
|
|
if ((((float)L_16) > ((float)L_17)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_18 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___bottomLeftRadius);
|
|
float L_19 = L_18->___x;
|
|
float L_20 = ___0_epsilon;
|
|
if ((!(((float)L_19) > ((float)L_20))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_21 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&__this->___bottomLeftRadius);
|
|
float L_22 = L_21->___y;
|
|
float L_23 = ___0_epsilon;
|
|
G_B9_0 = ((((float)L_22) > ((float)L_23))? 1 : 0);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_0 = (bool)G_B11_0;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
bool L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RectangleParams_HasRadius_m59AB1CC44E6E57FCD7107BD475B83546ECA9E40F_AdjustorThunk (RuntimeObject* __this, float ___0_epsilon, const RuntimeMethod* method)
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RectangleParams_HasRadius_m59AB1CC44E6E57FCD7107BD475B83546ECA9E40F(_thisAdjusted, ___0_epsilon, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 20170
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectangleParams_HasSlices_mE8C8A8E25FC90446E4864F1F84D44F78502D56E7 (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, float ___0_epsilon, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___leftSlice;
|
|
float L_1 = ___0_epsilon;
|
|
if ((((float)((float)L_0)) > ((float)L_1)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->___topSlice;
|
|
float L_3 = ___0_epsilon;
|
|
if ((((float)((float)L_2)) > ((float)L_3)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->___rightSlice;
|
|
float L_5 = ___0_epsilon;
|
|
if ((((float)((float)L_4)) > ((float)L_5)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->___bottomSlice;
|
|
float L_7 = ___0_epsilon;
|
|
G_B5_0 = ((((float)((float)L_6)) > ((float)L_7))? 1 : 0);
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RectangleParams_HasSlices_mE8C8A8E25FC90446E4864F1F84D44F78502D56E7_AdjustorThunk (RuntimeObject* __this, float ___0_epsilon, const RuntimeMethod* method)
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RectangleParams_HasSlices_mE8C8A8E25FC90446E4864F1F84D44F78502D56E7(_thisAdjusted, ___0_epsilon, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 20171
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectangleParams_ToNativeParams_m2918D7BE66764D854C9B3641B39AA4459E387999 (RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* __this, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___0_nativeRectParams, const RuntimeMethod* method)
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_0 = ___0_nativeRectParams;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = __this->___rect;
|
|
(&V_0)->___rect = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = __this->___subRect;
|
|
(&V_0)->___subRect = L_2;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = __this->___backgroundRepeatRect;
|
|
(&V_0)->___backgroundRepeatRect = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = __this->___uv;
|
|
(&V_0)->___uv = L_4;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = __this->___color;
|
|
(&V_0)->___color = L_5;
|
|
int32_t L_6 = __this->___scaleMode;
|
|
(&V_0)->___scaleMode = L_6;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = __this->___topLeftRadius;
|
|
(&V_0)->___topLeftRadius = L_7;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = __this->___topRightRadius;
|
|
(&V_0)->___topRightRadius = L_8;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = __this->___bottomRightRadius;
|
|
(&V_0)->___bottomRightRadius = L_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = __this->___bottomLeftRadius;
|
|
(&V_0)->___bottomLeftRadius = L_10;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = __this->___spriteGeomRect;
|
|
(&V_0)->___spriteGeomRect = L_11;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = __this->___contentSize;
|
|
(&V_0)->___contentSize = L_12;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = __this->___textureSize;
|
|
(&V_0)->___textureSize = L_13;
|
|
(&V_0)->___texturePixelsPerPoint = (1.0f);
|
|
int32_t L_14 = __this->___leftSlice;
|
|
(&V_0)->___leftSlice = L_14;
|
|
int32_t L_15 = __this->___topSlice;
|
|
(&V_0)->___topSlice = L_15;
|
|
int32_t L_16 = __this->___rightSlice;
|
|
(&V_0)->___rightSlice = L_16;
|
|
int32_t L_17 = __this->___bottomSlice;
|
|
(&V_0)->___bottomSlice = L_17;
|
|
float L_18 = __this->___sliceScale;
|
|
(&V_0)->___sliceScale = L_18;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19 = __this->___rectInset;
|
|
(&V_0)->___rectInset = L_19;
|
|
ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0* L_20 = (ColorPage_t7C2B8995DE8D27CED5E55F7BFE4E6C70C971FAE0*)(&__this->___colorPage);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_21;
|
|
L_21 = ColorPage_ToNativeColorPage_m898BC36273B9EC6F2B95F2BC4FCD7631C1D54C9C(L_20, NULL);
|
|
(&V_0)->___colorPage = L_21;
|
|
int32_t L_22 = __this->___meshFlags;
|
|
(&V_0)->___meshFlags = L_22;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F L_23 = V_0;
|
|
*(NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)L_0 = L_23;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RectangleParams_ToNativeParams_m2918D7BE66764D854C9B3641B39AA4459E387999_AdjustorThunk (RuntimeObject* __this, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___0_nativeRectParams, const RuntimeMethod* method)
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*>(__this + _offset);
|
|
RectangleParams_ToNativeParams_m2918D7BE66764D854C9B3641B39AA4459E387999(_thisAdjusted, ___0_nativeRectParams, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_pinvoke(const TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2& unmarshaled, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___isBorderJob = static_cast<int32_t>(unmarshaled.___isBorderJob);
|
|
marshaled.___rectParams = unmarshaled.___rectParams;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke(unmarshaled.___borderParams, marshaled.___borderParams);
|
|
marshaled.___node = unmarshaled.___node;
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_pinvoke_back(const TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_pinvoke& marshaled, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2& unmarshaled)
|
|
{
|
|
bool unmarshaledisBorderJob_temp_0 = false;
|
|
unmarshaledisBorderJob_temp_0 = static_cast<bool>(marshaled.___isBorderJob);
|
|
unmarshaled.___isBorderJob = unmarshaledisBorderJob_temp_0;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F unmarshaledrectParams_temp_1;
|
|
memset((&unmarshaledrectParams_temp_1), 0, sizeof(unmarshaledrectParams_temp_1));
|
|
unmarshaledrectParams_temp_1 = marshaled.___rectParams;
|
|
unmarshaled.___rectParams = unmarshaledrectParams_temp_1;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509 unmarshaledborderParams_temp_2;
|
|
memset((&unmarshaledborderParams_temp_2), 0, sizeof(unmarshaledborderParams_temp_2));
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_back(marshaled.___borderParams, unmarshaledborderParams_temp_2);
|
|
unmarshaled.___borderParams = unmarshaledborderParams_temp_2;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 unmarshalednode_temp_3;
|
|
memset((&unmarshalednode_temp_3), 0, sizeof(unmarshalednode_temp_3));
|
|
unmarshalednode_temp_3 = marshaled.___node;
|
|
unmarshaled.___node = unmarshalednode_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_pinvoke_cleanup(TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_pinvoke& marshaled)
|
|
{
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_pinvoke_cleanup(marshaled.___borderParams);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_com(const TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2& unmarshaled, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___isBorderJob = static_cast<int32_t>(unmarshaled.___isBorderJob);
|
|
marshaled.___rectParams = unmarshaled.___rectParams;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com(unmarshaled.___borderParams, marshaled.___borderParams);
|
|
marshaled.___node = unmarshaled.___node;
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_com_back(const TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_com& marshaled, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2& unmarshaled)
|
|
{
|
|
bool unmarshaledisBorderJob_temp_0 = false;
|
|
unmarshaledisBorderJob_temp_0 = static_cast<bool>(marshaled.___isBorderJob);
|
|
unmarshaled.___isBorderJob = unmarshaledisBorderJob_temp_0;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F unmarshaledrectParams_temp_1;
|
|
memset((&unmarshaledrectParams_temp_1), 0, sizeof(unmarshaledrectParams_temp_1));
|
|
unmarshaledrectParams_temp_1 = marshaled.___rectParams;
|
|
unmarshaled.___rectParams = unmarshaledrectParams_temp_1;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509 unmarshaledborderParams_temp_2;
|
|
memset((&unmarshaledborderParams_temp_2), 0, sizeof(unmarshaledborderParams_temp_2));
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_back(marshaled.___borderParams, unmarshaledborderParams_temp_2);
|
|
unmarshaled.___borderParams = unmarshaledborderParams_temp_2;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 unmarshalednode_temp_3;
|
|
memset((&unmarshalednode_temp_3), 0, sizeof(unmarshalednode_temp_3));
|
|
unmarshalednode_temp_3 = marshaled.___node;
|
|
unmarshaled.___node = unmarshalednode_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshal_com_cleanup(TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2_marshaled_com& marshaled)
|
|
{
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509_marshal_com_cleanup(marshaled.___borderParams);
|
|
}
|
|
#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
|
|
// Method Definition Index: 20172
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_Execute_m21A23823C24DF15C2EBEEBB6FA43E3172B03885E (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisSprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_m2D53D7E8C3665C6E6B0E96D315CE7B5D8DE300B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisTexture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_m629C2A65AC4E4A8D52BCE92C70CB5E7AE448F73D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisVectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_m5A9E769F30BD472872C263C6FE521BA3305E96F3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
{
|
|
NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0* L_0 = (NativeSlice_1_t72AA15A00D1B7CE9B7265E487D15133C9F091FD0*)(&__this->___jobParameters);
|
|
int32_t L_1 = ___0_i;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_2;
|
|
L_2 = NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548(L_0, L_1, NativeSlice_1_get_Item_mF961F8EE80F0FCC6C70C576CE1973E3DE6914548_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_3 = V_0;
|
|
bool L_4 = L_3.___isBorderJob;
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_6 = V_0;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_7 = L_6.___node;
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* L_8 = (BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509*)(&(&V_0)->___borderParams);
|
|
TessellationJob_DrawBorder_m5A4F1B151ECB9DA52BC10147070451A71470F642(__this, L_7, L_8, NULL);
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_9 = (NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F*)(&(&V_0)->___rectParams);
|
|
V_2 = L_9;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_10 = V_2;
|
|
intptr_t L_11 = L_10->___vectorImage;
|
|
bool L_12;
|
|
L_12 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_11, 0, NULL);
|
|
V_3 = L_12;
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_14 = V_0;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_15 = L_14.___node;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_16 = V_2;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_17 = V_2;
|
|
intptr_t L_18 = L_17->___vectorImage;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_19;
|
|
L_19 = TessellationJob_ExtractHandle_TisVectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_m5A9E769F30BD472872C263C6FE521BA3305E96F3(__this, L_18, TessellationJob_ExtractHandle_TisVectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC_m5A9E769F30BD472872C263C6FE521BA3305E96F3_RuntimeMethod_var);
|
|
TessellationJob_DrawVectorImage_m37FD585653D5C6289EEFC8918A6FE9350CAF3D17(__this, L_15, L_16, L_19, NULL);
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_20 = V_2;
|
|
intptr_t L_21 = L_20->___sprite;
|
|
bool L_22;
|
|
L_22 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_21, 0, NULL);
|
|
V_4 = L_22;
|
|
bool L_23 = V_4;
|
|
if (!L_23)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_24 = V_0;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_25 = L_24.___node;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_26 = V_2;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_27 = V_2;
|
|
intptr_t L_28 = L_27->___sprite;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_29;
|
|
L_29 = TessellationJob_ExtractHandle_TisSprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_m2D53D7E8C3665C6E6B0E96D315CE7B5D8DE300B2(__this, L_28, TessellationJob_ExtractHandle_TisSprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99_m2D53D7E8C3665C6E6B0E96D315CE7B5D8DE300B2_RuntimeMethod_var);
|
|
TessellationJob_DrawSprite_m623B77F2F4177511B03BAF326DDF001CB53AA27E(__this, L_25, L_26, L_29, NULL);
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_30 = V_0;
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 L_31 = L_30.___node;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_32 = V_2;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_33 = V_2;
|
|
intptr_t L_34 = L_33->___texture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35;
|
|
L_35 = TessellationJob_ExtractHandle_TisTexture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_m629C2A65AC4E4A8D52BCE92C70CB5E7AE448F73D(__this, L_34, TessellationJob_ExtractHandle_TisTexture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_m629C2A65AC4E4A8D52BCE92C70CB5E7AE448F73D_RuntimeMethod_var);
|
|
TessellationJob_DrawRectangle_mD5FA9A1BE0282115A504B9332B78859A4B5C4697(__this, L_31, L_32, L_35, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJob_Execute_m21A23823C24DF15C2EBEEBB6FA43E3172B03885E_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76*>(__this + _offset);
|
|
TessellationJob_Execute_m21A23823C24DF15C2EBEEBB6FA43E3172B03885E(_thisAdjusted, ___0_i, method);
|
|
}
|
|
// Method Definition Index: 20174
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawBorder_m5A4F1B151ECB9DA52BC10147070451A71470F642 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* ___1_borderParams, 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_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_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*)&UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeBorderParams_t40F3633B60F896E1FC11E7EA13E7DE1B723BC00A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* L_0 = ___1_borderParams;
|
|
BorderParams_ToNativeParams_m09D4C862CB5EF8BF6716FBEC67E0474AFC34B62E(L_0, (&V_0), NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_1;
|
|
L_1 = MeshBuilderNative_MakeBorder_mF13BCCB5AF445E463D3AE5EC88119384CE71D569((&V_0), NULL);
|
|
V_1 = L_1;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_2 = V_1;
|
|
int32_t L_3 = L_2.___vertexCount;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_4 = V_1;
|
|
int32_t L_5 = L_4.___indexCount;
|
|
G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_6 = (bool)G_B3_0;
|
|
bool L_6 = V_6;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_7 = V_1;
|
|
intptr_t L_8 = L_7.___vertices;
|
|
void* L_9;
|
|
L_9 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_8, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_10 = V_1;
|
|
int32_t L_11 = L_10.___vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_12;
|
|
L_12 = UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514(L_9, L_11, UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_13 = V_1;
|
|
intptr_t L_14 = L_13.___indices;
|
|
void* L_15;
|
|
L_15 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_14, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_16 = V_1;
|
|
int32_t L_17 = L_16.___indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_18;
|
|
L_18 = UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF(L_15, L_17, UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
V_3 = L_18;
|
|
int32_t L_19;
|
|
L_19 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_2), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20;
|
|
L_20 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_3), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
G_B8_0 = ((((int32_t)L_20) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
V_7 = (bool)G_B8_0;
|
|
bool L_21 = V_7;
|
|
if (!L_21)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_22 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_23;
|
|
L_23 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_2), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_24;
|
|
L_24 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_3), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_22, L_23, L_24, (&V_4), (&V_5), NULL);
|
|
int32_t L_25;
|
|
L_25 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_4), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_26;
|
|
L_26 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_2), 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_25) == ((int32_t)L_26))? 1 : 0), NULL);
|
|
int32_t L_27;
|
|
L_27 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_5), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_28;
|
|
L_28 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_3), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_27) == ((int32_t)L_28))? 1 : 0), NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_29 = V_2;
|
|
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582((&V_4), L_29, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_30 = V_3;
|
|
NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD((&V_5), L_30, NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_31 = V_4;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_32 = V_5;
|
|
UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline((&___0_node), L_31, L_32, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJob_DrawBorder_m5A4F1B151ECB9DA52BC10147070451A71470F642_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, BorderParams_tA3F0684BE19E681B68F40A773737978EB3FD1509* ___1_borderParams, const RuntimeMethod* method)
|
|
{
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76*>(__this + _offset);
|
|
TessellationJob_DrawBorder_m5A4F1B151ECB9DA52BC10147070451A71470F642(_thisAdjusted, ___0_node, ___1_borderParams, method);
|
|
}
|
|
// Method Definition Index: 20175
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawRectangle_mD5FA9A1BE0282115A504B9332B78859A4B5C4697 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_tex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_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*)&NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_RuntimeMethod_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_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_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Enumerator_tCBE8E11D5B4C1E8C02BA9D45CEDCE4F2E0219FAA V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
int32_t V_11 = 0;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
int32_t V_16 = 0;
|
|
uint16_t V_17 = 0;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
void* V_22 = NULL;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
bool V_25 = false;
|
|
bool V_26 = false;
|
|
bool V_27 = false;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F V_28;
|
|
memset((&V_28), 0, sizeof(V_28));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_29;
|
|
memset((&V_29), 0, sizeof(V_29));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_30;
|
|
memset((&V_30), 0, sizeof(V_30));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_31;
|
|
memset((&V_31), 0, sizeof(V_31));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
bool V_33 = false;
|
|
bool V_34 = false;
|
|
bool V_35 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B29_0 = 0;
|
|
int32_t G_B38_0 = 0;
|
|
int32_t G_B43_0 = 0;
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_0 = ___1_rectParams;
|
|
intptr_t L_1 = L_0->___backgroundRepeatInstanceList;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_1, 0, NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_032d;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_4 = ___1_rectParams;
|
|
intptr_t L_5 = L_4->___backgroundRepeatInstanceList;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_6;
|
|
L_6 = GCHandle_op_Explicit_mA5F28206637454AD677BE13DF86C6152190B6F0F(L_5, NULL);
|
|
V_1 = L_6;
|
|
RuntimeObject* L_7;
|
|
L_7 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline((&V_1), NULL);
|
|
V_2 = ((NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)IsInstClass((RuntimeObject*)L_7, NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var));
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_8 = ___1_rectParams;
|
|
int32_t L_9 = L_8->___backgroundRepeatInstanceListEndIndex;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_10 = ___1_rectParams;
|
|
int32_t L_11 = L_10->___backgroundRepeatInstanceListStartIndex;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_9, L_11));
|
|
int32_t L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_13;
|
|
L_13 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_14;
|
|
L_14 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)il2cpp_codegen_multiply(4, L_12)), L_13, NULL);
|
|
V_4 = L_14;
|
|
int32_t L_15 = V_3;
|
|
uint32_t L_16;
|
|
L_16 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
int32_t L_17;
|
|
L_17 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)il2cpp_codegen_multiply(6, L_15)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_16, 3)), NULL);
|
|
V_5 = L_17;
|
|
int32_t L_18 = V_4;
|
|
V_6 = L_18;
|
|
int32_t L_19 = V_5;
|
|
V_7 = L_19;
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_20 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_21 = V_6;
|
|
int32_t L_22 = V_7;
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_20, L_21, L_22, (&V_8), (&V_9), NULL);
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_23 = V_2;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_24 = ___1_rectParams;
|
|
int32_t L_25 = L_24->___backgroundRepeatInstanceListStartIndex;
|
|
Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE((&V_10), L_23, L_25, Enumerator__ctor_mBCFC46CCF4B202FF491A48CD2035CDFEF287F9FE_RuntimeMethod_var);
|
|
V_11 = 0;
|
|
goto IL_02c7;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
bool L_26;
|
|
L_26 = Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2((&V_10), Enumerator_HasNext_mB35E68943DF1BDC1E650DC04F3C9451F71180BD2_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_26, NULL);
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D L_27;
|
|
L_27 = Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113((&V_10), Enumerator_GetNext_m95A54111220701CA4A07617A504C4FC58FC4C113_RuntimeMethod_var);
|
|
V_13 = L_27;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_28 = ___1_rectParams;
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D L_29 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_30 = L_29.___rect;
|
|
L_28->___rect = L_30;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_31 = ___1_rectParams;
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D L_32 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_33 = L_32.___backgroundRepeatRect;
|
|
L_31->___backgroundRepeatRect = L_33;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_34 = ___1_rectParams;
|
|
BackgroundRepeatInstance_t2D7A8E1F6278188BE2026DF769C49A975D38B12D L_35 = V_13;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_36 = L_35.___uv;
|
|
L_34->___uv = L_36;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_37 = ___1_rectParams;
|
|
intptr_t L_38 = L_37->___texture;
|
|
bool L_39;
|
|
L_39 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_38, 0, NULL);
|
|
V_18 = L_39;
|
|
bool L_40 = V_18;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_41 = ___1_rectParams;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_42;
|
|
L_42 = MeshBuilderNative_MakeTexturedRect_m1718D96CEA44761CECB041486DDAC35E51CEEDE2(L_41, NULL);
|
|
V_12 = L_42;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_43 = ___1_rectParams;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_44;
|
|
L_44 = MeshBuilderNative_MakeSolidRect_mD3161CB9F6524F3AD9DB0EBE38B4D02B856FF1F3(L_43, NULL);
|
|
V_12 = L_44;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_45 = V_12;
|
|
int32_t L_46 = L_45.___vertexCount;
|
|
if (!L_46)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_47 = V_12;
|
|
int32_t L_48 = L_47.___indexCount;
|
|
G_B8_0 = ((((int32_t)L_48) == ((int32_t)0))? 1 : 0);
|
|
goto IL_010e;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
V_19 = (bool)G_B8_0;
|
|
bool L_49 = V_19;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02c1;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_50 = V_12;
|
|
intptr_t L_51 = L_50.___vertices;
|
|
void* L_52;
|
|
L_52 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_51, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_53 = V_12;
|
|
int32_t L_54 = L_53.___vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_55;
|
|
L_55 = UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514(L_52, L_54, UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
V_14 = L_55;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_56 = V_12;
|
|
intptr_t L_57 = L_56.___indices;
|
|
void* L_58;
|
|
L_58 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_57, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_59 = V_12;
|
|
int32_t L_60 = L_59.___indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_61;
|
|
L_61 = UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF(L_58, L_60, UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
V_15 = L_61;
|
|
int32_t L_62 = V_4;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_63 = V_12;
|
|
int32_t L_64 = L_63.___vertexCount;
|
|
if ((((int32_t)L_62) < ((int32_t)L_64)))
|
|
{
|
|
goto IL_0167;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_65 = V_5;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_66 = V_12;
|
|
int32_t L_67 = L_66.___indexCount;
|
|
G_B13_0 = ((((int32_t)L_65) < ((int32_t)L_67))? 1 : 0);
|
|
goto IL_0168;
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
G_B13_0 = 1;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
V_20 = (bool)G_B13_0;
|
|
bool L_68 = V_20;
|
|
if (!L_68)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69;
|
|
L_69 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_8), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_70 = V_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_69, L_70))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71;
|
|
L_71 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_9), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_72 = V_5;
|
|
G_B17_0 = ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_71, L_72))) > ((int32_t)0))? 1 : 0);
|
|
goto IL_018f;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
G_B17_0 = 0;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
V_21 = (bool)G_B17_0;
|
|
bool L_73 = V_21;
|
|
if (!L_73)
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_74 = V_8;
|
|
int32_t L_75;
|
|
L_75 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_8), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_76 = V_4;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_77;
|
|
L_77 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_74, 0, ((int32_t)il2cpp_codegen_subtract(L_75, L_76)), NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_78 = V_9;
|
|
int32_t L_79;
|
|
L_79 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_9), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_80 = V_5;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_81;
|
|
L_81 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_78, 0, ((int32_t)il2cpp_codegen_subtract(L_79, L_80)), NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_82 = ___2_tex;
|
|
UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline((&___0_node), L_77, L_81, L_82, NULL);
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_83 = V_12;
|
|
int32_t L_84 = L_83.___vertexCount;
|
|
int32_t L_85 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_86;
|
|
L_86 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_84, L_85, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
uint32_t L_87;
|
|
L_87 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
int32_t L_88;
|
|
L_88 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)il2cpp_codegen_multiply(L_86, 2)), L_87, NULL);
|
|
V_6 = L_88;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_89 = V_12;
|
|
int32_t L_90 = L_89.___indexCount;
|
|
int32_t L_91 = V_7;
|
|
int32_t L_92;
|
|
L_92 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_90, L_91, NULL);
|
|
uint32_t L_93;
|
|
L_93 = UIRenderDevice_get_maxVerticesPerPage_mAEF2D856352CFBCDBF341E76DC05FC15D86EE66F(NULL);
|
|
int32_t L_94;
|
|
L_94 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)il2cpp_codegen_multiply(L_92, 2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_93, 3)), NULL);
|
|
V_7 = L_94;
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_95 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_96 = V_6;
|
|
int32_t L_97 = V_7;
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_95, L_96, L_97, (&V_8), (&V_9), NULL);
|
|
int32_t L_98 = V_6;
|
|
V_4 = L_98;
|
|
int32_t L_99 = V_7;
|
|
V_5 = L_99;
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
int32_t L_100;
|
|
L_100 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_8), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_101 = V_4;
|
|
V_16 = ((int32_t)il2cpp_codegen_subtract(L_100, L_101));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_102 = V_8;
|
|
void* L_103;
|
|
L_103 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_102, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
int32_t L_104 = V_16;
|
|
uint32_t L_105 = sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7);
|
|
V_22 = ((void*)il2cpp_codegen_add((intptr_t)L_103, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_104), (int32_t)L_105))));
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_106 = V_12;
|
|
int32_t L_107 = L_106.___vertexCount;
|
|
uint32_t L_108 = sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7);
|
|
V_23 = ((int32_t)il2cpp_codegen_multiply(L_107, (int32_t)L_108));
|
|
void* L_109 = V_22;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_110 = V_14;
|
|
void* L_111;
|
|
L_111 = NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C(L_110, NativeSliceUnsafeUtility_GetUnsafePtr_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m46659EC4AFC5B6616D666FC149A4290A40382A8C_RuntimeMethod_var);
|
|
int32_t L_112 = V_23;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_109, L_111, ((int64_t)L_112), NULL);
|
|
int32_t L_113 = V_16;
|
|
V_17 = (uint16_t)((int32_t)(uint16_t)L_113);
|
|
int32_t L_114;
|
|
L_114 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_9), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_115 = V_5;
|
|
V_16 = ((int32_t)il2cpp_codegen_subtract(L_114, L_115));
|
|
V_24 = 0;
|
|
goto IL_0297;
|
|
}
|
|
|
|
IL_0275:
|
|
{
|
|
int32_t L_116 = V_16;
|
|
int32_t L_117 = V_24;
|
|
int32_t L_118 = V_24;
|
|
uint16_t L_119;
|
|
L_119 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&V_15), L_118, NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
|
|
uint16_t L_120 = V_17;
|
|
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&V_9), ((int32_t)il2cpp_codegen_add(L_116, L_117)), (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)L_120))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
|
|
int32_t L_121 = V_24;
|
|
V_24 = ((int32_t)il2cpp_codegen_add(L_121, 1));
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
int32_t L_122 = V_24;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_123 = V_12;
|
|
int32_t L_124 = L_123.___indexCount;
|
|
V_25 = (bool)((((int32_t)L_122) < ((int32_t)L_124))? 1 : 0);
|
|
bool L_125 = V_25;
|
|
if (L_125)
|
|
{
|
|
goto IL_0275;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_126 = V_4;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_127 = V_12;
|
|
int32_t L_128 = L_127.___vertexCount;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_126, L_128));
|
|
int32_t L_129 = V_5;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_130 = V_12;
|
|
int32_t L_131 = L_130.___indexCount;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_129, L_131));
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
int32_t L_132 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_132, 1));
|
|
}
|
|
|
|
IL_02c7:
|
|
{
|
|
int32_t L_133 = V_11;
|
|
int32_t L_134 = V_3;
|
|
V_26 = (bool)((((int32_t)L_133) < ((int32_t)L_134))? 1 : 0);
|
|
bool L_135 = V_26;
|
|
if (L_135)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_136;
|
|
L_136 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_8), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_137 = V_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_136, L_137))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_02f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_138;
|
|
L_138 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_9), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_139 = V_5;
|
|
G_B29_0 = ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_138, L_139))) > ((int32_t)0))? 1 : 0);
|
|
goto IL_02f2;
|
|
}
|
|
|
|
IL_02f1:
|
|
{
|
|
G_B29_0 = 0;
|
|
}
|
|
|
|
IL_02f2:
|
|
{
|
|
V_27 = (bool)G_B29_0;
|
|
bool L_140 = V_27;
|
|
if (!L_140)
|
|
{
|
|
goto IL_0327;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_141 = V_8;
|
|
int32_t L_142;
|
|
L_142 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_8), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_143 = V_4;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_144;
|
|
L_144 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8(L_141, 0, ((int32_t)il2cpp_codegen_subtract(L_142, L_143)), NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_mC340C2ABEA2EC5CF29A25C4305EBA75B0A7A6EA8_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_145 = V_9;
|
|
int32_t L_146;
|
|
L_146 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_9), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_147 = V_5;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_148;
|
|
L_148 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0(L_145, 0, ((int32_t)il2cpp_codegen_subtract(L_146, L_147)), NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_m8C003428C63E7D5CEFE423856A5C7DBAB9C048F0_RuntimeMethod_var);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_149 = ___2_tex;
|
|
UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline((&___0_node), L_144, L_148, L_149, NULL);
|
|
}
|
|
|
|
IL_0327:
|
|
{
|
|
goto IL_0437;
|
|
}
|
|
|
|
IL_032d:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_150 = ___1_rectParams;
|
|
intptr_t L_151 = L_150->___texture;
|
|
bool L_152;
|
|
L_152 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_151, 0, NULL);
|
|
V_33 = L_152;
|
|
bool L_153 = V_33;
|
|
if (!L_153)
|
|
{
|
|
goto IL_034e;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_154 = ___1_rectParams;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_155;
|
|
L_155 = MeshBuilderNative_MakeTexturedRect_m1718D96CEA44761CECB041486DDAC35E51CEEDE2(L_154, NULL);
|
|
V_28 = L_155;
|
|
goto IL_0356;
|
|
}
|
|
|
|
IL_034e:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_156 = ___1_rectParams;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_157;
|
|
L_157 = MeshBuilderNative_MakeSolidRect_mD3161CB9F6524F3AD9DB0EBE38B4D02B856FF1F3(L_156, NULL);
|
|
V_28 = L_157;
|
|
}
|
|
|
|
IL_0356:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_158 = V_28;
|
|
int32_t L_159 = L_158.___vertexCount;
|
|
if (!L_159)
|
|
{
|
|
goto IL_036b;
|
|
}
|
|
}
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_160 = V_28;
|
|
int32_t L_161 = L_160.___indexCount;
|
|
G_B38_0 = ((((int32_t)L_161) == ((int32_t)0))? 1 : 0);
|
|
goto IL_036c;
|
|
}
|
|
|
|
IL_036b:
|
|
{
|
|
G_B38_0 = 1;
|
|
}
|
|
|
|
IL_036c:
|
|
{
|
|
V_34 = (bool)G_B38_0;
|
|
bool L_162 = V_34;
|
|
if (!L_162)
|
|
{
|
|
goto IL_0377;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0437;
|
|
}
|
|
|
|
IL_0377:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_163 = V_28;
|
|
intptr_t L_164 = L_163.___vertices;
|
|
void* L_165;
|
|
L_165 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_164, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_166 = V_28;
|
|
int32_t L_167 = L_166.___vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_168;
|
|
L_168 = UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514(L_165, L_167, UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
V_29 = L_168;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_169 = V_28;
|
|
intptr_t L_170 = L_169.___indices;
|
|
void* L_171;
|
|
L_171 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_170, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_172 = V_28;
|
|
int32_t L_173 = L_172.___indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_174;
|
|
L_174 = UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF(L_171, L_173, UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
V_30 = L_174;
|
|
int32_t L_175;
|
|
L_175 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_29), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
if (!L_175)
|
|
{
|
|
goto IL_03c2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_176;
|
|
L_176 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_30), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
G_B43_0 = ((((int32_t)L_176) == ((int32_t)0))? 1 : 0);
|
|
goto IL_03c3;
|
|
}
|
|
|
|
IL_03c2:
|
|
{
|
|
G_B43_0 = 1;
|
|
}
|
|
|
|
IL_03c3:
|
|
{
|
|
V_35 = (bool)G_B43_0;
|
|
bool L_177 = V_35;
|
|
if (!L_177)
|
|
{
|
|
goto IL_03cb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0437;
|
|
}
|
|
|
|
IL_03cb:
|
|
{
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_178 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_179;
|
|
L_179 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_29), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_180;
|
|
L_180 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_30), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_178, L_179, L_180, (&V_31), (&V_32), NULL);
|
|
int32_t L_181;
|
|
L_181 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_31), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_182;
|
|
L_182 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_29), 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_181) == ((int32_t)L_182))? 1 : 0), NULL);
|
|
int32_t L_183;
|
|
L_183 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_32), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_184;
|
|
L_184 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_30), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_183) == ((int32_t)L_184))? 1 : 0), NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_185 = V_29;
|
|
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582((&V_31), L_185, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_186 = V_30;
|
|
NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD((&V_32), L_186, NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_RuntimeMethod_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_187 = V_31;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_188 = V_32;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_189 = ___2_tex;
|
|
UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline((&___0_node), L_187, L_188, L_189, NULL);
|
|
}
|
|
|
|
IL_0437:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJob_DrawRectangle_mD5FA9A1BE0282115A504B9332B78859A4B5C4697_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_tex, const RuntimeMethod* method)
|
|
{
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76*>(__this + _offset);
|
|
TessellationJob_DrawRectangle_mD5FA9A1BE0282115A504B9332B78859A4B5C4697(_thisAdjusted, ___0_node, ___1_rectParams, ___2_tex, method);
|
|
}
|
|
// Method Definition Index: 20176
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawSprite_m623B77F2F4177511B03BAF326DDF001CB53AA27E (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_sprite, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mC6DC2B787FC45EC7120FA44B9F05FEE4A19F804D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisUInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_mF3E0B43DFD948E6CC0A5F3D6EC7470EC1185B06C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_1 = NULL;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* V_2 = NULL;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
int32_t V_16 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
bool V_19 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B9_1 = 0;
|
|
int32_t G_B9_2 = 0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B9_3 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B8_1 = 0;
|
|
int32_t G_B8_2 = 0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B8_3 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B10_1 = 0;
|
|
int32_t G_B10_2 = 0;
|
|
int32_t G_B10_3 = 0;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* G_B10_4 = NULL;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B15_0 = NULL;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A G_B15_1;
|
|
memset((&G_B15_1), 0, sizeof(G_B15_1));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 G_B15_2;
|
|
memset((&G_B15_2), 0, sizeof(G_B15_2));
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* G_B15_3 = NULL;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B14_0 = NULL;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A G_B14_1;
|
|
memset((&G_B14_1), 0, sizeof(G_B14_1));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 G_B14_2;
|
|
memset((&G_B14_2), 0, sizeof(G_B14_2));
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* G_B14_3 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B16_1 = NULL;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A G_B16_2;
|
|
memset((&G_B16_2), 0, sizeof(G_B16_2));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 G_B16_3;
|
|
memset((&G_B16_3), 0, sizeof(G_B16_3));
|
|
UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* G_B16_4 = NULL;
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_0 = ___1_rectParams;
|
|
intptr_t L_1 = L_0->___spriteTexture;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_1, 0, NULL);
|
|
V_14 = L_2;
|
|
bool L_3 = V_14;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_4 = ___1_rectParams;
|
|
intptr_t L_5 = L_4->___spriteTexture;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6;
|
|
L_6 = TessellationJob_ExtractHandle_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mC6DC2B787FC45EC7120FA44B9F05FEE4A19F804D(__this, L_5, TessellationJob_ExtractHandle_TisTexture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_mC6DC2B787FC45EC7120FA44B9F05FEE4A19F804D_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_7 = ___1_rectParams;
|
|
intptr_t L_8 = L_7->___spriteVertices;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_9;
|
|
L_9 = TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627(__this, L_8, TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627_RuntimeMethod_var);
|
|
V_1 = L_9;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_10 = ___1_rectParams;
|
|
intptr_t L_11 = L_10->___spriteUVs;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_12;
|
|
L_12 = TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627(__this, L_11, TessellationJob_ExtractHandle_TisVector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA_mAC4999705A2B8E063F12677668A74FE299421627_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_13 = ___1_rectParams;
|
|
intptr_t L_14 = L_13->___spriteTriangles;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_15;
|
|
L_15 = TessellationJob_ExtractHandle_TisUInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_mF3E0B43DFD948E6CC0A5F3D6EC7470EC1185B06C(__this, L_14, TessellationJob_ExtractHandle_TisUInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_mF3E0B43DFD948E6CC0A5F3D6EC7470EC1185B06C_RuntimeMethod_var);
|
|
V_3 = L_15;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_16 = V_3;
|
|
if (L_16)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
G_B5_0 = ((((int32_t)(((RuntimeArray*)L_17)->max_length)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
V_15 = (bool)G_B5_0;
|
|
bool L_18 = V_15;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
V_4 = ((int32_t)(((RuntimeArray*)L_19)->max_length));
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_20 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_21 = V_4;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_22 = V_3;
|
|
NullCheck(L_22);
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_20, L_21, ((int32_t)(((RuntimeArray*)L_22)->max_length)), (&V_5), (&V_6), NULL);
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_23 = V_1;
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_24 = V_3;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_25 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25_il2cpp_TypeInfo_var);
|
|
MeshGenerator_AdjustSpriteWinding_m59048D2C2126AB5C92B5E14B6BD9EB71E38E880D(L_23, L_24, L_25, NULL);
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_26 = ___1_rectParams;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_27 = L_26->___colorPage;
|
|
V_7 = L_27;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_28 = V_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_29 = L_28.___pageAndID;
|
|
V_8 = L_29;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_30 = V_7;
|
|
int32_t L_31 = L_30.___isValid;
|
|
if (L_31)
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = 0;
|
|
G_B9_2 = 0;
|
|
G_B9_3 = (&V_9);
|
|
goto IL_00ac;
|
|
}
|
|
G_B8_0 = 0;
|
|
G_B8_1 = 0;
|
|
G_B8_2 = 0;
|
|
G_B8_3 = (&V_9);
|
|
}
|
|
{
|
|
G_B10_0 = 0;
|
|
G_B10_1 = G_B8_0;
|
|
G_B10_2 = G_B8_1;
|
|
G_B10_3 = G_B8_2;
|
|
G_B10_4 = G_B8_3;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
G_B10_0 = 1;
|
|
G_B10_1 = G_B9_0;
|
|
G_B10_2 = G_B9_1;
|
|
G_B10_3 = G_B9_2;
|
|
G_B10_4 = G_B9_3;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline(G_B10_4, (uint8_t)G_B10_3, (uint8_t)G_B10_2, (uint8_t)G_B10_1, (uint8_t)G_B10_0, NULL);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_32 = V_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_33 = L_32.___pageAndID;
|
|
uint8_t L_34 = L_33.___r;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_35 = V_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_36 = L_35.___pageAndID;
|
|
uint8_t L_37 = L_36.___g;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_10), (uint8_t)0, (uint8_t)0, L_34, L_37, NULL);
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_38 = V_7;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_39 = L_38.___pageAndID;
|
|
uint8_t L_40 = L_39.___b;
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&V_11), (uint8_t)0, (uint8_t)0, (uint8_t)0, L_40, NULL);
|
|
V_16 = 0;
|
|
goto IL_01d6;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_41 = V_1;
|
|
int32_t L_42 = V_16;
|
|
NullCheck(L_41);
|
|
int32_t L_43 = L_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
V_17 = L_44;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45 = V_17;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_46 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_47 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_46->___spriteGeomRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48;
|
|
L_48 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_47, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_49;
|
|
L_49 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_45, L_48, NULL);
|
|
V_17 = L_49;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_17;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_51 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_52 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_51->___spriteGeomRect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_53;
|
|
L_53 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_52, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_54;
|
|
L_54 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_50, L_53, NULL);
|
|
V_17 = L_54;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55 = V_17;
|
|
float L_56 = L_55.___y;
|
|
(&V_17)->___y = ((float)il2cpp_codegen_subtract((1.0f), L_56));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = V_17;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_58 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_59 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_58->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_60;
|
|
L_60 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_59, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_61;
|
|
L_61 = Vector2_op_Multiply_m6FFFFF6A9E069A4FBCA7E098D88AE39C2B80D442_inline(L_57, L_60, NULL);
|
|
V_17 = L_61;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62 = V_17;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_63 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_64 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_63->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_65;
|
|
L_65 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_64, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
|
|
L_66 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_62, L_65, NULL);
|
|
V_17 = L_66;
|
|
int32_t L_67 = V_16;
|
|
il2cpp_codegen_initobj((&V_18), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_68 = V_17;
|
|
float L_69 = L_68.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_70 = V_17;
|
|
float L_71 = L_70.___y;
|
|
float L_72 = ((Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_StaticFields*)il2cpp_codegen_static_fields_for(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_il2cpp_TypeInfo_var))->___nearZ;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_73;
|
|
memset((&L_73), 0, sizeof(L_73));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_73), L_69, L_71, L_72, NULL);
|
|
(&V_18)->___position = L_73;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_74 = ___1_rectParams;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_75 = L_74->___color;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_76;
|
|
L_76 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_75, NULL);
|
|
(&V_18)->___tint = L_76;
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_77 = V_2;
|
|
int32_t L_78 = V_16;
|
|
NullCheck(L_77);
|
|
int32_t L_79 = L_78;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
(&V_18)->___uv = L_80;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_81 = V_9;
|
|
(&V_18)->___flags = L_81;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_82 = V_10;
|
|
(&V_18)->___opacityColorPages = L_82;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_83 = V_11;
|
|
(&V_18)->___ids = L_83;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_84 = V_18;
|
|
NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D((&V_5), L_67, L_84, NativeSlice_1_set_Item_mA399DFB2E256B56A7CFF60590B546F63F036C29D_RuntimeMethod_var);
|
|
int32_t L_85 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_85, 1));
|
|
}
|
|
|
|
IL_01d6:
|
|
{
|
|
int32_t L_86 = V_16;
|
|
int32_t L_87 = V_4;
|
|
V_19 = (bool)((((int32_t)L_86) < ((int32_t)L_87))? 1 : 0);
|
|
bool L_88 = V_19;
|
|
if (L_88)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_89 = ___1_rectParams;
|
|
int32_t L_90 = L_89->___meshFlags;
|
|
V_12 = L_90;
|
|
int32_t L_91 = V_12;
|
|
V_13 = (bool)((((int32_t)L_91) == ((int32_t)2))? 1 : 0);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_92 = V_5;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_93 = V_6;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_94 = V_0;
|
|
bool L_95 = V_13;
|
|
if (L_95)
|
|
{
|
|
G_B15_0 = L_94;
|
|
G_B15_1 = L_93;
|
|
G_B15_2 = L_92;
|
|
G_B15_3 = (&___0_node);
|
|
goto IL_0202;
|
|
}
|
|
G_B14_0 = L_94;
|
|
G_B14_1 = L_93;
|
|
G_B14_2 = L_92;
|
|
G_B14_3 = (&___0_node);
|
|
}
|
|
{
|
|
G_B16_0 = 0;
|
|
G_B16_1 = G_B14_0;
|
|
G_B16_2 = G_B14_1;
|
|
G_B16_3 = G_B14_2;
|
|
G_B16_4 = G_B14_3;
|
|
goto IL_0203;
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
G_B16_0 = 1;
|
|
G_B16_1 = G_B15_0;
|
|
G_B16_2 = G_B15_1;
|
|
G_B16_3 = G_B15_2;
|
|
G_B16_4 = G_B15_3;
|
|
}
|
|
|
|
IL_0203:
|
|
{
|
|
UnsafeMeshGenerationNode_DrawMeshInternal_m17EB0B9B5B465A6AB6C3B5766D292DD4672ED0BA_inline(G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, NULL);
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJob_DrawSprite_m623B77F2F4177511B03BAF326DDF001CB53AA27E_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_sprite, const RuntimeMethod* method)
|
|
{
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76*>(__this + _offset);
|
|
TessellationJob_DrawSprite_m623B77F2F4177511B03BAF326DDF001CB53AA27E(_thisAdjusted, ___0_node, ___1_rectParams, ___2_sprite, method);
|
|
}
|
|
// Method Definition Index: 20177
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TessellationJob_DrawVectorImage_m37FD585653D5C6289EEFC8918A6FE9350CAF3D17 (TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_vi, 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_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_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*)&UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* V_2 = NULL;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_0 = ___1_rectParams;
|
|
int32_t L_1 = L_0->___meshFlags;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)(L_1&4))) <= ((uint32_t)0)))? 1 : 0);
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_2 = ___2_vi;
|
|
NullCheck(L_2);
|
|
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* L_3 = L_2->___vertices;
|
|
NullCheck(L_3);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
int32_t L_4 = V_1;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_5 = (VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185*)(VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185*)SZArrayNew(VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
|
V_2 = L_5;
|
|
V_8 = 0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___2_vi;
|
|
NullCheck(L_6);
|
|
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* L_7 = L_6->___vertices;
|
|
int32_t L_8 = V_8;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_9 = L_10;
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_11 = V_2;
|
|
int32_t L_12 = V_8;
|
|
il2cpp_codegen_initobj((&V_10), sizeof(Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7));
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_13 = V_9;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = L_13.___position;
|
|
(&V_10)->___position = L_14;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_15 = V_9;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16 = L_15.___tint;
|
|
(&V_10)->___tint = L_16;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_17 = V_9;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = L_17.___uv;
|
|
(&V_10)->___uv = L_18;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_19 = V_9;
|
|
uint32_t L_20 = L_19.___settingIndex;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_21 = V_9;
|
|
uint32_t L_22 = L_21.___settingIndex;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_23), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_20>>8))), (uint8_t)((int32_t)(uint8_t)L_22), (uint8_t)0, (uint8_t)0, NULL);
|
|
(&V_10)->___settingIndex = L_23;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_24 = V_9;
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_25 = L_24.___flags;
|
|
(&V_10)->___flags = L_25;
|
|
VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 L_26 = V_9;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = L_26.___circle;
|
|
(&V_10)->___circle = L_27;
|
|
Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7 L_28 = V_10;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Vertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7)L_28);
|
|
int32_t L_29 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
int32_t L_30 = V_8;
|
|
int32_t L_31 = V_1;
|
|
V_11 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_11;
|
|
if (L_32)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_33 = ___1_rectParams;
|
|
int32_t L_34 = L_33->___leftSlice;
|
|
if ((!(((float)((float)L_34)) <= ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_35 = ___1_rectParams;
|
|
int32_t L_36 = L_35->___topSlice;
|
|
if ((!(((float)((float)L_36)) <= ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_37 = ___1_rectParams;
|
|
int32_t L_38 = L_37->___rightSlice;
|
|
if ((!(((float)((float)L_38)) <= ((float)(1.0E-30f)))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_39 = ___1_rectParams;
|
|
int32_t L_40 = L_39->___bottomSlice;
|
|
G_B8_0 = ((((int32_t)((!(((float)((float)L_40)) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
V_12 = (bool)G_B8_0;
|
|
bool L_41 = V_12;
|
|
if (!L_41)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_42 = V_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_43 = ___2_vi;
|
|
NullCheck(L_43);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_44 = L_43->___indices;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_45 = ___2_vi;
|
|
NullCheck(L_45);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_46 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_45->___size);
|
|
float L_47 = L_46->___x;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_48 = ___2_vi;
|
|
NullCheck(L_48);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_49 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_48->___size);
|
|
float L_50 = L_49->___y;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_51 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_52 = L_51->___rect;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_53 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_54 = L_53->___uv;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_55 = ___1_rectParams;
|
|
int32_t L_56 = L_55->___scaleMode;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_57 = ___1_rectParams;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_58 = L_57->___color;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_59 = ___1_rectParams;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_60 = L_59->___colorPage;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_61;
|
|
L_61 = MeshBuilderNative_MakeVectorGraphicsStretchBackground_m66D4A10C2B437222ABAEEAE92CB1CD26787F78BF(L_42, L_44, L_47, L_50, L_52, L_54, L_56, L_58, L_60, NULL);
|
|
V_3 = L_61;
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_62 = ___1_rectParams;
|
|
int32_t L_63 = L_62->___leftSlice;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_64 = ___1_rectParams;
|
|
int32_t L_65 = L_64->___topSlice;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_66 = ___1_rectParams;
|
|
int32_t L_67 = L_66->___rightSlice;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_68 = ___1_rectParams;
|
|
int32_t L_69 = L_68->___bottomSlice;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_13), ((float)L_63), ((float)L_65), ((float)L_67), ((float)L_69), NULL);
|
|
VertexU5BU5D_t2C3F4FF6AFD6D7E9DD7E1D69446FD8E8FC033185* L_70 = V_2;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_71 = ___2_vi;
|
|
NullCheck(L_71);
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_72 = L_71->___indices;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_73 = ___2_vi;
|
|
NullCheck(L_73);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_74 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_73->___size);
|
|
float L_75 = L_74->___x;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_76 = ___2_vi;
|
|
NullCheck(L_76);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_77 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_76->___size);
|
|
float L_78 = L_77->___y;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_79 = ___1_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_80 = L_79->___rect;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_81 = V_13;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_82 = ___1_rectParams;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_83 = L_82->___color;
|
|
NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* L_84 = ___1_rectParams;
|
|
NativeColorPage_tD578D4E96ABBDBB0E6A608F6CE97A0362ABD7D4B L_85 = L_84->___colorPage;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_86;
|
|
L_86 = MeshBuilderNative_MakeVectorGraphics9SliceBackground_m5B782066B91DE41009F3ED1F4004E166D65CD61E(L_70, L_72, L_75, L_78, L_80, L_81, L_83, L_85, NULL);
|
|
V_3 = L_86;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_87 = V_3;
|
|
intptr_t L_88 = L_87.___vertices;
|
|
void* L_89;
|
|
L_89 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_88, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_90 = V_3;
|
|
int32_t L_91 = L_90.___vertexCount;
|
|
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_92;
|
|
L_92 = UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514(L_89, L_91, UIRenderDevice_PtrToSlice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m23E40091996E02D3884E4257366E90B30C467514_RuntimeMethod_var);
|
|
V_4 = L_92;
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_93 = V_3;
|
|
intptr_t L_94 = L_93.___indices;
|
|
void* L_95;
|
|
L_95 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_94, NULL);
|
|
MeshWriteDataInterface_t4B491D82F64E6765793116BF09FE1DF58C42F61F L_96 = V_3;
|
|
int32_t L_97 = L_96.___indexCount;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_98;
|
|
L_98 = UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF(L_95, L_97, UIRenderDevice_PtrToSlice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mAC43C49B1009CE15BF4C82AEA2948CCC53EF2AFF_RuntimeMethod_var);
|
|
V_5 = L_98;
|
|
int32_t L_99;
|
|
L_99 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_4), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
if (!L_99)
|
|
{
|
|
goto IL_01ee;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_100;
|
|
L_100 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_5), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
G_B14_0 = ((((int32_t)L_100) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01ef;
|
|
}
|
|
|
|
IL_01ee:
|
|
{
|
|
G_B14_0 = 1;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
V_14 = (bool)G_B14_0;
|
|
bool L_101 = V_14;
|
|
if (!L_101)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_027b;
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C* L_102 = (TempMeshAllocator_tD37C436C57799A8137298056D60932C14639361C*)(&__this->___allocator);
|
|
int32_t L_103;
|
|
L_103 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_4), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_104;
|
|
L_104 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_5), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
TempMeshAllocator_AllocateTempMesh_mEA1967FA37C7198D7414E2C32E896DD1C897176E(L_102, L_103, L_104, (&V_6), (&V_7), NULL);
|
|
int32_t L_105;
|
|
L_105 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_6), NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2_RuntimeMethod_var);
|
|
int32_t L_106;
|
|
L_106 = NativeSlice_1_get_Length_m1D81D3247A86590A8FAE91D1E30F47BA2E3037C2((&V_4), 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_105) == ((int32_t)L_106))? 1 : 0), NULL);
|
|
int32_t L_107;
|
|
L_107 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_7), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
int32_t L_108;
|
|
L_108 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_5), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_107) == ((int32_t)L_108))? 1 : 0), NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_109 = V_4;
|
|
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582((&V_6), L_109, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_110 = V_5;
|
|
NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD((&V_7), L_110, NativeSlice_1_CopyFrom_mF3A13E40376523878EAFE6A3BA227AE443AADBCD_RuntimeMethod_var);
|
|
bool L_111 = V_0;
|
|
V_15 = L_111;
|
|
bool L_112 = V_15;
|
|
if (!L_112)
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
}
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_113 = V_6;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_114 = V_7;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_115 = ___2_vi;
|
|
UnsafeMeshGenerationNode_DrawGradientsInternal_mC40438C6EDA9C1A0EB8B6EEAECE03C27139A6EB2_inline((&___0_node), L_113, L_114, L_115, NULL);
|
|
goto IL_027b;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_116 = V_6;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_117 = V_7;
|
|
UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline((&___0_node), L_116, L_117, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
|
|
}
|
|
|
|
IL_027b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TessellationJob_DrawVectorImage_m37FD585653D5C6289EEFC8918A6FE9350CAF3D17_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2 ___0_node, NativeRectParams_t18E2E456D50F027D08BF8B4BCBD83DF7FDB1C02F* ___1_rectParams, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_vi, const RuntimeMethod* method)
|
|
{
|
|
TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TessellationJob_t6752B373FBA1C29E9EFF3B0E46A67057B5684B76*>(__this + _offset);
|
|
TessellationJob_DrawVectorImage_m37FD585653D5C6289EEFC8918A6FE9350CAF3D17(_thisAdjusted, ___0_node, ___1_rectParams, ___2_vi, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// Method Definition Index: 19957
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19975
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 19976
|
|
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 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37724
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36435
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___m_XMin = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___m_YMin = L_1;
|
|
float L_2 = ___2_width;
|
|
__this->___m_Width = L_2;
|
|
float L_3 = ___3_height;
|
|
__this->___m_Height = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36491
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RectInt_Overlaps_m9E82E1C8BFDA3297221E5FDC8B8773AD3F50C4EE_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B_inline((&___0_other), NULL);
|
|
int32_t L_1;
|
|
L_1 = RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0_inline(__this, NULL);
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2;
|
|
L_2 = RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0_inline((&___0_other), NULL);
|
|
int32_t L_3;
|
|
L_3 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B_inline(__this, NULL);
|
|
if ((((int32_t)L_2) <= ((int32_t)L_3)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B_inline((&___0_other), NULL);
|
|
int32_t L_5;
|
|
L_5 = RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44_inline(__this, NULL);
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6;
|
|
L_6 = RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44_inline((&___0_other), NULL);
|
|
int32_t L_7;
|
|
L_7 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B_inline(__this, NULL);
|
|
G_B5_0 = ((((int32_t)L_6) > ((int32_t)L_7))? 1 : 0);
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 35717
|
|
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;
|
|
ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35718
|
|
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;
|
|
ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 601
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 36440
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_XMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36441
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_XMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36442
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_YMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36443
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_YMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36461
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_Width;
|
|
float L_1 = __this->___m_XMin;
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
float L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 36462
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = __this->___m_XMin;
|
|
__this->___m_Width = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36463
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_Height;
|
|
float L_1 = __this->___m_YMin;
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, L_1));
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
float L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 36464
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = __this->___m_YMin;
|
|
__this->___m_Height = ((float)il2cpp_codegen_subtract(L_0, L_1));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36483
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Height;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36489
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_xMin, int32_t ___1_yMin, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_xMin;
|
|
__this->___m_XMin = L_0;
|
|
int32_t L_1 = ___1_yMin;
|
|
__this->___m_YMin = L_1;
|
|
int32_t L_2 = ___2_width;
|
|
__this->___m_Width = L_2;
|
|
int32_t L_3 = ___3_height;
|
|
__this->___m_Height = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37848
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 36478
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_XMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36480
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_YMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36451
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_Width;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36482
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_width_mCD96AA9D096114147F8411A340CE4AD3476DCD4C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Width = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36453
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_Height;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36484
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Height = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35715
|
|
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 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15205
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UIRUtility_GetThreadIndex_m1079EE74D7D8108D57CBF42D7AD36CB7707A11C2_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_0 = ((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___s_ThreadIndex;
|
|
V_0 = L_0;
|
|
bool L_1;
|
|
L_1 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
|
|
V_2 = L_1;
|
|
bool L_2 = V_2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3;
|
|
L_3 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_0), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
|
|
V_3 = L_3;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4;
|
|
L_4 = JobsUtility_get_ThreadIndex_m39774EEE2F8D257787DD3217CBABD0DCD6E9703E(NULL);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_1;
|
|
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_6), L_5, Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
|
|
((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___s_ThreadIndex = L_6;
|
|
int32_t L_7 = V_1;
|
|
V_3 = L_7;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 20018
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryPreProcessor_Flush_m35C7445D4CDFEFCB4B1289161025F9D6643A6EC1_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_0 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
int32_t L_1 = L_0->___vertexCount;
|
|
V_0 = (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_3 = __this->___m_Allocs;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_4 = __this->___m_Pending;
|
|
NullCheck(L_3);
|
|
List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_inline(L_3, L_4, List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_RuntimeMethod_var);
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C* L_5 = (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C*)(&__this->___m_Pending);
|
|
il2cpp_codegen_initobj(L_5, sizeof(AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20012
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_tailAllocs_m9AECF1AEBD3C2A666617DCC897E6E62D20CFB52A_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = __this->___m_TailAllocs;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20353
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderTreeManager_get_device_m35110EF1CEF0E13FABFEFD579CABDA81D5335310_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20011
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tCF065800FF47BB709E407B98E405036C6C82A151* EntryPreProcessor_get_headAllocs_m7AE8890DC2EB294571B6371C9E0D3301148E5E18_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tCF065800FF47BB709E407B98E405036C6C82A151* L_0 = __this->___m_HeadAllocs;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20217
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderData_get_hasExtraMeshes_m5C633F6BAC7B522BB278D8C6BB0C0FEAC9B950BD_inline (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___flags;
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&8))) == ((int32_t)8))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 20214
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderData_get_isGroupTransform_m6468EE90AFB0A8428B7303E799083782E8B42835_inline (RenderData_t1ABE116B2B5E0409AC699E195922516606531DC2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___flags;
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 37640
|
|
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;
|
|
uint8_t L_0 = ___0_r;
|
|
__this->___r = L_0;
|
|
uint8_t L_1 = ___1_g;
|
|
__this->___g = L_1;
|
|
uint8_t L_2 = ___2_b;
|
|
__this->___b = L_2;
|
|
uint8_t L_3 = ___3_a;
|
|
__this->___a = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20021
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_firstHeadCommand_mBE104E8C906F5FA965B9D0507EE01020395EF89A_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3CfirstHeadCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfirstHeadCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20023
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_lastHeadCommand_m088C5FC5037309F7BDAB270EDBDB4EF7BDC0593E_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3ClastHeadCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClastHeadCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20025
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_firstTailCommand_m398CD7397CA43A58357445F4CA2BB7C89CFC3922_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3CfirstTailCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CfirstTailCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20027
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_set_lastTailCommand_m08E9498996AFCE23F1F485A484140DD3FFC88E98_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_value;
|
|
__this->___U3ClastTailCommandU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClastTailCommandU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20010
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t EntryPreProcessor_get_childrenIndex_m34DE5797C9193E6D87B1E0E47C3E6B69035AA512_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_ChildrenIndex;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20013
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* EntryPreProcessor_get_flattenedEntries_m9CAA092B86D2D53B86C61C3F07C2730D4A23F94F_inline (EntryPreProcessor_t5185B320A01563FA2265B9E43F20C4E89B45605D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
List_1_tD4DE7383DCBA71E4C585C41E2F6FD2F66DA6B99F* L_0 = __this->___m_FlattenedEntries;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20356
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderTreeManager_get_atlas_m1F4883A7FBB1B14BD27D4D6C29F85BCD1841BC13_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 36477
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_XMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36479
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_YMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36481
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Width;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 15179
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20358
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderTreeManager_get_vectorImageManager_mB11BA851B05B0256E9C075960F8C9BF0FD02B246_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 15177
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 20036
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryProcessor_AppendCommand_mECFD075EBE89C383707E733B456814446EF29F70_inline (EntryProcessor_t9FF21D7C004D95D3BD631DD8DF810707C8D15AC4* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_next, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___m_FirstCommand;
|
|
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = ___0_next;
|
|
__this->___m_FirstCommand = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand), (void*)L_2);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___0_next;
|
|
__this->___m_LastCommand = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)L_3);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = ___0_next;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = __this->___m_LastCommand;
|
|
NullCheck(L_4);
|
|
L_4->___prev = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___prev), (void*)L_5);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = __this->___m_LastCommand;
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = ___0_next;
|
|
NullCheck(L_6);
|
|
L_6->___next = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___next), (void*)L_7);
|
|
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = ___0_next;
|
|
__this->___m_LastCommand = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastCommand), (void*)L_8);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15188
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 20372
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderTreeManager_get_isFlat_mBEF4B1D5E0BAC4606D60130DBC23EFC07A2515B5_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CisFlatU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20367
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* RenderTreeManager_get_jobManager_mCFD0DB0F9AD9E6F232B8A11087BEEFC9AD773ABD_inline (RenderTreeManager_tC48E33C23CCD40D5EFFF3CCA3D822893AD1C016E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* L_0 = __this->___U3CjobManagerU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20065
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EntryRecorder_Append_mBC4934FC6FDD693A2379F3ECC43E931AC32F7A80_inline (Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___0_parentEntry, Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* ___1_entry, 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;
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = ___0_parentEntry;
|
|
NullCheck(L_0);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_1 = L_0->___lastChild;
|
|
V_0 = (bool)((((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_3 = ___0_parentEntry;
|
|
NullCheck(L_3);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_4 = L_3->___firstChild;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(Entry_t475ED76E31923970E7F7A6522E570E7577C487B9*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_5 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_6 = ___1_entry;
|
|
NullCheck(L_5);
|
|
L_5->___firstChild = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___firstChild), (void*)L_6);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_7 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_8 = ___1_entry;
|
|
NullCheck(L_7);
|
|
L_7->___lastChild = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___lastChild), (void*)L_8);
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_9 = ___0_parentEntry;
|
|
NullCheck(L_9);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_10 = L_9->___lastChild;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_11 = ___1_entry;
|
|
NullCheck(L_10);
|
|
L_10->___nextSibling = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___nextSibling), (void*)L_11);
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_12 = ___0_parentEntry;
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_13 = ___1_entry;
|
|
NullCheck(L_12);
|
|
L_12->___lastChild = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___lastChild), (void*)L_13);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20067
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_disposed_mCCD5106A3B40907FD8E0B60E9F998778BF945A4C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20068
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_disposed_m17E7BF319F63EB21F3E9F8CD1E4CD39FAF2A671C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20077
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GradientSettingsAtlas_set_MustCommit_mF9F65F974525C1F9792083A544F2A34A1D7FA1B8_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CMustCommitU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37629
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 37641
|
|
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;
|
|
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;
|
|
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;
|
|
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;
|
|
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), NULL);
|
|
V_0 = L_16;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// Method Definition Index: 37901
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37888
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
float L_7 = L_6.___y;
|
|
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)), NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 37895
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, 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;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)(L_1/L_2)), ((float)(L_4/L_5)), NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 37912
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_x;
|
|
__this->___m_X = L_0;
|
|
int32_t L_1 = ___1_y;
|
|
__this->___m_Y = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37871
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37908
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_X;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37910
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Y;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 20076
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GradientSettingsAtlas_get_MustCommit_m8B96F6854A1F1D5A0B826A2C93BD7C09355CA26C_inline (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CMustCommitU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20092
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JobManager_get_disposed_m1D44ED01E54131EC104ECE6A8C89F771EC1486A3_inline (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20093
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JobManager_set_disposed_mA7FF425DA05D4E99F89FF1A59D156A634AC6794A_inline (JobManager_tC139532E48436E2DCB0FB9EB8C75E1EA244C6530* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20100
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JobMerger_get_disposed_m3C23A63A09573145E14DC129A7F8303B249B2EBE_inline (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20101
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JobMerger_set_disposed_mE922866C09D73B3EF4FCFBD99F4FC1F113965A6F_inline (JobMerger_t375B8AE5D19CE17ED0064AAF087C1E165B2C0523* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20117
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerationCallback_Invoke_mE6DF59A501A4C5124109518B8DC63B35CE95B531_inline (MeshGenerationCallback_t9735BAFB971D361BCB27AB541F8205A7C0FFEF50* __this, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___0_meshGenerationContext, RuntimeObject* ___1_userData, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62*, RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_meshGenerationContext, ___1_userData, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 15069
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* MeshGenerationContext_get_visualElement_m5BD62AB93701F205885266F97A216B7E0EE7BC31_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___U3CvisualElementU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20122
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MeshGenerationDeferrer_get_disposed_mA4DCFD2B1C8B313658B7249793BF00343B9AFB91_inline (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20123
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerationDeferrer_set_disposed_m53F8C5DCF6C98A78560FA471585A0DAAA54CF50C_inline (MeshGenerationDeferrer_t53FF3517C6053830C46C1D0C2D82940F6386EF39* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 20138
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_set_textJobSystem_m9B4BD761CA76DF3C5F2ABFCE431999FE5D2B8353_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextJobSystem_tD39340AA5454B9B2A3916996C6AB760449390A22* L_0 = ___0_value;
|
|
__this->___U3CtextJobSystemU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtextJobSystemU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 17720
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = __this->___m_Value;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 17722
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Unit;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
// Method Definition Index: 37836
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37968
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37745
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
__this->___z = (0.0f);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15077
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* MeshGenerationContext_get_entryRecorder_m0AE5D8E72A6B3046981F33DC0C18BB6CD458BE14_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
EntryRecorder_t25B9D6C51380164248BFC90C2520F5A7F738FA71* L_0 = __this->___U3CentryRecorderU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 15079
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* MeshGenerationContext_get_parentEntry_m3268F4013D059959D8D269C0093B604D74B22313_inline (MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Entry_t475ED76E31923970E7F7A6522E570E7577C487B9* L_0 = __this->___U3CparentEntryU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20149
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_DoDrawRectangleRepeat_m004BF778C004F01A67BDAFF237D207AA84D96F70_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* ___0_rectParams, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_totalRect, float ___2_scaledPixelsPerPoint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var);
|
|
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));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
bool V_19 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
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;
|
|
float V_35 = 0.0f;
|
|
int32_t V_36 = 0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_37;
|
|
memset((&V_37), 0, sizeof(V_37));
|
|
bool V_38 = false;
|
|
float V_39 = 0.0f;
|
|
int32_t V_40 = 0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_41;
|
|
memset((&V_41), 0, sizeof(V_41));
|
|
int32_t V_42 = 0;
|
|
int32_t V_43 = 0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 V_44;
|
|
memset((&V_44), 0, sizeof(V_44));
|
|
float V_45 = 0.0f;
|
|
float V_46 = 0.0f;
|
|
bool V_47 = false;
|
|
bool V_48 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_49;
|
|
memset((&V_49), 0, sizeof(V_49));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_50;
|
|
memset((&V_50), 0, sizeof(V_50));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_51;
|
|
memset((&V_51), 0, sizeof(V_51));
|
|
bool V_52 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_53;
|
|
memset((&V_53), 0, sizeof(V_53));
|
|
int32_t V_54 = 0;
|
|
bool V_55 = false;
|
|
bool V_56 = false;
|
|
int32_t V_57 = 0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_58;
|
|
memset((&V_58), 0, sizeof(V_58));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_59;
|
|
memset((&V_59), 0, sizeof(V_59));
|
|
bool V_60 = false;
|
|
bool V_61 = false;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_62;
|
|
memset((&V_62), 0, sizeof(V_62));
|
|
int32_t V_63 = 0;
|
|
bool V_64 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_65;
|
|
memset((&V_65), 0, sizeof(V_65));
|
|
bool V_66 = false;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_67;
|
|
memset((&V_67), 0, sizeof(V_67));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_68;
|
|
memset((&V_68), 0, sizeof(V_68));
|
|
bool V_69 = false;
|
|
float V_70 = 0.0f;
|
|
int32_t V_71 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_72;
|
|
memset((&V_72), 0, sizeof(V_72));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_73;
|
|
memset((&V_73), 0, sizeof(V_73));
|
|
bool V_74 = false;
|
|
bool V_75 = false;
|
|
int32_t V_76 = 0;
|
|
float V_77 = 0.0f;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_78;
|
|
memset((&V_78), 0, sizeof(V_78));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_79;
|
|
memset((&V_79), 0, sizeof(V_79));
|
|
bool V_80 = false;
|
|
bool V_81 = false;
|
|
int32_t V_82 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_83;
|
|
memset((&V_83), 0, sizeof(V_83));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_84;
|
|
memset((&V_84), 0, sizeof(V_84));
|
|
bool V_85 = false;
|
|
bool V_86 = false;
|
|
bool V_87 = false;
|
|
bool V_88 = false;
|
|
bool V_89 = false;
|
|
bool V_90 = false;
|
|
bool V_91 = false;
|
|
float V_92 = 0.0f;
|
|
bool V_93 = false;
|
|
bool V_94 = false;
|
|
float V_95 = 0.0f;
|
|
bool V_96 = false;
|
|
bool V_97 = false;
|
|
int32_t V_98 = 0;
|
|
bool V_99 = false;
|
|
int32_t V_100 = 0;
|
|
int32_t V_101 = 0;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_102;
|
|
memset((&V_102), 0, sizeof(V_102));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_103;
|
|
memset((&V_103), 0, sizeof(V_103));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* V_104 = NULL;
|
|
int32_t V_105 = 0;
|
|
bool V_106 = false;
|
|
bool V_107 = false;
|
|
bool V_108 = false;
|
|
bool V_109 = false;
|
|
bool V_110 = false;
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 V_111;
|
|
memset((&V_111), 0, sizeof(V_111));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_112;
|
|
memset((&V_112), 0, sizeof(V_112));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_113;
|
|
memset((&V_113), 0, sizeof(V_113));
|
|
bool V_114 = false;
|
|
float V_115 = 0.0f;
|
|
float V_116 = 0.0f;
|
|
float V_117 = 0.0f;
|
|
float V_118 = 0.0f;
|
|
float V_119 = 0.0f;
|
|
bool V_120 = false;
|
|
float V_121 = 0.0f;
|
|
float V_122 = 0.0f;
|
|
float V_123 = 0.0f;
|
|
float V_124 = 0.0f;
|
|
bool V_125 = false;
|
|
float V_126 = 0.0f;
|
|
float V_127 = 0.0f;
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 V_128;
|
|
memset((&V_128), 0, sizeof(V_128));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C V_129;
|
|
memset((&V_129), 0, sizeof(V_129));
|
|
bool V_130 = false;
|
|
float V_131 = 0.0f;
|
|
float V_132 = 0.0f;
|
|
float V_133 = 0.0f;
|
|
float V_134 = 0.0f;
|
|
float V_135 = 0.0f;
|
|
bool V_136 = false;
|
|
float V_137 = 0.0f;
|
|
float V_138 = 0.0f;
|
|
float V_139 = 0.0f;
|
|
float V_140 = 0.0f;
|
|
bool V_141 = false;
|
|
bool V_142 = false;
|
|
bool V_143 = false;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B57_0 = 0;
|
|
int32_t G_B62_0 = 0;
|
|
int32_t G_B67_0 = 0;
|
|
int32_t G_B73_0 = 0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 G_B76_0;
|
|
memset((&G_B76_0), 0, sizeof(G_B76_0));
|
|
int32_t G_B121_0 = 0;
|
|
int32_t G_B128_0 = 0;
|
|
int32_t G_B135_0 = 0;
|
|
int32_t G_B183_0 = 0;
|
|
{
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_0), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_0 = __this->___m_RepeatRectUVList;
|
|
V_5 = (bool)((((RuntimeObject*)(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_5;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_2 = (List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0*)SZArrayNew(List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___m_RepeatRectUVList = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RepeatRectUVList), (void*)L_2);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_3 = __this->___m_RepeatRectUVList;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_4 = (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)il2cpp_codegen_object_new(List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566(L_4, List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)L_4);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_5 = __this->___m_RepeatRectUVList;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_6 = (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)il2cpp_codegen_object_new(List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566(L_6, List_1__ctor_mB361AF0EB299826C3105D58075E8D64144DC2566_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599*)L_6);
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_7 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
NullCheck(L_9);
|
|
List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_inline(L_9, List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_10 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_inline(L_12, List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_13 = ___0_rectParams;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_14 = L_13->___rect;
|
|
V_1 = L_14;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_15 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_16 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_15->___backgroundSize);
|
|
int32_t L_17;
|
|
L_17 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_16, NULL);
|
|
V_6 = (bool)((!(((uint32_t)L_17) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_18 = V_6;
|
|
if (!L_18)
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_19 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_20 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_19->___backgroundSize);
|
|
int32_t L_21;
|
|
L_21 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_20, NULL);
|
|
V_7 = (bool)((((int32_t)L_21) == ((int32_t)2))? 1 : 0);
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
float L_23;
|
|
L_23 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_24;
|
|
L_24 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_8 = ((float)(L_23/L_24));
|
|
float L_25;
|
|
L_25 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_26;
|
|
L_26 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_9 = ((float)(L_25/L_26));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27 = V_1;
|
|
V_10 = L_27;
|
|
float L_28 = V_8;
|
|
float L_29 = V_9;
|
|
V_11 = (bool)((((float)L_28) < ((float)L_29))? 1 : 0);
|
|
bool L_30 = V_11;
|
|
if (!L_30)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
float L_31;
|
|
L_31 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_10), L_31, NULL);
|
|
float L_32;
|
|
L_32 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_33;
|
|
L_33 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_34;
|
|
L_34 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_10), ((float)(((float)il2cpp_codegen_multiply(L_32, L_33))/L_34)), NULL);
|
|
goto IL_013d;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
float L_35;
|
|
L_35 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_36;
|
|
L_36 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_37;
|
|
L_37 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_10), ((float)(((float)il2cpp_codegen_multiply(L_35, L_36))/L_37)), NULL);
|
|
float L_38;
|
|
L_38 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_10), L_38, NULL);
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39 = V_10;
|
|
V_1 = L_39;
|
|
goto IL_01f5;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_40 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_41 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_40->___backgroundSize);
|
|
int32_t L_42;
|
|
L_42 = BackgroundSize_get_sizeType_mE816884F30FC49024D410E36281D755B8FC96F42(L_41, NULL);
|
|
V_12 = (bool)((((int32_t)L_42) == ((int32_t)1))? 1 : 0);
|
|
bool L_43 = V_12;
|
|
if (!L_43)
|
|
{
|
|
goto IL_01f5;
|
|
}
|
|
}
|
|
{
|
|
float L_44;
|
|
L_44 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_45;
|
|
L_45 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_13 = ((float)(L_44/L_45));
|
|
float L_46;
|
|
L_46 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_47;
|
|
L_47 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_14 = ((float)(L_46/L_47));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_48 = V_1;
|
|
V_15 = L_48;
|
|
float L_49 = V_13;
|
|
float L_50 = V_14;
|
|
V_16 = (bool)((((float)L_49) > ((float)L_50))? 1 : 0);
|
|
bool L_51 = V_16;
|
|
if (!L_51)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
float L_52;
|
|
L_52 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_15), L_52, NULL);
|
|
float L_53;
|
|
L_53 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_54;
|
|
L_54 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_55;
|
|
L_55 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_15), ((float)(((float)il2cpp_codegen_multiply(L_53, L_54))/L_55)), NULL);
|
|
goto IL_01f1;
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
float L_56;
|
|
L_56 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_57;
|
|
L_57 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_58;
|
|
L_58 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_15), ((float)(((float)il2cpp_codegen_multiply(L_56, L_57))/L_58)), NULL);
|
|
float L_59;
|
|
L_59 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_15), L_59, NULL);
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_60 = V_15;
|
|
V_1 = L_60;
|
|
}
|
|
|
|
IL_01f5:
|
|
{
|
|
goto IL_050b;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_61 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_62 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_61->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_63;
|
|
L_63 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_62, NULL);
|
|
V_18 = L_63;
|
|
bool L_64;
|
|
L_64 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (!L_64)
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_65 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_66 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_65->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_67;
|
|
L_67 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_66, NULL);
|
|
V_18 = L_67;
|
|
bool L_68;
|
|
L_68 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
G_B18_0 = ((((int32_t)L_68) == ((int32_t)0))? 1 : 0);
|
|
goto IL_022c;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
G_B18_0 = 1;
|
|
}
|
|
|
|
IL_022c:
|
|
{
|
|
V_17 = (bool)G_B18_0;
|
|
bool L_69 = V_17;
|
|
if (!L_69)
|
|
{
|
|
goto IL_050a;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_70 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_71 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_70->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_72;
|
|
L_72 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_71, NULL);
|
|
V_18 = L_72;
|
|
bool L_73;
|
|
L_73 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (L_73)
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_74 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_75 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_74->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_76;
|
|
L_76 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_75, NULL);
|
|
V_18 = L_76;
|
|
bool L_77;
|
|
L_77 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
G_B22_0 = ((int32_t)(L_77));
|
|
goto IL_0263;
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
G_B22_0 = 0;
|
|
}
|
|
|
|
IL_0263:
|
|
{
|
|
V_19 = (bool)G_B22_0;
|
|
bool L_78 = V_19;
|
|
if (!L_78)
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_79 = V_1;
|
|
V_20 = L_79;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_80 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_81 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_80->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_82;
|
|
L_82 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_81, NULL);
|
|
V_18 = L_82;
|
|
int32_t L_83;
|
|
L_83 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_21 = (bool)((((int32_t)L_83) == ((int32_t)1))? 1 : 0);
|
|
bool L_84 = V_21;
|
|
if (!L_84)
|
|
{
|
|
goto IL_02da;
|
|
}
|
|
}
|
|
{
|
|
float L_85;
|
|
L_85 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_86 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_87 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_86->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_88;
|
|
L_88 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_87, NULL);
|
|
V_18 = L_88;
|
|
float L_89;
|
|
L_89 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_85, L_89))/(100.0f))), NULL);
|
|
float L_90;
|
|
L_90 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_20), NULL);
|
|
float L_91;
|
|
L_91 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_92;
|
|
L_92 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_90, L_91))/L_92)), NULL);
|
|
goto IL_0334;
|
|
}
|
|
|
|
IL_02da:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_93 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_94 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_93->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_95;
|
|
L_95 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_94, NULL);
|
|
V_18 = L_95;
|
|
int32_t L_96;
|
|
L_96 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_22 = (bool)((((int32_t)L_96) == ((int32_t)0))? 1 : 0);
|
|
bool L_97 = V_22;
|
|
if (!L_97)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_98 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_99 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_98->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_100;
|
|
L_100 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_99, NULL);
|
|
V_18 = L_100;
|
|
float L_101;
|
|
L_101 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_20), L_101, NULL);
|
|
float L_102;
|
|
L_102 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_20), NULL);
|
|
float L_103;
|
|
L_103 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_104;
|
|
L_104 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_20), ((float)(((float)il2cpp_codegen_multiply(L_102, L_103))/L_104)), NULL);
|
|
}
|
|
|
|
IL_0334:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_105 = V_20;
|
|
V_1 = L_105;
|
|
goto IL_0509;
|
|
}
|
|
|
|
IL_033d:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_106 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_107 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_106->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_108;
|
|
L_108 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_107, NULL);
|
|
V_18 = L_108;
|
|
bool L_109;
|
|
L_109 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
if (L_109)
|
|
{
|
|
goto IL_036c;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_110 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_111 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_110->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_112;
|
|
L_112 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_111, NULL);
|
|
V_18 = L_112;
|
|
bool L_113;
|
|
L_113 = Length_IsNone_m1333F5D90709CEE74523E2F019C1AC190D88C5AD((&V_18), NULL);
|
|
G_B31_0 = ((((int32_t)L_113) == ((int32_t)0))? 1 : 0);
|
|
goto IL_036d;
|
|
}
|
|
|
|
IL_036c:
|
|
{
|
|
G_B31_0 = 0;
|
|
}
|
|
|
|
IL_036d:
|
|
{
|
|
V_23 = (bool)G_B31_0;
|
|
bool L_114 = V_23;
|
|
if (!L_114)
|
|
{
|
|
goto IL_0509;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_115 = V_1;
|
|
V_24 = L_115;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_116 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_117 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_116->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_118;
|
|
L_118 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_117, NULL);
|
|
V_18 = L_118;
|
|
bool L_119;
|
|
L_119 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_25 = (bool)((((int32_t)L_119) == ((int32_t)0))? 1 : 0);
|
|
bool L_120 = V_25;
|
|
if (!L_120)
|
|
{
|
|
goto IL_0422;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_121 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_122 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_121->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_123;
|
|
L_123 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_122, NULL);
|
|
V_18 = L_123;
|
|
int32_t L_124;
|
|
L_124 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_26 = (bool)((((int32_t)L_124) == ((int32_t)1))? 1 : 0);
|
|
bool L_125 = V_26;
|
|
if (!L_125)
|
|
{
|
|
goto IL_03e6;
|
|
}
|
|
}
|
|
{
|
|
float L_126;
|
|
L_126 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_127 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_128 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_127->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_129;
|
|
L_129 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_128, NULL);
|
|
V_18 = L_129;
|
|
float L_130;
|
|
L_130 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_126, L_130))/(100.0f))), NULL);
|
|
goto IL_0421;
|
|
}
|
|
|
|
IL_03e6:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_131 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_132 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_131->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_133;
|
|
L_133 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_132, NULL);
|
|
V_18 = L_133;
|
|
int32_t L_134;
|
|
L_134 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_27 = (bool)((((int32_t)L_134) == ((int32_t)0))? 1 : 0);
|
|
bool L_135 = V_27;
|
|
if (!L_135)
|
|
{
|
|
goto IL_0421;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_136 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_137 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_136->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_138;
|
|
L_138 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_137, NULL);
|
|
V_18 = L_138;
|
|
float L_139;
|
|
L_139 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), L_139, NULL);
|
|
}
|
|
|
|
IL_0421:
|
|
{
|
|
}
|
|
|
|
IL_0422:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_140 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_141 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_140->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_142;
|
|
L_142 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_141, NULL);
|
|
V_18 = L_142;
|
|
bool L_143;
|
|
L_143 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_28 = (bool)((((int32_t)L_143) == ((int32_t)0))? 1 : 0);
|
|
bool L_144 = V_28;
|
|
if (!L_144)
|
|
{
|
|
goto IL_0505;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_145 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_146 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_145->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_147;
|
|
L_147 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_146, NULL);
|
|
V_18 = L_147;
|
|
int32_t L_148;
|
|
L_148 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_29 = (bool)((((int32_t)L_148) == ((int32_t)1))? 1 : 0);
|
|
bool L_149 = V_29;
|
|
if (!L_149)
|
|
{
|
|
goto IL_048e;
|
|
}
|
|
}
|
|
{
|
|
float L_150;
|
|
L_150 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_151 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_152 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_151->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_153;
|
|
L_153 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_152, NULL);
|
|
V_18 = L_153;
|
|
float L_154;
|
|
L_154 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_150, L_154))/(100.0f))), NULL);
|
|
goto IL_04c9;
|
|
}
|
|
|
|
IL_048e:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_155 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_156 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_155->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_157;
|
|
L_157 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_156, NULL);
|
|
V_18 = L_157;
|
|
int32_t L_158;
|
|
L_158 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline((&V_18), NULL);
|
|
V_30 = (bool)((((int32_t)L_158) == ((int32_t)0))? 1 : 0);
|
|
bool L_159 = V_30;
|
|
if (!L_159)
|
|
{
|
|
goto IL_04c9;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_160 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_161 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_160->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_162;
|
|
L_162 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_161, NULL);
|
|
V_18 = L_162;
|
|
float L_163;
|
|
L_163 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline((&V_18), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_24), L_163, NULL);
|
|
}
|
|
|
|
IL_04c9:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_164 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_165 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_164->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_166;
|
|
L_166 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_165, NULL);
|
|
V_18 = L_166;
|
|
bool L_167;
|
|
L_167 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
V_31 = L_167;
|
|
bool L_168 = V_31;
|
|
if (!L_168)
|
|
{
|
|
goto IL_0504;
|
|
}
|
|
}
|
|
{
|
|
float L_169;
|
|
L_169 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_24), NULL);
|
|
float L_170;
|
|
L_170 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_171;
|
|
L_171 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_24), ((float)(((float)il2cpp_codegen_multiply(L_169, L_170))/L_171)), NULL);
|
|
}
|
|
|
|
IL_0504:
|
|
{
|
|
}
|
|
|
|
IL_0505:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_172 = V_24;
|
|
V_1 = L_172;
|
|
}
|
|
|
|
IL_0509:
|
|
{
|
|
}
|
|
|
|
IL_050a:
|
|
{
|
|
}
|
|
|
|
IL_050b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_173;
|
|
L_173 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
float L_174 = L_173.___x;
|
|
if ((((float)L_174) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_0536;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_175;
|
|
L_175 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
float L_176 = L_175.___y;
|
|
G_B52_0 = ((((int32_t)((!(((float)L_176) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0537;
|
|
}
|
|
|
|
IL_0536:
|
|
{
|
|
G_B52_0 = 1;
|
|
}
|
|
|
|
IL_0537:
|
|
{
|
|
V_32 = (bool)G_B52_0;
|
|
bool L_177 = V_32;
|
|
if (!L_177)
|
|
{
|
|
goto IL_0543;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
|
|
IL_0543:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_178;
|
|
L_178 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
float L_179 = L_178.___x;
|
|
if ((((float)L_179) <= ((float)(1.0E-30f))))
|
|
{
|
|
goto IL_056e;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_180;
|
|
L_180 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
float L_181 = L_180.___y;
|
|
G_B57_0 = ((((int32_t)((!(((float)L_181) <= ((float)(1.0E-30f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_056f;
|
|
}
|
|
|
|
IL_056e:
|
|
{
|
|
G_B57_0 = 1;
|
|
}
|
|
|
|
IL_056f:
|
|
{
|
|
V_33 = (bool)G_B57_0;
|
|
bool L_182 = V_33;
|
|
if (!L_182)
|
|
{
|
|
goto IL_057b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
|
|
IL_057b:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_183 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_184 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_183->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_185;
|
|
L_185 = BackgroundSize_get_x_mDCEDD468FE63642DF15D9E613FDEE7994BFF1EF6(L_184, NULL);
|
|
V_18 = L_185;
|
|
bool L_186;
|
|
L_186 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
if (!L_186)
|
|
{
|
|
goto IL_05a1;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_187 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_188 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_187->___backgroundRepeat);
|
|
int32_t L_189 = L_188->___y;
|
|
G_B62_0 = ((((int32_t)L_189) == ((int32_t)2))? 1 : 0);
|
|
goto IL_05a2;
|
|
}
|
|
|
|
IL_05a1:
|
|
{
|
|
G_B62_0 = 0;
|
|
}
|
|
|
|
IL_05a2:
|
|
{
|
|
V_34 = (bool)G_B62_0;
|
|
bool L_190 = V_34;
|
|
if (!L_190)
|
|
{
|
|
goto IL_0613;
|
|
}
|
|
}
|
|
{
|
|
float L_191;
|
|
L_191 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
V_35 = ((float)((1.0f)/L_191));
|
|
float L_192;
|
|
L_192 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
float L_193 = V_35;
|
|
V_36 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_192, L_193)), (0.5f))));
|
|
int32_t L_194 = V_36;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_195;
|
|
L_195 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_194, 1, NULL);
|
|
V_36 = L_195;
|
|
il2cpp_codegen_initobj((&V_37), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
|
|
float L_196;
|
|
L_196 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_totalRect), NULL);
|
|
int32_t L_197 = V_36;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_37), ((float)(L_196/((float)L_197))), NULL);
|
|
float L_198;
|
|
L_198 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_37), NULL);
|
|
float L_199;
|
|
L_199 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_200 = V_35;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_37), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_198, L_199)), L_200)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_201 = V_37;
|
|
V_1 = L_201;
|
|
goto IL_06a6;
|
|
}
|
|
|
|
IL_0613:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_202 = ___0_rectParams;
|
|
BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7* L_203 = (BackgroundSize_t809883E2D7BB1D8D85B4C3E1DBE189F187DB25E7*)(&L_202->___backgroundSize);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 L_204;
|
|
L_204 = BackgroundSize_get_y_mEB9897C8D7AED64206EFC1454223A9C34B0D25EA(L_203, NULL);
|
|
V_18 = L_204;
|
|
bool L_205;
|
|
L_205 = Length_IsAuto_mCA183D67C5E21126393A8077957CEA2D268079F9((&V_18), NULL);
|
|
if (!L_205)
|
|
{
|
|
goto IL_0639;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_206 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_207 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_206->___backgroundRepeat);
|
|
int32_t L_208 = L_207->___x;
|
|
G_B67_0 = ((((int32_t)L_208) == ((int32_t)2))? 1 : 0);
|
|
goto IL_063a;
|
|
}
|
|
|
|
IL_0639:
|
|
{
|
|
G_B67_0 = 0;
|
|
}
|
|
|
|
IL_063a:
|
|
{
|
|
V_38 = (bool)G_B67_0;
|
|
bool L_209 = V_38;
|
|
if (!L_209)
|
|
{
|
|
goto IL_06a6;
|
|
}
|
|
}
|
|
{
|
|
float L_210;
|
|
L_210 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
V_39 = ((float)((1.0f)/L_210));
|
|
float L_211;
|
|
L_211 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
float L_212 = V_39;
|
|
V_40 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_211, L_212)), (0.5f))));
|
|
int32_t L_213 = V_40;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_214;
|
|
L_214 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_213, 1, NULL);
|
|
V_40 = L_214;
|
|
il2cpp_codegen_initobj((&V_41), sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
|
|
float L_215;
|
|
L_215 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_totalRect), NULL);
|
|
int32_t L_216 = V_40;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_41), ((float)(L_215/((float)L_216))), NULL);
|
|
float L_217;
|
|
L_217 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_41), NULL);
|
|
float L_218;
|
|
L_218 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_219 = V_39;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_41), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_217, L_218)), L_219)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_220 = V_41;
|
|
V_1 = L_220;
|
|
}
|
|
|
|
IL_06a6:
|
|
{
|
|
V_42 = 0;
|
|
goto IL_0dd3;
|
|
}
|
|
|
|
IL_06ae:
|
|
{
|
|
int32_t L_221 = V_42;
|
|
if (!L_221)
|
|
{
|
|
goto IL_06c0;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_222 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_223 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_222->___backgroundRepeat);
|
|
int32_t L_224 = L_223->___y;
|
|
G_B73_0 = L_224;
|
|
goto IL_06cb;
|
|
}
|
|
|
|
IL_06c0:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_225 = ___0_rectParams;
|
|
BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F* L_226 = (BackgroundRepeat_t446EC7315DED2C6822F1047B7587C3018BFB277F*)(&L_225->___backgroundRepeat);
|
|
int32_t L_227 = L_226->___x;
|
|
G_B73_0 = L_227;
|
|
}
|
|
|
|
IL_06cb:
|
|
{
|
|
V_43 = G_B73_0;
|
|
int32_t L_228 = V_42;
|
|
if (!L_228)
|
|
{
|
|
goto IL_06d9;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_229 = ___0_rectParams;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_230 = L_229->___backgroundPositionY;
|
|
G_B76_0 = L_230;
|
|
goto IL_06df;
|
|
}
|
|
|
|
IL_06d9:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_231 = ___0_rectParams;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_232 = L_231->___backgroundPositionX;
|
|
G_B76_0 = L_232;
|
|
}
|
|
|
|
IL_06df:
|
|
{
|
|
V_44 = G_B76_0;
|
|
V_45 = (0.0f);
|
|
int32_t L_233 = V_43;
|
|
V_48 = (bool)((((int32_t)L_233) == ((int32_t)0))? 1 : 0);
|
|
bool L_234 = V_48;
|
|
if (!L_234)
|
|
{
|
|
goto IL_0733;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_235 = V_1;
|
|
V_50 = L_235;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_236 = V_0;
|
|
(&V_49)->___uv = L_236;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_237 = V_50;
|
|
(&V_49)->___rect = L_237;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_238;
|
|
L_238 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_50), NULL);
|
|
V_51 = L_238;
|
|
int32_t L_239 = V_42;
|
|
float L_240;
|
|
L_240 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_239, NULL);
|
|
V_45 = L_240;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_241 = __this->___m_RepeatRectUVList;
|
|
int32_t L_242 = V_42;
|
|
NullCheck(L_241);
|
|
int32_t L_243 = L_242;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_244 = (L_241)->GetAt(static_cast<il2cpp_array_size_t>(L_243));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_245 = V_49;
|
|
NullCheck(L_244);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_244, L_245, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_0733:
|
|
{
|
|
int32_t L_246 = V_43;
|
|
V_52 = (bool)((((int32_t)L_246) == ((int32_t)3))? 1 : 0);
|
|
bool L_247 = V_52;
|
|
if (!L_247)
|
|
{
|
|
goto IL_083f;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_248 = V_1;
|
|
V_53 = L_248;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_249;
|
|
L_249 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_249;
|
|
int32_t L_250 = V_42;
|
|
float L_251;
|
|
L_251 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_250, NULL);
|
|
float L_252 = ___2_scaledPixelsPerPoint;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_253;
|
|
L_253 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_253;
|
|
int32_t L_254 = V_42;
|
|
float L_255;
|
|
L_255 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_254, NULL);
|
|
V_54 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_add(L_251, ((float)((1.0f)/L_252))))/L_255)));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_256 = V_44;
|
|
int32_t L_257 = L_256.___keyword;
|
|
V_55 = (bool)((((int32_t)L_257) == ((int32_t)0))? 1 : 0);
|
|
bool L_258 = V_55;
|
|
if (!L_258)
|
|
{
|
|
goto IL_07a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_259 = V_54;
|
|
V_56 = (bool)((((int32_t)((int32_t)(L_259&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_260 = V_56;
|
|
if (!L_260)
|
|
{
|
|
goto IL_079b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_261 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_261, 2));
|
|
goto IL_07a1;
|
|
}
|
|
|
|
IL_079b:
|
|
{
|
|
int32_t L_262 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_262, 1));
|
|
}
|
|
|
|
IL_07a1:
|
|
{
|
|
goto IL_07ac;
|
|
}
|
|
|
|
IL_07a4:
|
|
{
|
|
int32_t L_263 = V_54;
|
|
V_54 = ((int32_t)il2cpp_codegen_add(L_263, 2));
|
|
}
|
|
|
|
IL_07ac:
|
|
{
|
|
V_57 = 0;
|
|
goto IL_082a;
|
|
}
|
|
|
|
IL_07b1:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_264;
|
|
L_264 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_53), NULL);
|
|
V_58 = L_264;
|
|
int32_t L_265 = V_42;
|
|
int32_t L_266 = V_57;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_267;
|
|
L_267 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_267;
|
|
int32_t L_268 = V_42;
|
|
float L_269;
|
|
L_269 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_268, NULL);
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_58), L_265, ((float)il2cpp_codegen_multiply(((float)L_266), L_269)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_270 = V_58;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_53), L_270, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_271 = V_53;
|
|
(&V_59)->___rect = L_271;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_272 = V_0;
|
|
(&V_59)->___uv = L_272;
|
|
float L_273 = V_45;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_274 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_59)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_275;
|
|
L_275 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_274, NULL);
|
|
V_51 = L_275;
|
|
int32_t L_276 = V_42;
|
|
float L_277;
|
|
L_277 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_276, NULL);
|
|
V_45 = ((float)il2cpp_codegen_add(L_273, L_277));
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_278 = __this->___m_RepeatRectUVList;
|
|
int32_t L_279 = V_42;
|
|
NullCheck(L_278);
|
|
int32_t L_280 = L_279;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_281 = (L_278)->GetAt(static_cast<il2cpp_array_size_t>(L_280));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_282 = V_59;
|
|
NullCheck(L_281);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_281, L_282, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
int32_t L_283 = V_57;
|
|
V_57 = ((int32_t)il2cpp_codegen_add(L_283, 1));
|
|
}
|
|
|
|
IL_082a:
|
|
{
|
|
int32_t L_284 = V_57;
|
|
int32_t L_285 = V_54;
|
|
V_60 = (bool)((((int32_t)L_284) < ((int32_t)L_285))? 1 : 0);
|
|
bool L_286 = V_60;
|
|
if (L_286)
|
|
{
|
|
goto IL_07b1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_083f:
|
|
{
|
|
int32_t L_287 = V_43;
|
|
V_61 = (bool)((((int32_t)L_287) == ((int32_t)1))? 1 : 0);
|
|
bool L_288 = V_61;
|
|
if (!L_288)
|
|
{
|
|
goto IL_0a03;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_289 = V_1;
|
|
V_62 = L_289;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_290;
|
|
L_290 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_290;
|
|
int32_t L_291 = V_42;
|
|
float L_292;
|
|
L_292 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_291, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_293;
|
|
L_293 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_293;
|
|
int32_t L_294 = V_42;
|
|
float L_295;
|
|
L_295 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_294, NULL);
|
|
V_63 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(L_292/L_295)));
|
|
int32_t L_296 = V_63;
|
|
V_64 = (bool)((((int32_t)((((int32_t)L_296) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_297 = V_64;
|
|
if (!L_297)
|
|
{
|
|
goto IL_08bf;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_298 = V_62;
|
|
(&V_65)->___rect = L_298;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_299 = V_0;
|
|
(&V_65)->___uv = L_299;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_300 = __this->___m_RepeatRectUVList;
|
|
int32_t L_301 = V_42;
|
|
NullCheck(L_300);
|
|
int32_t L_302 = L_301;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_303 = (L_300)->GetAt(static_cast<il2cpp_array_size_t>(L_302));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_304 = V_65;
|
|
NullCheck(L_303);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_303, L_304, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_305;
|
|
L_305 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_305;
|
|
int32_t L_306 = V_42;
|
|
float L_307;
|
|
L_307 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_306, NULL);
|
|
V_45 = L_307;
|
|
}
|
|
|
|
IL_08bf:
|
|
{
|
|
int32_t L_308 = V_63;
|
|
V_66 = (bool)((((int32_t)((((int32_t)L_308) < ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_309 = V_66;
|
|
if (!L_309)
|
|
{
|
|
goto IL_0947;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_310;
|
|
L_310 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_62), NULL);
|
|
V_68 = L_310;
|
|
int32_t L_311 = V_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_312;
|
|
L_312 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_312;
|
|
int32_t L_313 = V_42;
|
|
float L_314;
|
|
L_314 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_313, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_315;
|
|
L_315 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_315;
|
|
int32_t L_316 = V_42;
|
|
float L_317;
|
|
L_317 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_316, NULL);
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_68), L_311, ((float)il2cpp_codegen_subtract(L_314, L_317)), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_318 = V_68;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_62), L_318, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_319 = V_62;
|
|
(&V_67)->___rect = L_319;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_320 = V_0;
|
|
(&V_67)->___uv = L_320;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_321 = __this->___m_RepeatRectUVList;
|
|
int32_t L_322 = V_42;
|
|
NullCheck(L_321);
|
|
int32_t L_323 = L_322;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_324 = (L_321)->GetAt(static_cast<il2cpp_array_size_t>(L_323));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_325 = V_67;
|
|
NullCheck(L_324);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_324, L_325, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_326;
|
|
L_326 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_326;
|
|
int32_t L_327 = V_42;
|
|
float L_328;
|
|
L_328 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_327, NULL);
|
|
V_45 = L_328;
|
|
}
|
|
|
|
IL_0947:
|
|
{
|
|
int32_t L_329 = V_63;
|
|
V_69 = (bool)((((int32_t)L_329) > ((int32_t)2))? 1 : 0);
|
|
bool L_330 = V_69;
|
|
if (!L_330)
|
|
{
|
|
goto IL_09fd;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_331;
|
|
L_331 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_331;
|
|
int32_t L_332 = V_42;
|
|
float L_333;
|
|
L_333 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_332, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_334;
|
|
L_334 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_334;
|
|
int32_t L_335 = V_42;
|
|
float L_336;
|
|
L_336 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_335, NULL);
|
|
int32_t L_337 = V_63;
|
|
int32_t L_338 = V_63;
|
|
V_70 = ((float)(((float)il2cpp_codegen_subtract(L_333, ((float)il2cpp_codegen_multiply(L_336, ((float)L_337)))))/((float)((int32_t)il2cpp_codegen_subtract(L_338, 1)))));
|
|
V_71 = 0;
|
|
goto IL_09ee;
|
|
}
|
|
|
|
IL_098c:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_339;
|
|
L_339 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_62), NULL);
|
|
V_73 = L_339;
|
|
int32_t L_340 = V_42;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_341;
|
|
L_341 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_341;
|
|
int32_t L_342 = V_42;
|
|
float L_343;
|
|
L_343 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_342, NULL);
|
|
float L_344 = V_70;
|
|
int32_t L_345 = V_71;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_73), L_340, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(L_343, L_344)), ((float)((int32_t)il2cpp_codegen_add(1, L_345))))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_346 = V_73;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_62), L_346, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_347 = V_62;
|
|
(&V_72)->___rect = L_347;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_348 = V_0;
|
|
(&V_72)->___uv = L_348;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_349 = __this->___m_RepeatRectUVList;
|
|
int32_t L_350 = V_42;
|
|
NullCheck(L_349);
|
|
int32_t L_351 = L_350;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_352 = (L_349)->GetAt(static_cast<il2cpp_array_size_t>(L_351));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_353 = V_72;
|
|
NullCheck(L_352);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_352, L_353, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
int32_t L_354 = V_71;
|
|
V_71 = ((int32_t)il2cpp_codegen_add(L_354, 1));
|
|
}
|
|
|
|
IL_09ee:
|
|
{
|
|
int32_t L_355 = V_71;
|
|
int32_t L_356 = V_63;
|
|
V_74 = (bool)((((int32_t)L_355) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_356, 2))))? 1 : 0);
|
|
bool L_357 = V_74;
|
|
if (L_357)
|
|
{
|
|
goto IL_098c;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_09fd:
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
|
|
IL_0a03:
|
|
{
|
|
int32_t L_358 = V_43;
|
|
V_75 = (bool)((((int32_t)L_358) == ((int32_t)2))? 1 : 0);
|
|
bool L_359 = V_75;
|
|
if (!L_359)
|
|
{
|
|
goto IL_0b50;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_360;
|
|
L_360 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_360;
|
|
int32_t L_361 = V_42;
|
|
float L_362;
|
|
L_362 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_361, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_363;
|
|
L_363 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_363;
|
|
int32_t L_364 = V_42;
|
|
float L_365;
|
|
L_365 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_364, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_366;
|
|
L_366 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_366;
|
|
int32_t L_367 = V_42;
|
|
float L_368;
|
|
L_368 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_367, NULL);
|
|
V_76 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_add(L_362, ((float)il2cpp_codegen_multiply(L_365, (0.5f)))))/L_368)));
|
|
int32_t L_369 = V_76;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_370;
|
|
L_370 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_369, 1, NULL);
|
|
V_76 = L_370;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_371;
|
|
L_371 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_371;
|
|
int32_t L_372 = V_42;
|
|
float L_373;
|
|
L_373 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_372, NULL);
|
|
int32_t L_374 = V_76;
|
|
V_77 = ((float)(L_373/((float)L_374)));
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_375 = V_44;
|
|
int32_t L_376 = L_375.___keyword;
|
|
V_80 = (bool)((((int32_t)L_376) == ((int32_t)0))? 1 : 0);
|
|
bool L_377 = V_80;
|
|
if (!L_377)
|
|
{
|
|
goto IL_0aa8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_378 = V_76;
|
|
V_81 = (bool)((((int32_t)((int32_t)(L_378&1))) == ((int32_t)1))? 1 : 0);
|
|
bool L_379 = V_81;
|
|
if (!L_379)
|
|
{
|
|
goto IL_0a9d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_380 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_380, 2));
|
|
goto IL_0aa5;
|
|
}
|
|
|
|
IL_0a9d:
|
|
{
|
|
int32_t L_381 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_381, 1));
|
|
}
|
|
|
|
IL_0aa5:
|
|
{
|
|
goto IL_0ab0;
|
|
}
|
|
|
|
IL_0aa8:
|
|
{
|
|
int32_t L_382 = V_76;
|
|
V_76 = ((int32_t)il2cpp_codegen_add(L_382, 1));
|
|
}
|
|
|
|
IL_0ab0:
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_383 = V_1;
|
|
V_78 = L_383;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_384;
|
|
L_384 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_78), NULL);
|
|
V_79 = L_384;
|
|
int32_t L_385 = V_42;
|
|
float L_386 = V_77;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_79), L_385, L_386, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_387 = V_79;
|
|
Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline((&V_78), L_387, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_388 = V_78;
|
|
V_1 = L_388;
|
|
V_82 = 0;
|
|
goto IL_0b43;
|
|
}
|
|
|
|
IL_0ada:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_389;
|
|
L_389 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline((&V_78), NULL);
|
|
V_84 = L_389;
|
|
int32_t L_390 = V_42;
|
|
float L_391 = V_77;
|
|
int32_t L_392 = V_82;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline((&V_84), L_390, ((float)il2cpp_codegen_multiply(L_391, ((float)L_392))), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_393 = V_84;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline((&V_78), L_393, NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_394 = V_78;
|
|
(&V_83)->___rect = L_394;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_395 = V_0;
|
|
(&V_83)->___uv = L_395;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_396 = __this->___m_RepeatRectUVList;
|
|
int32_t L_397 = V_42;
|
|
NullCheck(L_396);
|
|
int32_t L_398 = L_397;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_399 = (L_396)->GetAt(static_cast<il2cpp_array_size_t>(L_398));
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_400 = V_83;
|
|
NullCheck(L_399);
|
|
List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_inline(L_399, L_400, List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_RuntimeMethod_var);
|
|
float L_401 = V_45;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_402 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_83)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_403;
|
|
L_403 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline(L_402, NULL);
|
|
V_51 = L_403;
|
|
int32_t L_404 = V_42;
|
|
float L_405;
|
|
L_405 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_404, NULL);
|
|
V_45 = ((float)il2cpp_codegen_add(L_401, L_405));
|
|
int32_t L_406 = V_82;
|
|
V_82 = ((int32_t)il2cpp_codegen_add(L_406, 1));
|
|
}
|
|
|
|
IL_0b43:
|
|
{
|
|
int32_t L_407 = V_82;
|
|
int32_t L_408 = V_76;
|
|
V_85 = (bool)((((int32_t)L_407) < ((int32_t)L_408))? 1 : 0);
|
|
bool L_409 = V_85;
|
|
if (L_409)
|
|
{
|
|
goto IL_0ada;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0b50:
|
|
{
|
|
V_46 = (0.0f);
|
|
V_47 = (bool)0;
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_410 = V_44;
|
|
int32_t L_411 = L_410.___keyword;
|
|
V_86 = (bool)((((int32_t)L_411) == ((int32_t)0))? 1 : 0);
|
|
bool L_412 = V_86;
|
|
if (!L_412)
|
|
{
|
|
goto IL_0b91;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_413;
|
|
L_413 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_413;
|
|
int32_t L_414 = V_42;
|
|
float L_415;
|
|
L_415 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_414, NULL);
|
|
float L_416 = V_45;
|
|
V_46 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_415, L_416)), (0.5f)));
|
|
V_47 = (bool)1;
|
|
goto IL_0c58;
|
|
}
|
|
|
|
IL_0b91:
|
|
{
|
|
int32_t L_417 = V_43;
|
|
V_87 = (bool)((((int32_t)((((int32_t)L_417) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_418 = V_87;
|
|
if (!L_418)
|
|
{
|
|
goto IL_0c58;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_419 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
int32_t L_420;
|
|
L_420 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(L_419, NULL);
|
|
V_88 = (bool)((((int32_t)L_420) == ((int32_t)1))? 1 : 0);
|
|
bool L_421 = V_88;
|
|
if (!L_421)
|
|
{
|
|
goto IL_0bf9;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_422;
|
|
L_422 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_422;
|
|
int32_t L_423 = V_42;
|
|
float L_424;
|
|
L_424 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_423, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_425;
|
|
L_425 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_425;
|
|
int32_t L_426 = V_42;
|
|
float L_427;
|
|
L_427 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_426, NULL);
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_428 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
float L_429;
|
|
L_429 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(L_428, NULL);
|
|
V_46 = ((float)(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_424, L_427)), L_429))/(100.0f)));
|
|
V_47 = (bool)1;
|
|
goto IL_0c1e;
|
|
}
|
|
|
|
IL_0bf9:
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_430 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
int32_t L_431;
|
|
L_431 = Length_get_unit_m35495152DF180B333572A9BB8C24452530BB338E_inline(L_430, NULL);
|
|
V_89 = (bool)((((int32_t)L_431) == ((int32_t)0))? 1 : 0);
|
|
bool L_432 = V_89;
|
|
if (!L_432)
|
|
{
|
|
goto IL_0c1e;
|
|
}
|
|
}
|
|
{
|
|
Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256* L_433 = (Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256*)(&(&V_44)->___offset);
|
|
float L_434;
|
|
L_434 = Length_get_value_m28A7FBD9908A795F0C73FED461EE32E5A3D6456F_inline(L_433, NULL);
|
|
V_46 = L_434;
|
|
}
|
|
|
|
IL_0c1e:
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_435 = V_44;
|
|
int32_t L_436 = L_435.___keyword;
|
|
if ((((int32_t)L_436) == ((int32_t)4)))
|
|
{
|
|
goto IL_0c34;
|
|
}
|
|
}
|
|
{
|
|
BackgroundPosition_tF0822B29FC27A67205A9893EBE03D03B799B8B56 L_437 = V_44;
|
|
int32_t L_438 = L_437.___keyword;
|
|
G_B121_0 = ((((int32_t)L_438) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0c35;
|
|
}
|
|
|
|
IL_0c34:
|
|
{
|
|
G_B121_0 = 1;
|
|
}
|
|
|
|
IL_0c35:
|
|
{
|
|
V_90 = (bool)G_B121_0;
|
|
bool L_439 = V_90;
|
|
if (!L_439)
|
|
{
|
|
goto IL_0c57;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_440;
|
|
L_440 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&___1_totalRect), NULL);
|
|
V_51 = L_440;
|
|
int32_t L_441 = V_42;
|
|
float L_442;
|
|
L_442 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_441, NULL);
|
|
float L_443 = V_45;
|
|
float L_444 = V_46;
|
|
V_46 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(L_442, L_443)), L_444));
|
|
}
|
|
|
|
IL_0c57:
|
|
{
|
|
}
|
|
|
|
IL_0c58:
|
|
{
|
|
bool L_445 = V_47;
|
|
if (!L_445)
|
|
{
|
|
goto IL_0c78;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_446 = ___0_rectParams;
|
|
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_447 = L_446->___sprite;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_448;
|
|
L_448 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_447, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_448)
|
|
{
|
|
goto IL_0c78;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_449 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_450 = L_449->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_451;
|
|
L_451 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_450, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B128_0 = ((int32_t)(L_451));
|
|
goto IL_0c79;
|
|
}
|
|
|
|
IL_0c78:
|
|
{
|
|
G_B128_0 = 0;
|
|
}
|
|
|
|
IL_0c79:
|
|
{
|
|
V_91 = (bool)G_B128_0;
|
|
bool L_452 = V_91;
|
|
if (!L_452)
|
|
{
|
|
goto IL_0cc4;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_453;
|
|
L_453 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_453;
|
|
int32_t L_454 = V_42;
|
|
float L_455;
|
|
L_455 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_454, NULL);
|
|
float L_456 = ___2_scaledPixelsPerPoint;
|
|
V_92 = ((float)il2cpp_codegen_multiply(L_455, L_456));
|
|
float L_457 = V_92;
|
|
float L_458;
|
|
L_458 = bankers_roundf(L_457);
|
|
float L_459 = V_92;
|
|
float L_460;
|
|
L_460 = fabsf(((float)il2cpp_codegen_subtract(L_458, L_459)));
|
|
V_93 = (bool)((((float)L_460) < ((float)(0.00100000005f)))? 1 : 0);
|
|
bool L_461 = V_93;
|
|
if (!L_461)
|
|
{
|
|
goto IL_0cc3;
|
|
}
|
|
}
|
|
{
|
|
float L_462 = V_46;
|
|
float L_463 = ___2_scaledPixelsPerPoint;
|
|
float L_464;
|
|
L_464 = AlignmentUtils_CeilToPixelGrid_m4A98E79C0F6956E4D814A27197271F6A281624AE(L_462, L_463, (-0.0199999996f), NULL);
|
|
V_46 = L_464;
|
|
}
|
|
|
|
IL_0cc3:
|
|
{
|
|
}
|
|
|
|
IL_0cc4:
|
|
{
|
|
int32_t L_465 = V_43;
|
|
if ((((int32_t)L_465) == ((int32_t)3)))
|
|
{
|
|
goto IL_0cd0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_466 = V_43;
|
|
G_B135_0 = ((((int32_t)L_466) == ((int32_t)2))? 1 : 0);
|
|
goto IL_0cd1;
|
|
}
|
|
|
|
IL_0cd0:
|
|
{
|
|
G_B135_0 = 1;
|
|
}
|
|
|
|
IL_0cd1:
|
|
{
|
|
V_94 = (bool)G_B135_0;
|
|
bool L_467 = V_94;
|
|
if (!L_467)
|
|
{
|
|
goto IL_0d47;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_468;
|
|
L_468 = Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline((&V_1), NULL);
|
|
V_51 = L_468;
|
|
int32_t L_469 = V_42;
|
|
float L_470;
|
|
L_470 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_51), L_469, NULL);
|
|
V_95 = L_470;
|
|
float L_471 = V_95;
|
|
V_96 = (bool)((((float)L_471) > ((float)(1.0E-30f)))? 1 : 0);
|
|
bool L_472 = V_96;
|
|
if (!L_472)
|
|
{
|
|
goto IL_0d46;
|
|
}
|
|
}
|
|
{
|
|
float L_473 = V_46;
|
|
float L_474 = V_95;
|
|
V_97 = (bool)((((float)L_473) < ((float)((-L_474))))? 1 : 0);
|
|
bool L_475 = V_97;
|
|
if (!L_475)
|
|
{
|
|
goto IL_0d1f;
|
|
}
|
|
}
|
|
{
|
|
float L_476 = V_46;
|
|
float L_477 = V_95;
|
|
V_98 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((-L_476))/L_477)));
|
|
float L_478 = V_46;
|
|
int32_t L_479 = V_98;
|
|
float L_480 = V_95;
|
|
V_46 = ((float)il2cpp_codegen_add(L_478, ((float)il2cpp_codegen_multiply(((float)L_479), L_480))));
|
|
}
|
|
|
|
IL_0d1f:
|
|
{
|
|
float L_481 = V_46;
|
|
V_99 = (bool)((((float)L_481) > ((float)(0.0f)))? 1 : 0);
|
|
bool L_482 = V_99;
|
|
if (!L_482)
|
|
{
|
|
goto IL_0d45;
|
|
}
|
|
}
|
|
{
|
|
float L_483 = V_46;
|
|
float L_484 = V_95;
|
|
V_100 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)(L_483/L_484)));
|
|
float L_485 = V_46;
|
|
int32_t L_486 = V_100;
|
|
float L_487 = V_95;
|
|
V_46 = ((float)il2cpp_codegen_subtract(L_485, ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_add(1, L_486))), L_487))));
|
|
}
|
|
|
|
IL_0d45:
|
|
{
|
|
}
|
|
|
|
IL_0d46:
|
|
{
|
|
}
|
|
|
|
IL_0d47:
|
|
{
|
|
V_101 = 0;
|
|
goto IL_0db4;
|
|
}
|
|
|
|
IL_0d4c:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_488 = __this->___m_RepeatRectUVList;
|
|
int32_t L_489 = V_42;
|
|
NullCheck(L_488);
|
|
int32_t L_490 = L_489;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_491 = (L_488)->GetAt(static_cast<il2cpp_array_size_t>(L_490));
|
|
int32_t L_492 = V_101;
|
|
NullCheck(L_491);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_493;
|
|
L_493 = List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5(L_491, L_492, List_1_get_Item_mBC220A5B3DD38F0D5FC1525E4D3D827FA07908F5_RuntimeMethod_var);
|
|
V_102 = L_493;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_494 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_102)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_495;
|
|
L_495 = Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline(L_494, NULL);
|
|
V_103 = L_495;
|
|
V_104 = (&V_103);
|
|
int32_t L_496 = V_42;
|
|
V_105 = L_496;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_497 = V_104;
|
|
int32_t L_498 = V_105;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_499 = V_104;
|
|
int32_t L_500 = V_105;
|
|
float L_501;
|
|
L_501 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline(L_499, L_500, NULL);
|
|
float L_502 = V_46;
|
|
Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline(L_497, L_498, ((float)il2cpp_codegen_add(L_501, L_502)), NULL);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_503 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&(&V_102)->___rect);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_504 = V_103;
|
|
Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline(L_503, L_504, NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_505 = __this->___m_RepeatRectUVList;
|
|
int32_t L_506 = V_42;
|
|
NullCheck(L_505);
|
|
int32_t L_507 = L_506;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_508 = (L_505)->GetAt(static_cast<il2cpp_array_size_t>(L_507));
|
|
int32_t L_509 = V_101;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_510 = V_102;
|
|
NullCheck(L_508);
|
|
List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51(L_508, L_509, L_510, List_1_set_Item_m01B602C343583967B10C99FC378D969617A6CA51_RuntimeMethod_var);
|
|
int32_t L_511 = V_101;
|
|
V_101 = ((int32_t)il2cpp_codegen_add(L_511, 1));
|
|
}
|
|
|
|
IL_0db4:
|
|
{
|
|
int32_t L_512 = V_101;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_513 = __this->___m_RepeatRectUVList;
|
|
int32_t L_514 = V_42;
|
|
NullCheck(L_513);
|
|
int32_t L_515 = L_514;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_516 = (L_513)->GetAt(static_cast<il2cpp_array_size_t>(L_515));
|
|
NullCheck(L_516);
|
|
int32_t L_517;
|
|
L_517 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_516, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
V_106 = (bool)((((int32_t)L_512) < ((int32_t)L_517))? 1 : 0);
|
|
bool L_518 = V_106;
|
|
if (L_518)
|
|
{
|
|
goto IL_0d4c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_519 = V_42;
|
|
V_42 = ((int32_t)il2cpp_codegen_add(L_519, 1));
|
|
}
|
|
|
|
IL_0dd3:
|
|
{
|
|
int32_t L_520 = V_42;
|
|
V_107 = (bool)((((int32_t)L_520) < ((int32_t)2))? 1 : 0);
|
|
bool L_521 = V_107;
|
|
if (L_521)
|
|
{
|
|
goto IL_06ae;
|
|
}
|
|
}
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_522 = V_0;
|
|
Rect__ctor_m5665723DD0443E990EA203A54451B2BB324D8224_inline((&V_2), L_522, NULL);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_523 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_523);
|
|
int32_t L_524 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_525 = (L_523)->GetAt(static_cast<il2cpp_array_size_t>(L_524));
|
|
NullCheck(L_525);
|
|
int32_t L_526;
|
|
L_526 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_525, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_527 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_527);
|
|
int32_t L_528 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_529 = (L_527)->GetAt(static_cast<il2cpp_array_size_t>(L_528));
|
|
NullCheck(L_529);
|
|
int32_t L_530;
|
|
L_530 = List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_inline(L_529, List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_RuntimeMethod_var);
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_526, L_530));
|
|
int32_t L_531 = V_3;
|
|
V_108 = (bool)((((int32_t)L_531) > ((int32_t)1))? 1 : 0);
|
|
bool L_532 = V_108;
|
|
if (!L_532)
|
|
{
|
|
goto IL_0e61;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_533 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_534 = L_533->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_535;
|
|
L_535 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_534, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_109 = L_535;
|
|
bool L_536 = V_109;
|
|
if (!L_536)
|
|
{
|
|
goto IL_0e60;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_537 = __this->___m_BackgroundRepeatInstanceList;
|
|
V_110 = (bool)((((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_537) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_538 = V_110;
|
|
if (!L_538)
|
|
{
|
|
goto IL_0e42;
|
|
}
|
|
}
|
|
{
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_539 = (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)il2cpp_codegen_object_new(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC_il2cpp_TypeInfo_var);
|
|
NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207(L_539, 8, 4, 3, NativePagedList_1__ctor_m9037F45DEF9D58AC09536869B8F6438474B79207_RuntimeMethod_var);
|
|
__this->___m_BackgroundRepeatInstanceList = L_539;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BackgroundRepeatInstanceList), (void*)L_539);
|
|
}
|
|
|
|
IL_0e42:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_540 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_541 = __this->___m_BackgroundRepeatInstanceList;
|
|
L_540->___backgroundRepeatInstanceList = L_541;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_540->___backgroundRepeatInstanceList), (void*)L_541);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_542 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_543 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_543);
|
|
int32_t L_544;
|
|
L_544 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_543, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_542->___backgroundRepeatInstanceListStartIndex = L_544;
|
|
}
|
|
|
|
IL_0e60:
|
|
{
|
|
}
|
|
|
|
IL_0e61:
|
|
{
|
|
V_4 = 0;
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_545 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_545);
|
|
int32_t L_546 = 1;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_547 = (L_545)->GetAt(static_cast<il2cpp_array_size_t>(L_546));
|
|
NullCheck(L_547);
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 L_548;
|
|
L_548 = List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB(L_547, List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
V_111 = L_548;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_122f:
|
|
{
|
|
Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C((&V_111), Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_1221_1;
|
|
}
|
|
|
|
IL_0e79_1:
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_549;
|
|
L_549 = Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_inline((&V_111), Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
V_112 = L_549;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_550 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_551 = L_550.___rect;
|
|
V_113 = L_551;
|
|
float L_552;
|
|
L_552 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_113), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_1), L_552, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_553 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_554 = L_553.___rect;
|
|
V_113 = L_554;
|
|
float L_555;
|
|
L_555 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_113), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_555, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_556 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_557 = L_556.___uv;
|
|
V_113 = L_557;
|
|
float L_558;
|
|
L_558 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_113), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), L_558, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_559 = V_112;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_560 = L_559.___uv;
|
|
V_113 = L_560;
|
|
float L_561;
|
|
L_561 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_113), NULL);
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_561, NULL);
|
|
float L_562;
|
|
L_562 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_1), NULL);
|
|
float L_563;
|
|
L_563 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
V_114 = (bool)((((float)L_562) < ((float)L_563))? 1 : 0);
|
|
bool L_564 = V_114;
|
|
if (!L_564)
|
|
{
|
|
goto IL_0f72_1;
|
|
}
|
|
}
|
|
{
|
|
float L_565;
|
|
L_565 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
float L_566;
|
|
L_566 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_1), NULL);
|
|
V_115 = ((float)il2cpp_codegen_subtract(L_565, L_566));
|
|
float L_567;
|
|
L_567 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_568 = V_115;
|
|
V_116 = ((float)il2cpp_codegen_subtract(L_567, L_568));
|
|
float L_569 = V_115;
|
|
float L_570 = V_116;
|
|
V_117 = ((float)il2cpp_codegen_add(L_569, L_570));
|
|
float L_571;
|
|
L_571 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_2), NULL);
|
|
float L_572 = V_116;
|
|
float L_573 = V_117;
|
|
V_118 = ((float)(((float)il2cpp_codegen_multiply(L_571, L_572))/L_573));
|
|
float L_574;
|
|
L_574 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_2), NULL);
|
|
float L_575 = V_115;
|
|
float L_576 = V_117;
|
|
V_119 = ((float)(((float)il2cpp_codegen_multiply(L_574, L_575))/L_576));
|
|
float L_577 = V_119;
|
|
float L_578;
|
|
L_578 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_2), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), ((float)il2cpp_codegen_add(L_577, L_578)), NULL);
|
|
float L_579 = V_118;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_579, NULL);
|
|
float L_580;
|
|
L_580 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_totalRect), NULL);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_1), L_580, NULL);
|
|
float L_581 = V_116;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_581, NULL);
|
|
}
|
|
|
|
IL_0f72_1:
|
|
{
|
|
float L_582;
|
|
L_582 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_1), NULL);
|
|
float L_583;
|
|
L_583 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___1_totalRect), NULL);
|
|
V_120 = (bool)((((float)L_582) > ((float)L_583))? 1 : 0);
|
|
bool L_584 = V_120;
|
|
if (!L_584)
|
|
{
|
|
goto IL_0fe3_1;
|
|
}
|
|
}
|
|
{
|
|
float L_585;
|
|
L_585 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_1), NULL);
|
|
float L_586;
|
|
L_586 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&___1_totalRect), NULL);
|
|
V_121 = ((float)il2cpp_codegen_subtract(L_585, L_586));
|
|
float L_587;
|
|
L_587 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
|
|
float L_588 = V_121;
|
|
V_122 = ((float)il2cpp_codegen_subtract(L_587, L_588));
|
|
float L_589 = V_122;
|
|
float L_590 = V_121;
|
|
V_123 = ((float)il2cpp_codegen_add(L_589, L_590));
|
|
float L_591;
|
|
L_591 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_0), NULL);
|
|
float L_592 = V_122;
|
|
float L_593 = V_123;
|
|
V_124 = ((float)(((float)il2cpp_codegen_multiply(L_591, L_592))/L_593));
|
|
float L_594 = V_124;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_0), L_594, NULL);
|
|
float L_595;
|
|
L_595 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_0), NULL);
|
|
float L_596 = V_124;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline((&V_0), ((float)il2cpp_codegen_subtract(L_595, L_596)), NULL);
|
|
float L_597 = V_122;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline((&V_1), L_597, NULL);
|
|
}
|
|
|
|
IL_0fe3_1:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_598 = ___0_rectParams;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_599 = L_598->___vectorImage;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_600;
|
|
L_600 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_599, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
V_125 = L_600;
|
|
bool L_601 = V_125;
|
|
if (!L_601)
|
|
{
|
|
goto IL_102d_1;
|
|
}
|
|
}
|
|
{
|
|
float L_602;
|
|
L_602 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_0), NULL);
|
|
float L_603;
|
|
L_603 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&V_2), NULL);
|
|
V_126 = ((float)il2cpp_codegen_subtract(L_602, L_603));
|
|
float L_604;
|
|
L_604 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_2), NULL);
|
|
float L_605;
|
|
L_605 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline((&V_0), NULL);
|
|
V_127 = ((float)il2cpp_codegen_subtract(L_604, L_605));
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_606 = (&V_0);
|
|
float L_607;
|
|
L_607 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline(L_606, NULL);
|
|
float L_608 = V_127;
|
|
float L_609 = V_126;
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline(L_606, ((float)il2cpp_codegen_add(L_607, ((float)il2cpp_codegen_subtract(L_608, L_609)))), NULL);
|
|
}
|
|
|
|
IL_102d_1:
|
|
{
|
|
List_1U5BU5D_t2543AFF5D74B7C3392E2C3A2C5829302DC205BD0* L_610 = __this->___m_RepeatRectUVList;
|
|
NullCheck(L_610);
|
|
int32_t L_611 = 0;
|
|
List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* L_612 = (L_610)->GetAt(static_cast<il2cpp_array_size_t>(L_611));
|
|
NullCheck(L_612);
|
|
Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75 L_613;
|
|
L_613 = List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB(L_612, List_1_GetEnumerator_mF302D22A769F023EE63931644E2FD472A1ABE7AB_RuntimeMethod_var);
|
|
V_128 = L_613;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_1211_1:
|
|
{
|
|
Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C((&V_128), Enumerator_Dispose_m437927601AF0136DC121804C87C2272F02CED19C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_1203_2;
|
|
}
|
|
|
|
IL_1042_2:
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_614;
|
|
L_614 = Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_inline((&V_128), Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_RuntimeMethod_var);
|
|
V_129 = L_614;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_615 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_616 = L_615.___rect;
|
|
V_113 = L_616;
|
|
float L_617;
|
|
L_617 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_113), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_1), L_617, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_618 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_619 = L_618.___rect;
|
|
V_113 = L_619;
|
|
float L_620;
|
|
L_620 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_113), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_620, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_621 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_622 = L_621.___uv;
|
|
V_113 = L_622;
|
|
float L_623;
|
|
L_623 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_113), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_0), L_623, NULL);
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_624 = V_129;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_625 = L_624.___uv;
|
|
V_113 = L_625;
|
|
float L_626;
|
|
L_626 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_113), NULL);
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_626, NULL);
|
|
float L_627;
|
|
L_627 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_1), NULL);
|
|
float L_628;
|
|
L_628 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
V_130 = (bool)((((float)L_627) < ((float)L_628))? 1 : 0);
|
|
bool L_629 = V_130;
|
|
if (!L_629)
|
|
{
|
|
goto IL_113b_2;
|
|
}
|
|
}
|
|
{
|
|
float L_630;
|
|
L_630 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
float L_631;
|
|
L_631 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_1), NULL);
|
|
V_131 = ((float)il2cpp_codegen_subtract(L_630, L_631));
|
|
float L_632;
|
|
L_632 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_633 = V_131;
|
|
V_132 = ((float)il2cpp_codegen_subtract(L_632, L_633));
|
|
float L_634 = V_131;
|
|
float L_635 = V_132;
|
|
V_133 = ((float)il2cpp_codegen_add(L_634, L_635));
|
|
float L_636;
|
|
L_636 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_0), NULL);
|
|
float L_637 = V_132;
|
|
float L_638 = V_133;
|
|
V_134 = ((float)(((float)il2cpp_codegen_multiply(L_636, L_637))/L_638));
|
|
float L_639;
|
|
L_639 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&V_2), NULL);
|
|
float L_640;
|
|
L_640 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_2), NULL);
|
|
float L_641 = V_131;
|
|
float L_642 = V_133;
|
|
V_135 = ((float)il2cpp_codegen_add(L_639, ((float)(((float)il2cpp_codegen_multiply(L_640, L_641))/L_642))));
|
|
float L_643 = V_135;
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_0), L_643, NULL);
|
|
float L_644 = V_134;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_644, NULL);
|
|
float L_645;
|
|
L_645 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_totalRect), NULL);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline((&V_1), L_645, NULL);
|
|
float L_646 = V_132;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_646, NULL);
|
|
}
|
|
|
|
IL_113b_2:
|
|
{
|
|
float L_647;
|
|
L_647 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_1), NULL);
|
|
float L_648;
|
|
L_648 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___1_totalRect), NULL);
|
|
V_136 = (bool)((((float)L_647) > ((float)L_648))? 1 : 0);
|
|
bool L_649 = V_136;
|
|
if (!L_649)
|
|
{
|
|
goto IL_119a_2;
|
|
}
|
|
}
|
|
{
|
|
float L_650;
|
|
L_650 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&V_1), NULL);
|
|
float L_651;
|
|
L_651 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline((&___1_totalRect), NULL);
|
|
V_137 = ((float)il2cpp_codegen_subtract(L_650, L_651));
|
|
float L_652;
|
|
L_652 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
|
|
float L_653 = V_137;
|
|
V_138 = ((float)il2cpp_codegen_subtract(L_652, L_653));
|
|
float L_654 = V_138;
|
|
float L_655 = V_137;
|
|
V_139 = ((float)il2cpp_codegen_add(L_654, L_655));
|
|
float L_656;
|
|
L_656 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_0), NULL);
|
|
float L_657 = V_138;
|
|
float L_658 = V_139;
|
|
V_140 = ((float)(((float)il2cpp_codegen_multiply(L_656, L_657))/L_658));
|
|
float L_659 = V_140;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_0), L_659, NULL);
|
|
float L_660 = V_138;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline((&V_1), L_660, NULL);
|
|
}
|
|
|
|
IL_119a_2:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_661 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_662 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_661);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_663 = V_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_664 = ___1_totalRect;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_665 = V_0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_666 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC** L_667 = (NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC**)(&L_666->___backgroundRepeatInstanceList);
|
|
MeshGenerator_StampRectangleWithSubRect_mE1EC234B8950B71B6E75814252624108B6D30B4E(__this, L_662, L_663, L_664, L_665, L_667, NULL);
|
|
int32_t L_668 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_668, 1));
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_669 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_670 = L_669->___backgroundRepeatInstanceList;
|
|
V_141 = (bool)((!(((RuntimeObject*)(NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC*)L_670) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_671 = V_141;
|
|
if (!L_671)
|
|
{
|
|
goto IL_1202_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_672 = V_4;
|
|
V_142 = (bool)((((int32_t)L_672) > ((int32_t)((int32_t)60)))? 1 : 0);
|
|
bool L_673 = V_142;
|
|
if (!L_673)
|
|
{
|
|
goto IL_1201_2;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 0;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_674 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_675 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_675);
|
|
int32_t L_676;
|
|
L_676 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_675, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_674->___backgroundRepeatInstanceListEndIndex = L_676;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_677 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_678 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_677);
|
|
MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58(__this, L_678, NULL);
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_679 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_680 = ___0_rectParams;
|
|
int32_t L_681 = L_680->___backgroundRepeatInstanceListEndIndex;
|
|
L_679->___backgroundRepeatInstanceListStartIndex = L_681;
|
|
}
|
|
|
|
IL_1201_2:
|
|
{
|
|
}
|
|
|
|
IL_1202_2:
|
|
{
|
|
}
|
|
|
|
IL_1203_2:
|
|
{
|
|
bool L_682;
|
|
L_682 = Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E((&V_128), Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
if (L_682)
|
|
{
|
|
goto IL_1042_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1220_1;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_1220_1:
|
|
{
|
|
}
|
|
|
|
IL_1221_1:
|
|
{
|
|
bool L_683;
|
|
L_683 = Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E((&V_111), Enumerator_MoveNext_m35B0138C964B384B563C9B17F5988D76B7787A8E_RuntimeMethod_var);
|
|
if (L_683)
|
|
{
|
|
goto IL_0e79_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_123e;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_123e:
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_684 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_685 = L_684->___backgroundRepeatInstanceList;
|
|
if (!L_685)
|
|
{
|
|
goto IL_124d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_686 = V_4;
|
|
G_B183_0 = ((((int32_t)L_686) > ((int32_t)0))? 1 : 0);
|
|
goto IL_124e;
|
|
}
|
|
|
|
IL_124d:
|
|
{
|
|
G_B183_0 = 0;
|
|
}
|
|
|
|
IL_124e:
|
|
{
|
|
V_143 = (bool)G_B183_0;
|
|
bool L_687 = V_143;
|
|
if (!L_687)
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
}
|
|
{
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_688 = ___0_rectParams;
|
|
NativePagedList_1_tEBFD84343834CFE74C052BA60816E83FEE4F06DC* L_689 = __this->___m_BackgroundRepeatInstanceList;
|
|
NullCheck(L_689);
|
|
int32_t L_690;
|
|
L_690 = NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891(L_689, NativePagedList_1_GetCount_m2AA39452DB2BEE70182721917D4F910AAD96A891_RuntimeMethod_var);
|
|
L_688->___backgroundRepeatInstanceListEndIndex = L_690;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D* L_691 = ___0_rectParams;
|
|
RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D L_692 = (*(RectangleParams_t13A34E9E14DEF5B8B0349F7C543FAE7EBF22064D*)L_691);
|
|
MeshGenerator_DrawRectangle_m7B9CB50A5AFF85420D57E4ADD9804A56D42A0B58(__this, L_692, NULL);
|
|
}
|
|
|
|
IL_1274:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36452
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Width = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36454
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Height = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36455
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_size_mFB990FFC0FE0152179C8C74A59E4AC258CB44267_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = __this->___m_Width;
|
|
float L_1 = __this->___m_Height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37869
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_4 = __this->___x;
|
|
V_2 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_5 = __this->___y;
|
|
V_2 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
|
|
IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 36444
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_position_m9B7E583E67443B6F4280A676E644BB0B9E7C4E38_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = __this->___m_XMin;
|
|
float L_1 = __this->___m_YMin;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37870
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_4 = ___1_value;
|
|
__this->___x = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_5 = ___1_value;
|
|
__this->___y = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
|
|
IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector2_set_Item_mEF309880B9B3B370B542AABEB32256EEC589DD03_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36445
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_position_m9CD8AA25A83A7A893429C0ED56C36641202C3F05_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
|
|
float L_1 = L_0.___x;
|
|
__this->___m_XMin = L_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_value;
|
|
float L_3 = L_2.___y;
|
|
__this->___m_YMin = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36456
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_size_m346E4F7077E5A1C0F4E21966232CD726CB9E6BAA_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
|
|
float L_1 = L_0.___x;
|
|
__this->___m_Width = L_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_value;
|
|
float L_3 = L_2.___y;
|
|
__this->___m_Height = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36437
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m5665723DD0443E990EA203A54451B2BB324D8224_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_source, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___0_source;
|
|
float L_1 = L_0.___m_XMin;
|
|
__this->___m_XMin = L_1;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2 = ___0_source;
|
|
float L_3 = L_2.___m_YMin;
|
|
__this->___m_YMin = L_3;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4 = ___0_source;
|
|
float L_5 = L_4.___m_Width;
|
|
__this->___m_Width = L_5;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_6 = ___0_source;
|
|
float L_7 = L_6.___m_Height;
|
|
__this->___m_Height = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37891
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
float L_7 = L_6.___y;
|
|
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)), NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 37890
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
float L_7 = L_6.___y;
|
|
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)), NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 37889
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
|
|
float L_5 = L_4.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
|
|
float L_7 = L_6.___y;
|
|
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)), NULL);
|
|
V_0 = L_8;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 37897
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mBEA93B5A0E954FEFB863DC61CB209119980EC713_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_lhs, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_lhs;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Vector2_op_Equality_m6F2E069A50E787D131261E5CB25FC9E03F95B5E1_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;
|
|
}
|
|
}
|
|
// Method Definition Index: 36471
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Rect_op_Equality_mF2A038255CAF5F1E86079B9EE0FC96DE54307C1F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_lhs, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___0_lhs), NULL);
|
|
float L_1;
|
|
L_1 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline((&___1_rhs), NULL);
|
|
if ((!(((float)L_0) == ((float)L_1))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
float L_2;
|
|
L_2 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___0_lhs), NULL);
|
|
float L_3;
|
|
L_3 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline((&___1_rhs), NULL);
|
|
if ((!(((float)L_2) == ((float)L_3))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
float L_4;
|
|
L_4 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___0_lhs), NULL);
|
|
float L_5;
|
|
L_5 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&___1_rhs), NULL);
|
|
if ((!(((float)L_4) == ((float)L_5))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
float L_6;
|
|
L_6 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___0_lhs), NULL);
|
|
float L_7;
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&___1_rhs), NULL);
|
|
G_B5_0 = ((((float)L_6) == ((float)L_7))? 1 : 0);
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 37899
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v;
|
|
float L_3 = L_2.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_4), L_1, L_3, (0.0f), NULL);
|
|
V_0 = L_4;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 37774
|
|
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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
|
|
float L_5 = L_4.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
|
|
float L_7 = L_6.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
|
|
float L_11 = L_10.___z;
|
|
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)), NULL);
|
|
V_0 = L_12;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// Method Definition Index: 37752
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37746
|
|
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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___x;
|
|
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)))), NULL);
|
|
V_0 = L_24;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
}
|
|
// Method Definition Index: 20154
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MeshGenerator_get_disposed_m252F8A2251B6E21201475223482D040285655BDB_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CdisposedU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 20155
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MeshGenerator_set_disposed_m93CB2C56225893294763BD2646EC07607115995C_inline (MeshGenerator_t22961EB21257C82AF8E8CF5056B80FCA6B850B25* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdisposedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36457
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_XMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36459
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_YMin;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36379
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37898
|
|
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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v;
|
|
float L_3 = L_2.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 36375
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_size_m0699A53A55A78B3201D7270D6F338DFA91B6FAD4_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Extents;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_0, (2.0f), NULL);
|
|
V_0 = L_1;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 36447
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_min_mD0D1BABF9C955D2D9CCA86E257B0783ACDEE69AC_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(__this, NULL);
|
|
float L_1;
|
|
L_1 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37887
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___1_rhs;
|
|
float L_8 = L_7.___y;
|
|
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, NULL);
|
|
V_0 = L_10;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 36448
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_min_m6557D7D73C6F115CA7C92E38C88EA9E95FC89253_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
|
|
float L_1 = L_0.___x;
|
|
Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19_inline(__this, L_1, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_value;
|
|
float L_3 = L_2.___y;
|
|
Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE_inline(__this, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36449
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Rect_get_max_m60149158D9A01113214BB417AA48CEF774899167_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(__this, NULL);
|
|
float L_1;
|
|
L_1 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37886
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_Min_m2D222BC18ACD4F965981EC93451DDD1D7ADFDDA0_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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float L_4;
|
|
L_4 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_1, L_3, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_lhs;
|
|
float L_6 = L_5.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = ___1_rhs;
|
|
float L_8 = L_7.___y;
|
|
float L_9;
|
|
L_9 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_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, NULL);
|
|
V_0 = L_10;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 36450
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_max_mAD2D6D5DC1F5A6E69A0A0BD7E34C209F91C381F0_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
|
|
float L_1 = L_0.___x;
|
|
Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D_inline(__this, L_1, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_value;
|
|
float L_3 = L_2.___y;
|
|
Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B_inline(__this, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37900
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36436
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_position, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_position;
|
|
float L_1 = L_0.___x;
|
|
__this->___m_XMin = L_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_position;
|
|
float L_3 = L_2.___y;
|
|
__this->___m_YMin = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___1_size;
|
|
float L_5 = L_4.___x;
|
|
__this->___m_Width = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_size;
|
|
float L_7 = L_6.___y;
|
|
__this->___m_Height = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37892
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_a;
|
|
float L_3 = L_2.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), ((-L_1)), ((-L_3)), NULL);
|
|
V_0 = L_4;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 37638
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
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), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 37977
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 36470
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Rect_op_Inequality_mB5D7316EB50B1DDA9324F4BE6741DFF6A673137D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_lhs, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0 = ___0_lhs;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1 = ___1_rhs;
|
|
bool L_2;
|
|
L_2 = Rect_op_Equality_mF2A038255CAF5F1E86079B9EE0FC96DE54307C1F_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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37955
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37976
|
|
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;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___w;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___w;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 3294
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_value1;
|
|
intptr_t L_1 = ___1_value2;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 15099
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawMesh_m8CACC2E37DBB3C26F9ECEEAB2AF068D4F244CB2A_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* L_0;
|
|
L_0 = UnsafeMeshGenerationNode_GetManaged_m97AFC4F89078EA148F85F6D701ACA3B24DED82C1_inline(__this, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_1 = ___0_vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_2 = ___1_indices;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___2_texture;
|
|
NullCheck(L_0);
|
|
MeshGenerationNodeImpl_DrawMesh_m698B059EABB7FAD16D56AA7569A2D9694BD81CBF(L_0, L_1, L_2, L_3, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 6584
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4EBC86E0EACFCA522AEB82874860D0E248D782A5)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
intptr_t L_2 = __this->___handle;
|
|
bool L_3;
|
|
L_3 = GCHandle_CanDereferenceHandle_mAAAC42D1268CEF3FDD040A3D1574773D08140579_inline(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_4 = __this->___handle;
|
|
RuntimeObject* L_5;
|
|
L_5 = GCHandle_GetRef_mAC7E58E62417209DC41C99F66BA70F0C3AA18DA8_inline(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
intptr_t L_6 = __this->___handle;
|
|
RuntimeObject* L_7;
|
|
L_7 = GCHandle_GetTarget_mE0AF851834410E2AEA6285B2497751570236C794(L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 3293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_value1;
|
|
intptr_t L_1 = ___1_value2;
|
|
return (bool)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 37744
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15100
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawMeshInternal_m17EB0B9B5B465A6AB6C3B5766D292DD4672ED0BA_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_texture, int32_t ___3_textureOptions, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* L_0;
|
|
L_0 = UnsafeMeshGenerationNode_GetManaged_m97AFC4F89078EA148F85F6D701ACA3B24DED82C1_inline(__this, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_1 = ___0_vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_2 = ___1_indices;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3 = ___2_texture;
|
|
int32_t L_4 = ___3_textureOptions;
|
|
NullCheck(L_0);
|
|
MeshGenerationNodeImpl_DrawMesh_m698B059EABB7FAD16D56AA7569A2D9694BD81CBF(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 15101
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeMeshGenerationNode_DrawGradientsInternal_mC40438C6EDA9C1A0EB8B6EEAECE03C27139A6EB2_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_vertices, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___1_indices, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___2_gradientsOwner, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* L_0;
|
|
L_0 = UnsafeMeshGenerationNode_GetManaged_m97AFC4F89078EA148F85F6D701ACA3B24DED82C1_inline(__this, NULL);
|
|
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_1 = ___0_vertices;
|
|
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_2 = ___1_indices;
|
|
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_3 = ___2_gradientsOwner;
|
|
NullCheck(L_0);
|
|
MeshGenerationNodeImpl_DrawGradients_mC07687F77CD91C7538685A3397C101B758111673(L_0, L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
{
|
|
int32_t L_1 = __this->____size;
|
|
V_0 = L_1;
|
|
__this->____size = 0;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = __this->____items;
|
|
int32_t L_4 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9391
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_gshared_inline (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9391
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mC950C39A65682F4327F10809D80F8EAF654D4210_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9391
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m1A5ADCCCA1C0F37BAFE79F920C0A23EF9C3C793B_gshared_inline (Stack_1_t90AD4B4BDD857A86CDEC55130FE1BAB9871F0CFE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEFB91623BF601822442CB81C6E9DD70B97C8751D_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* 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 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
AllocSizeU5BU5D_tD7D6854D89AE82553F2200BC3B1F1A2D5455D9D8* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
AllocSize_t906784497648EDC3F45F4EA656C6858238BA2F7C L_9 = ___0_item;
|
|
List_1_AddWithResize_m0830B25F952D7499147A764B49FDDC3C4389EA30(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mDD42C8ABD60BA0598641BB17D1D5C59CD7AA468F_gshared_inline (List_1_tCF065800FF47BB709E407B98E405036C6C82A151* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9391
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m8CFD098826101B6EE31CC6BFB50D54375723459A_gshared_inline (Stack_1_tAE809352224B7904D166288D1476FD4C2ED0D631* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 Enumerator_get_Current_m183D834DF472177579F599B1EE9EE341B0B8437B_gshared_inline (Enumerator_t3BE76F0412338F49CEA699BA1E4828A0D4C42077* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeSlice_1_t1B1546AEB20D09E65A620651F8A4C68DD5998882 L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B Enumerator_get_Current_mD90728A8D7833B6395B54E9954D6E79F201143F2_gshared_inline (Enumerator_t494BE5891CF52A8687B9709B12DFDF874B02FA11* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeSlice_1_t1108006793B0D86DFCF2E4481CD5E5E32AFF591B L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 Enumerator_get_Current_m303B92F0A48F04E5434B0F2EA762553526790505_gshared_inline (Enumerator_t39BB773541BA4FCA4805CCAF51EED102C0120993* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeSlice_1_t84638F9F5F454538786C27E8F639E0B602DB00D0 L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9368
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0C22CA69FAA76A44B8107DCD23A3DD3327E63C3C_gshared_inline (Queue_1_t75840AD230E9D2498F813412770B56A17D0281F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9368
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m82A01ECF2E58E85CB036CC8A5003977C294922A9_gshared_inline (Queue_1_t9F41BF6CFC5D32AA799C92FDAE83FEBE7D98DAC9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m2F86E252D086E288E02FA1C830B7E86C0A431E51_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, float ___0_item, const RuntimeMethod* method)
|
|
{
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* 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 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
float L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (float)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_9 = ___0_item;
|
|
List_1_AddWithResize_m446487BF7F55E757E7D552B2436AD74AC354EA99(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6CD2E5AAE6552A27AECCC57936767B4DCFC902B1_gshared_inline (List_1_t0D1C46FD8DDDE974D93CA4F3474EEC05AF950918* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mB4C8661C7E70F309ECC6D0581BD0EF188E39E69E_gshared_inline (List_1_t3511E79D0F3D52BB0D400A24E9972D864D8538D0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m51C9700CB21B12FCB606903C4833A212657432D1_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* 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 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
TessellationJobParametersU5BU5D_tFDC79BFC52A9ED8B50D955BAB909B22B626749EE* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
TessellationJobParameters_tA2407D5C15761590BDD217DDE4861964544E8CE2 L_9 = ___0_item;
|
|
List_1_AddWithResize_mE6F81248246BFFBD68E9720229EAA10255F64658(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2CAFD6153821D90DC96BF829AE0049333833CC2B_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m827AC524602A7884AD21944403F522E35F38F2C4_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C ___0_item, const RuntimeMethod* method)
|
|
{
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* 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 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
RepeatRectUVU5BU5D_t134899E528136F583F5E5CB953E09A42EAFF52FE* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_9 = ___0_item;
|
|
List_1_AddWithResize_m2E6F0EF4A4C9E947917DACE45957A7888BE26A19(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m94BC9F2C38CB5F118EBB447E37E6EF67FD3032D1_gshared_inline (List_1_t0325EC485D0C783FC73CF8D1F8C84A6628937599* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9342
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C Enumerator_get_Current_mBBBCDD3325D12B626C5855086A255F855933B27D_gshared_inline (Enumerator_t19FD574FED1A42A647A84C93FD57BE2E72B5CC75* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RepeatRectUV_tD14FA437CD80FC82B2ED78B34A201F3C91416A7C L_0 = __this->____current;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9282
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2E1003C676B5AB0695322C1ECE5F339AA9D36747_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____size;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 9301
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m3F7B11E6A85BED162489F599ECC359D0FD050BD2_gshared_inline (List_1_tC96558A2A77DD595C724D43BFE409C769AB0FA1E* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36485
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, 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;
|
|
{
|
|
int32_t L_0 = __this->___m_XMin;
|
|
int32_t L_1 = __this->___m_XMin;
|
|
int32_t L_2 = __this->___m_Width;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_0, ((int32_t)il2cpp_codegen_add(L_1, L_2)), NULL);
|
|
V_0 = L_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 36487
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_xMax_mBA05CE52847E3D3CB8295055706B3E0D4350E9F0_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, 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;
|
|
{
|
|
int32_t L_0 = __this->___m_XMin;
|
|
int32_t L_1 = __this->___m_XMin;
|
|
int32_t L_2 = __this->___m_Width;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, ((int32_t)il2cpp_codegen_add(L_1, L_2)), NULL);
|
|
V_0 = L_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 36486
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, 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;
|
|
{
|
|
int32_t L_0 = __this->___m_YMin;
|
|
int32_t L_1 = __this->___m_YMin;
|
|
int32_t L_2 = __this->___m_Height;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_0, ((int32_t)il2cpp_codegen_add(L_1, L_2)), NULL);
|
|
V_0 = L_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 36488
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_yMax_mAE5D758A1241F7722F8FB9B46861583F76C8FE44_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, 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;
|
|
{
|
|
int32_t L_0 = __this->___m_YMin;
|
|
int32_t L_1 = __this->___m_YMin;
|
|
int32_t L_2 = __this->___m_Height;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_0, ((int32_t)il2cpp_codegen_add(L_1, L_2)), NULL);
|
|
V_0 = L_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 15176
|
|
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;
|
|
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ___1_right;
|
|
int32_t L_3 = L_2.___m_Index;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37610
|
|
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 = L_0;
|
|
float L_1 = ___1_g;
|
|
__this->___g = L_1;
|
|
float L_2 = ___2_b;
|
|
__this->___b = L_2;
|
|
float L_3 = ___3_a;
|
|
__this->___a = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37852
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37896
|
|
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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37750
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 36373
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Center;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36377
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Extents;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37776
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_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;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 36458
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_xMin_mA873FCFAF9EABA46A026B73CA045192DF1946F19_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
float L_1 = ___0_value;
|
|
__this->___m_XMin = L_1;
|
|
float L_2 = V_0;
|
|
float L_3 = __this->___m_XMin;
|
|
__this->___m_Width = ((float)il2cpp_codegen_subtract(L_2, L_3));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36460
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_yMin_m9F780E509B9215A9E5826178CF664BD0E486D4EE_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0;
|
|
L_0 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
float L_1 = ___0_value;
|
|
__this->___m_YMin = L_1;
|
|
float L_2 = V_0;
|
|
float L_3 = __this->___m_YMin;
|
|
__this->___m_Height = ((float)il2cpp_codegen_subtract(L_2, L_3));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37834
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_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;
|
|
}
|
|
}
|
|
// Method Definition Index: 15097
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E* UnsafeMeshGenerationNode_GetManaged_m97AFC4F89078EA148F85F6D701ACA3B24DED82C1_inline (UnsafeMeshGenerationNode_t1FF7D38D9B39DC59A2F8E2DFC92BFAB2481E88A2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_0 = (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC*)(&__this->___m_Handle);
|
|
RuntimeObject* L_1;
|
|
L_1 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5_inline(L_0, NULL);
|
|
return ((MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E*)CastclassClass((RuntimeObject*)L_1, MeshGenerationNodeImpl_t059B9D42007B495B8C11038C0CFFB63DFB0DC81E_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// Method Definition Index: 6580
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843_inline (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->___handle;
|
|
bool L_1;
|
|
L_1 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_0, 0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 6583
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GCHandle_CanDereferenceHandle_mAAAC42D1268CEF3FDD040A3D1574773D08140579_inline (intptr_t ___0_handle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_handle;
|
|
return (bool)((((intptr_t)((intptr_t)(L_0&((intptr_t)1)))) == ((intptr_t)((intptr_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 6581
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_GetRef_mAC7E58E62417209DC41C99F66BA70F0C3AA18DA8_inline (intptr_t ___0_handle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_handle;
|
|
void* L_1;
|
|
L_1 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_0, NULL);
|
|
RuntimeObject** L_2;
|
|
L_2 = il2cpp_unsafe_as_ref<RuntimeObject*>((intptr_t*)L_1);
|
|
RuntimeObject* L_3 = *((RuntimeObject**)L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 1727
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___hasValue;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 37758
|
|
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;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector;
|
|
float L_3 = L_2.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector;
|
|
float L_5 = L_4.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector;
|
|
float L_11 = L_10.___z;
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 37778
|
|
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;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z;
|
|
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)), NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 37764
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|